Oracle randomly initiates listening and database required parameter modifications under Linux

Source: Internet
Author: User

Modify the etc/rc.d/rc.local parameter file, and add the following two lines later

[Root@linux9 bin]# cat/etc/rc.d/rc.local

#!/bin/sh

#

# This script would be executed *after* all the other init scripts.

# You can put your own initialization stuff with If you don ' t

# want to does the full Sys V style init stuff.

Touch/var/lock/subsys/local

Su-oracle-c/oracle/product/11.2.0/dbhome_1/bin/dbstart

Su-oracle-c/oracle/product/11.2.0/dbhome_1/bin/lsnrctl Start

Modify the/etc/oratab parameter file and change to Y if the last argument is n

Px3309:/oracle/product/11.2.0/dbhome_1:y

Modify the Dbstart file under the ORACLE directory bin, and change the following parameter to $oracle_home

oracle_home_listner= $ORACLE _home

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.