Oracle 11g change log group size

Source: Internet
Author: User

Oracle 11g change log group size

Oracle 11g change log group size

1. Create a New log Group

1. alter database add logfile group 4 ('/u01/app/oracle/oradata/jian/redo04.log') size 1024 k;

2. alter database add logfile group 5 ('/u01/app/oracle/oradata/jian/redo05.log') size 1024 k;

2. Switch the current log to a new log group.

1. alter system switch logfile;

2. alter system switch logfile;

3. Delete the old log Group

1. alter database drop logfile group 1;

2. alter database drop logfile group 2;

3. alter database drop logfile group 3;

4. delete files in the original log group 1, 2, and 3 in the operating system

5. Rebuild log groups 1, 2, and 3

1. alter database add logfile group 1 ('/u01/app/oracle/oradata/jian/redo01.log') size 10 M;

2. alter database add logfile group 2 ('/u01/app/oracle/oradata/jian/redo02.log') size 10 M;

3. alter database add logfile group 3 ('/u01/app/oracle/oradata/jian/redo03.log') size 10 M;

6. Switch the log Group

1. alter system switch logfile;

2. alter system switch logfile;

3. alter system switch logfile;

7. delete a log group 4 and 5

1. alter database drop logfile group 4;

2. alter database drop logfile group 5;

8. delete files in log group 4 and 5 under the Operating System

9. Back up the latest Control File

SQL> alter database backup controlfile to trace resetlogs

-------------------------------------- Split line --------------------------------------

Install Oracle 11gR2 (x64) in CentOS 6.4)

Steps for installing Oracle 11gR2 in vmwarevm

Install Oracle 11g XE R2 In Debian

-------------------------------------- Split line --------------------------------------

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.