XBio:D Database Server Management
Jump to navigation
Jump to search
Startup OSUC Database
This section is present to provide a step-by-step manner to restarting the OSUC database. The assumption is that the user is already logged into the OSUC server.
- Switch to superuser for the oracle account: $su - oracle
- Navigate to the Oracle home binary directory: $cd $ORACLE_HOME/bin
- Log into Oracle SQL Plus: $sqlplus /nolog
- Connect as a DBA to the database: SQL>connect / as sysdba
- Startup the database: SQL>startup pfile='/u01/app/oracle/admin/oracle/pfile/init.ora.852008113657'
- Leave Oracle SQL Plus: SQL>quit
- Start the database listener: $lsnrctl start
- Navigate to the Oracle application server network binary directory: $cd $ORACLE_BASE/oraHTTP/opmn/bin
- Start up networked Oracle application server: $opmnctl startall