HP Storage Essentials V5.1 User Guide Second Edition (Linux Release) (T4283-96056, November 2006)
Database Maintenance and Management254
This will show you the status of listener. If the listener is not up try to start as:
lsnrctl start
• From the Database Admin Utility. See ”Checking the Database and Listener Status” on
page 243.
Checking Database Status:
These steps restart the database. If you receive an error message, contact technical support.
• On Windows:
• From the command line:
Sqlplus /nolog
Sql>connect sys/change_on_install@appiq as sysdba
Sql> startup force;
• From the Database Admin Utility. See ”Checking the Database and Listener Status” on
page 243.
These steps restart the database. If you receive an error message, contact technical support.
• On UNIX systems: From command line su – oracle and as a Oracle user
• From the command line:
Sqlplus /nolog
Sql>connect sys/change_on_install@appiq as sysdba
Sql> startup force;
• From the Database Admin Utility. See ”Checking the Database and Listener Status” on
page 243.