Start the Oralce service and Oralce instance in SUSE Linux

Source: Internet
Author: User

Connect to the SUSE Linux service through ssh.
 
Command for setting system time:, January 1
 
Date -- set = "04/01/14"


Step 1: Start the listener;
Su-Oracle -- "switch to oracle user"
Lsnrctl start -- "enable listener"
Step 2: Start the database instance.
 
Sqlplus/nolog -- "go to sqlplus"


SQL> conn/as sysdba -- "connect to sysdba"
SQL> startup -- "Start database instance"

Assume that your server has two instances, DB1 and DB2, and both instances are created by the same operating system user. Use this operating system user to log on to the server,
Run
 

Export ORACLE_SID = DB1
Sqlplus/nolog
Connect scott/tiger as sysdba
Startup
Exit EOF
 

Export ORACLE_SID = DB2
Sqlplus/nolog
Connect scott/tiger as sysdba
Startup

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.