Previous Topic: Stopping the DatabaseNext Topic: UNIX/Oracle Database Customization Procedures


Starting the Database

Follow these steps:

  1. Login as the CSE Administrator using the account set up previously by the UNIX administrator.
  2. Set the SID for the required database.
  3. Type the Oracle command:
    sqlplus /nolog
    
    connect sys as sysdba
    
    startup pfile=<location of initdb.ora file>;
    
    exit
    
  4. Run Steps 2 and 3 for the Coordination and the Encyclopedia databases.
  5. Start the servers. Follow the instructions for starting the CSE software provided previously in this guide.