Oracle starts multiple instances ____oracle

Source: Internet
Author: User
Start multiple Oracle Instances

To build a second Oracle instance step on Linux:
1, in the Linux server graphics interface, open a terminal, enter the following command;
Xhost +

2, switch to the Oracle user, use the following command:
Su-oracle
3. Specify the variables and values for the database instance, assuming that the SID of the data instance to be established is test
Export Oracle_sid=test
4, use the DBCA tool to establish the example
Dbca
5, manually start two instances
Su-oracle
Lsnrctl start
--Suppose one instance is ITSM and the other is test
Export ORACLE_SID=ITSM
Sqlplus/as SYSDBA
Startup
Quit
Export Oracle_sid=test
Sqlplus/as SYSDBA
Startup
Quit
6, automatic start, can be set up in the/etc/rc.local, add the following content
--Start the default database instance
Su-oracle <<eof
Lsnrctl start
Sqlplus/as SYSDBA
Startup
Quit
Eof
--Start a second database instance
Su-oracle <<eof
Export Oracle_sid=test
Sqlplus/as SYSDBA
Startup
Quit
Eof






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.