Difference between revisions of "XBio:D Database Server Management"
Jump to navigation
Jump to search
(Created page with "---- '''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 in...") |
m (Protected "Startup OSUC Database" ([edit=osuc_user] (indefinite) [move=osuc_user] (indefinite) [read=osuc_user] (indefinite))) |
(No difference)
|
Revision as of 13:50, 7 September 2012
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