How to start multiple Oracle database instances and modify memory in Linux

Source: Internet
Author: User
Because of work requirements, you need to install another Oracle instance in a Linux operating system. After receiving help from many netizens, I finally solved the following problem 1: Installing new instances using Linux

Because of work requirements, you need to install another Oracle instance in a Linux operating system. After receiving help from many netizens, I finally solved the following problem 1: Installing new instances using Linux

Because of work requirements, you need to install another Oracle instance in a Linux operating system.

After receiving help from many netizens, I finally solved the following problems:

1. install a new instance
Log On with the Linux Account Oracle, find the dbca under the bin directory, and then create it. Pfile (init. ora) is enabled by default.

2. Solve the Problem of starting multiple instances.
Restart later, so:
Use Oracle remote login (telnet) and then execute
Export Oracle_SID = SID2
Sqlplus/nolog
Conn/as sysdba
Startup

3. Modify SGA
First, you need to modify the Startup Mode:
Create spfile = '/Oracle/SPFILESID2.ORA' from pfile;
SHUTDOWN IMMEDIATE
STARTUP
Alter system set SGA_MAX_SIZE = 3072 m scope = SPFILE (scope = memory | spfile | both)
SHUTDOWN IMMEDIATE
STARTUP
Alter system set SGA_TARGET = 3072 M

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.