Create an oracle database instance in linux

Source: Internet
Author: User


Create an oracle database instance in linux. 1. Open a terminal on the GUI of the Linux server and enter the following command. xhost + 2. Switch to the oracle user and run the following command: su-oracle3. Specify the variables and values of the database instance, assume that the SID of the data instance to be created is testexport ORACLE_SID = test4, use the DBCA tool to create the instance dbca www.2cto.com 5, and manually start the two instances su-oraclelsnrctl start -- assume that one instance is orcl, and the other is testexport ORACLE_SID = orclsqlplus/as sysdbastartupquitexport ORACLE_SID = testsqlplus/as sysdbastartupquit www.2cto.com 6, automatic start, you can go to/etc/rc. add the following content in local: Start the default database instance su-oracle <lsnrctl startsqlplus/as sysdbastartupquitEOF -- start the second database instance su-oracle <export ORACLE_SID = testsqlplus/as sysdbastartupquitEOF

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.