Oracle® Application Server Release Notes
10g Release 2 (10.1.2) for Microsoft Windows (64-Bit) on Intel Itanium B25335-02 |
|
Previous |
Next |
This chapter describes issues associated with Oracle Ultra Search. It includes the following topics:
This section describes general issues and their workarounds for Oracle Ultra Search. It includes the following topics:
An Oracle Ultra Search Administrator can log in as a database administrator or an OracleAS Single Sign-On user who has been granted administrative privileges. In this release, when logging in as a database administrator, under certain circumstances, the administrator will not be able to create or edit administrator-specified ACLs for a data source. An "Access Denied" error is encountered when attempting to create or modify ACLs.
The workaround is to always log in as an OracleAS Single Sign-On user in order to create/modify ACLs for a data source.
This section describes documentation errata for the Oracle Ultra Search Administrator's Guide. It includes the following topic:
The "Configuring Oracle Ultra Search in a Hosted Environment" section says to use the usca.sh
and usca.bat
scripts to add and delete subscribers.
Instead, use the following command to add subscribers:
java -jar %ORACLE_HOME%/ultrasearch/lib/usca.jar action=add_subscriber oh=ORACLE_HOME oid_user_dn="cn=orcladmin" oid_passwd=<oid_user_dn's password> oid_subscriber_dn=<subscriber's DN> (e.g., "dc=uk,dc=oracle,dc=com")> logfile=<log file path> db_sn=<database service name
Use the following command to delete subscribers:
java -jar %ORACLE_HOME%/ultrasearch/lib/usca.jar action=delete_subscriber oh=ORACLE_HOME oid_user_dn="cn=orcladmin" oid_passwd=<oid_user_dn's password> oid_subscriber_dn=<subscriber's DN (e.g., "dc=uk,dc=oracle,dc=com")> logfile=<log file path> db_sn=<database service name