Under the Linux operating system, how do I start a service and listen command? You must first log on as an Oracle User:
1, start the database:
The following are the referenced contents: Oracle@suse92:~> Sqlplus/nolog
Sql*plus:release 9.2.0.4.0-production on Fri 20 02:29:37 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Sql> Connect/as SYSDBA Connected to a 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:
The following are the referenced contents: Oracle@suse92:~> Sqlplus/nolog
Sql*plus:release 9.2.0.4.0-production on Fri 20 02:29:37 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Sql> Connect/as SYSDBA Connected to a idle instance. Sql> Shutdwon abort; |
3, start the Listener
The following are the referenced contents: Oracle@suse92:~> Lsnrctl Start |
4, Stop the Listener
The following are the referenced contents: Oracle@suse92:~> Lsnrctl Stop |
5. View Listener Status
The
oracle@suse92:~ > Lsnrctl lsnrctl> status lsnrctl> exit |