Manually start the oracle____ applet under Linux under manual launch of Oracle CentOS

Source: Internet
Author: User
Tags centos sqlplus
First, start Oracle under Linux
Log on to CentOS, switch to Oracle user rights
# su–oracle
Then enter:
$ sqlplus "/as sysdba"
The original picture will become
Sql>
Next, enter
Sql> Startup
You can start the database normally.

In addition, the instructions for stopping the database are as follows:
sql> shutdown Immediate



Second, check the Oracle DB Listener is normal
Back to Terminal mode, enter:
Sql> exit
$ LSNRCTL Status
Check to see if the listener has started

If it is not started, you can enter:
$ lsnrctl Start
Start the Listener

$ sqlplus "/as sysdba"
Sql> Conn SYS@ORCL as Sysdba
Then enter the password, sys to log into the database as SYSDBA.



Third, start Emctl
In addition, it can be found that Http://localhost.localdomain:1158/em is currently not responding, this side to start another, start the instructions are as follows:
Sql> exit
$ emctl Start Dbconsole
This instruction runs for a long time and finishes the screen as follows:

Manually Start Oracle database complete

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.