Installation guide
15. In the “Database Storage Window”, tablespace names, le names and sizing parameters may be edited, along with redo
log informaon. Edit the le names, locaons, and sizing as desired. Check the redo logs for the correct thread numbers
(one thread set of redo logs per node). Aer you have nished eding, click “Next”.
16. In the “Creaon Opons” page, choose at least the “Create Database” opon. You may also choose the “Create Tem
plate” and “Save as a Script” opons. Click “Finish”.
17. The “DBCA Summary” page is displayed. Review the informaon, and then click “OK”. Database creaon progress is
displayed. Database creaon may seem to hang at around 95% to 100%. This is usually a pause while remote instances are
created. In addion to creang the database, all required services will be started.
Post-Database Creaon Tasks
Aer database creaon, there are a few10g-specic tasks that need to be performed. These are listed below:
1. Aer you run DBCA, your cluster may be using the public interface instead of the private interface. If this occurs, a
warning will appear in the Oracle alert log and performance may suer. To force the cluster to communicate over the private
network, perform the following steps on the rst node only:
a. Log in as a dba user.
b. Type sqlplus “/ as sysdba” at the command prompt.
c. The SQL> prompt appears.
d. Enter the following lines at the SQL> prompt: alter system set cluster_interconnects=’<private IP address
node1>’ scope=sple sid=’<SID1>’ alter system set cluster_interconnects=’<private IP address node2>’ scope=sple
sid=’<SID2>’ Connue entering lines for each node in the cluster.
e. Restart the database on all nodes by typing the following lines:
srvctl stop database –d <dbname>
srvctl start database –d <dbname>
where dbname is the database name
f. Open the ORACLE_BASE\admin\bdump\alert_<SID>.log le to verify that the private interfaces are being used.
2. All COM components must be registered manually on remote cluster nodes. To manually register COM components, run
the following command: ORACLE_BASE\ORACLE_HOME\bin\selecthome.bat
The following COM components have to be registered:
a. Oracle Administraon Assistant for Windows
b. Oracle Counters for Windows Performance Monitor
c. Oracle Data Provider for .NET
d. Oracle Objects for OLE
e. Oracle Provider for OLE DDB
3. Verify the Enterprise Manager conguraon by running the following command: srvctl cong database -d db_name
The output should look like:
node1-host_name instance_name1 database_path
node2-host_name instance_name2 database_path
4. The Oracle HTTP Server and Oracle HTML DB may oponally be installed from the Oracle10g Companion Products CD.