
Oracle White Paper—Oracle Portal Enterprise Deployment Guide: 11.1.1.2
Note:
For more information about the SRVCTL command, see the Oracle Real Application Clusters
Administration and Deployment Guide.
If you already have a service created in the database, make sure that it is enabled for high-
availability notifications and configured with the proper server-side Transparent Application
Failover (TAF) settings. Use the DBMS_SERVICE package to modify the service to enable high
availability notification to be sent through Advanced Queuing (AQ) by setting the
AQ_HA_NOTIFICATIONS attribute to TRUE and configure server-side Transparent
Application Failover (TAF) settings, as shown below:
prompt> sqlplus "sys/password as sysdba"
SQL> EXECUTE DBMS_SERVICE.MODIFY_SERVICE
(SERVICE_NAME => 'portal.mycompany.com',
AQ_HA_NOTIFICATIONS => TRUE,
FAILOVER_METHOD => DBMS_SERVICE.FAILOVER_METHOD_BASIC,
FAILOVER_TYPE => DBMS_SERVICE.FAILOVER_TYPE_SELECT,
FAILOVER_RETRIES => 5, FAILOVER_DELAY => 5);
For more information about the DBMS_SERVICE package, see the Oracle Database PL/SQL
Packages and Types Reference.
Executing the Repository Creation Utility
The Repository Creation Utility (RCU) ships on its own CD as part of the Oracle Fusion
Middleware 11g kit.
You run RCU to create the collection of schemas used by Identity Management and
Management Services.
Issue this command:
prompt> RCU_HOME/bin/rcu &
Screen Action
Welcome Click Next.
24
Commenti su questo manuale