Installation guide
Conguring the Oracle Listener
Before creang a database, it is necessary to rst create the Listener service for Oracle Net. To create a database in Cluster Mode,
both local and remote entries in the listener.ora and tnsnames.ora le must be pre-created. The remote listener must be named
LISTENERS_SIDprex (i.e. LISTENERS_MYDB1) and the local listeners should be named LISTENER_SID (i.e. LISTENER_MYDB1 and LIS-
TENER_MYDB2). The easiest way to create these Listeners is through using the Oracle Net Conguraon Assistant.
Whether installing Oracle9i or Oracle10g, the NETCA interface is essenally the same and the procedure is the same:
1. To start NETCA, go to Start -> Programs -> Oracle – HOME_NAME -> Conguraon and Migraon Tools -> Net
Conguraon Assistant.
2. In the “Net Conguraon Assistant” window, select “Cluster Conguraon”. Click “Next”.
3. On the “TOPSNodes” page, click “Select All Nodes”. Click “Next”.
4. On the “Welcome” page, select “Listener Conguraon”. Click “Next”.
5. On the “Listener Conguraon, Listener” page, select “Add”. Click “Next”.
6. On the “Listener Conguraon, Listener Name” page, enter “LISTENER” in the “Listener Name” eld. Click “Next”.
7. On the “Listener Conguraon, Select Protocols” page, select “TCP”. Click “Next”.
8. On the “Listener Conguraon, TCP/IP Protocol” page, select “Use the standard port number of 1521”. Click “Next”.
9. On the “Listener Conguraon, More Listeners?” page, select “No”. Click “Next”.
10. On the “Listener Conguraon Done” page, click “Next”.
11. Click “Finish”.
This completes Oracle Net conguraon and leaves the Listener service running.
Creang an Oracle9i Seed Database
In addion to starng DBCA, there are both pre-database creaon tasks and postdatabase creaon tasks that need to be performed
in order to create an Oracle9i Seed database.
Pre-Database Creaon Tasks
Before creang database les, it is necessary to create an inial directory on an OCFS volume. This may be done on the command
line, i.e.
“O:\md u01” creates the O:\u01 directory on the O:\ OCFS volume.
For Oracle9i, the GSD service must be run in the foreground for the duraon of the DBCA session. This means that you must stop the
background service and start a command-line version of GSD that you will leave running in an undisturbed window (for the duraon
of DBCA). You can use the following commands on each node to accomplish this:
gsdctl stop
E:\gsd.bat