Oracle Business Intelligence Infrastructure Installation and Configuration Guide > NQSConfig.INI File Reference >

Repository Section Parameters in the Configuration File


The Repository section contains one entry for every repository that is loaded when the server starts up.

Syntax: <logical_name> = <repository_name.rpd> ;

Optional syntax: <logical_name> = <repository_name.rpd>, DEFAULT ;

where:

logical_name

A logical name for the repositories. Client tools use this name to configure the ODBC data sources that connect to the repository. If you want to use a reserved keyword, such as OCI7 or OCI8, for the name, enclose it in single quotes.

repository_name.rpd

The file name of the repository. The file name needs to have the .rpd file extension, and the file needs to reside in the Repository subdirectory in OracleBI_HOME.

The demonstration repository file, paint.rpd, is installed with the Basic 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 = paint.rpd, DEFAULT ;

Oracle Business Intelligence Infrastructure Installation and Configuration Guide Copyright © 2007, Oracle. All rights reserved.