Download - Oracle Documentation
Transcript
10 3. Optionally, grant permission for the database to use Solaris authentication. You must complete this step if you chose not to complete Step 2. The following sample entry enables Solaris authentication (use the sqldba command for Oracle 7.1.6). # srvmgrl connect internal; create user ops$root identified by externally; grant select on v_$sysstat to ops$root; grant create session to ops$root; grant create table to ops$root; disconnect; exit; # 4. If you are running Release 7.3 of Oracle7, configure SQL*Net V2 for Solstice HA. Note – You must configure and start the SQL*Net listeners differently depending on whether you locate the Oracle binaries on the physical or logical host. a. If you place the Oracle binaries on the logical host, configure and start the SQL*Net listener as follows. If you use only one listener, Solstice HA will start a default listener, LISTENER, automatically for you. In the event of a failover or switchover, Solstice HA will restart the listener process automatically. You can use the startup script in /etc/rc3.d to achieve this behavior. See Step 5. Setting Up and Administering Solstice HA-DBMS for ORACLE7 10-9