Repository Section


Repository Section
#
#  Repositories are defined as logical repository name - file name
#  pairs.  ODBC drivers use logical repository name defined in this
#  section.
#
#  All repositories must reside in OracleBI\server\Repository
#  directory, where OracleBI is the directory in which the Oracle BI
#  Server software is installed.
#
###############################################################################

[ REPOSITORY ]

Star = newone.rpd, DEFAULT;


Note: The default repository is centrally managed by Fusion Middleware Control and cannot be changed by manually editing NQSConfig.INI, unless all configuration through Fusion Middleware
Control has been disabled (not recommended).
The Repository tab of the Deployment page in Fusion Middleware
Control controls the default repository. The logical name of the default
repository is always "Star." See Section 10.1, "Using Fusion
Middleware Control to Upload a Repository and Set the Oracle BI
Presentation Catalog Location" for more information.
Note that you can manually add additional repository entries in
NQSConfig.INI without having these entries overridden by Fusion
Middleware Control. However, hosting multiple repositories on a
single Oracle BI Server is not recommended for production systems.

The Repository section contains one entry for every repository that is loaded when the
server starts.
Syntax: logical_name = repository_name.rpd;
Optional syntax: logical_name = repository_name.rpd, DEFAULT;
where:
■ logical_name: A logical name for the repository. Client tools use this name to
configure the ODBC data sources that connect to the repository. To use a reserved
keyword for the name, such as OCI7 or OCI8, enclose it in single quotes.
■ repository_name.rpd: The file name of the repository. The file name must
have the .rpd file extension, and the file must reside in the repository subdirectory.
The demonstration repository file, SampleApp.rpd, is installed with the Simple
installation type.
When DEFAULT is specified for a repository, connections that do not specify a logical
repository name in the DSN connect to the default repository.
Example: Star = SampleApp.rpd, DEFAULT;

No comments:

Post a Comment

Popular Posts