Linux boot automatically starts Oracle settings

Source: Internet
Author: User

1after installing the Oracle database: Execute Dbstart and Dbshut will prompt: [[email protected]~]$ Dbstartoracle_home_listner is isn't SET, unable to auto-start Oracle Net listenerusage:/u01/app/oracle/oracle/product/10.2.0/db_1/bin/Dbstart oracle_home Error reason is: Dbstart and Dbshut script file Oracle_home_listner settings have problems, open two files found: Oracle_home_listner=$1, modified to Oracle_home_listner=$ORACLE _home, the command is as follows: [[email protected]~]$VI$ORACLE _home/bin/Dbstart[[email protected]~]$VI$ORACLE _home/bin/Dbshut after the change to save the exit, the first issue has been resolved;2how to automatically start Oracle monitoring and instance at Linux startup first of all to solve the above problem, in order to continue yo! First step: Modify/etc/oratab file, the command is as follows: [[email protected]~]$VI/etc/Oratab found: ACCP:/u01/oracle:n modified to: accp:/u01/oracle:y Step Two: Add Lsnrctl start and Dbstart to the rc.local file with the following command: [email protected]~]$VI/etc/rc.d/rc.local Add:suOracle-lc"/u01/oracle/bin/lsnrctl Start" suoracle-lc/u01/oracle/bin/Dbstart Note: The first command has a space, so you should try it again with a quotation mark! 

Linux boot automatically starts Oracle settings

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.