Top
PRIMECLUSTER Wizard for Oracle 4.5 Configuration and Administration Guide
FUJITSU Software

2.2.6 Oracle database Creation and Setting

Create the database. Make sure that you can successfully start the database on all nodes after creation.

2.2.6.1 Oracle database Creation and Setting

Create and set the database.

2.2.6.2 Identifying Database Startup Errors

Start the database on all nodes and ensure that no errors occur.

PRIMECLUSTER Wizard for Oracle starts and stops the Oracle instance and Oracle listener after changing from the root user to the Oracle user by using su(1M).

Check if you can start and stop the Oracle instance and Oracle listener manually after changing from the root user to the Oracle user by using su(1M) in both the operating node and the standby nodes. Also, do not go through any users other than the root and Oracle users before logging in as the root user.

Check if you can start and stop the PDBs manually for the database using the multitenant architecture.

When you check on the standby nodes, switch userApplication to the standby nodes.

# su - <Oracle user>
$ lsnrctl start <ListenerName>
$ lsnrctl status <ListenerName>
$ lsnrctl stop <ListenerName>
$ sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> STARTUP
SQL> SELECT STATUS FROM V$INSTANCE;
SQL> ALTER PLUGGABLE DATABASE ALL OPEN; *For the database using the multitenant architecture.
SQL> SELECT NAME,OPEN_MODE FROM V$PDBS; *For the database using the multitenant architecture.
SQL> SHUTDOWN IMMEDIATE
SQL> EXIT
$ exit
#

Information

If the Oracle user's shell limits are not set properly, the Oracle instance and Oracle listener may fail to start.

PRIMECLUSTER Wizard for Oracle starts the Oracle instance and Oracle listener after changing from the root user to the Oracle user by using su(1M). If the Oracle user's shell limits are not set, the root user's shell limits are inherited. Therefore, make sure that you can start the Oracle instance and Oracle listener after changing from the root user to the Oracle user.