Installation guide
Post-Installaon Tasks
There are some post-installaon tasks that are common to Oracle9i and Oracle10g installaons. These tasks are covered below.
First, verify that all services start properly aer boong the servers. Use the following steps:
1. Reboot each node.
2. Select Start -> Sengs -> Control Panel -> Administrave Tools -> Services.
3. Verify that all required Oracle services are started. Start any required services that are stopped.
4. Make sure that all required services are set to startup automacally.
To verify that the database is operang, make sure that a database instance has been started on each node. You may then query
each node to ensure that each node sees that the other nodes in the cluster have instances that are running. Sample output in the
following procedure is for a two-node cluster. On each node, perform the following steps:
1. Log in as a dba user.
2. At the command prompt, enter “srvctl status database -d dbname”, where dbname is the global name that you dened
for the database in DBCA.
3. Whether or not the database is running, enter sqlplus “/ as sysdba” at the command prompt.
4. The SQL> prompt appears. If the database instances are not running, enter “startup” at the SQL> prompt. The instance
will be started.
5. Enter the following query at the SQL> prompt:
SELECT inst_id, instance_number inst_no, instance_name
inst_name, parallel, status, database_status db_status,
acve_state state, host_name host FROM gv$instance;
The output that appears resembles the following:
As another step, you may wish to congure Transparent Applicaon Failover (TAF) for client session failover. This is congured by
eding the $ORACLE_HOME/network/admin/tnsnames.ora le on each node. This is necessary for Oracle9i failover, but oponal for
Oracle10g failover. Further informaon may be found in the Oracle Net Administrators Guide.
You should also check to see if there are any Oracle patches available that are appropriate for your situaon. Patches may be down-
loaded from hp://metalink.oracle.com Many Oracle products and opons require conguraon before they can be used the rst
me. Check the documentaon available on the CD or download documentaon from hp://www.oracle.com/technology/documen-
taon/database10g.html