Go to the Bin directory to run Emctl start Dbconsole
[email protected]:~> Sqlplus/nolog
Sql*plus:release 9.2.0.4.0-production on Fri Jan 20 02:29:37 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Sql> Connect/as SYSDBA
Connected to an idle instance.
Sql> Startup
ORACLE instance started.
Total System Global area 135352820 bytes
Fixed Size 455156 bytes
Variable Size 109051904 bytes
Database buffers 25165824 bytes
Redo buffers 679936 bytes
Database mounted.
2. Close the database:
[email protected]:~> Sqlplus/nolog
Sql*plus:release 9.2.0.4.0-production on Fri Jan 20 02:29:37 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Sql> Connect/as SYSDBA
Connected to an idle instance.
Sql> Shutdwon abort;
3. Start the Listener
[email protected]:~> Lsnrctl Start
4. Stop the Listener
[email protected]:~> Lsnrctl Stop
Database service startup under Linux