Database Administration (MOSC)

MOSC Banner

create redolog groups

edited Mar 4, 2014 10:50AM in Database Administration (MOSC) 3 commentsAnswered ✓

Hi,

on 8i on Win 2003. Here is a parte of my script to create database :

CREATE DATABASE MYDB

    CONTROLFILE REUSE

    LOGFILE 'S:\ORADATA\MYDB\MYDB_redo01.log' SIZE 1M REUSE,

            'U:\ORADATA\MYDB\MYDB_redo02.log' SIZE 1M REUSE,

            'S:\ORADATA\MYDB\MYDB_redo03.log' SIZE 1M REUSE,

            'U:\ORADATA\MYDB\MYDB_redo04.log' SIZE 1M REUSE

This will create 4 redolog groups.

How to create each group with 2 redlog files ?

Thank you.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center