Want to post your scripts here in this blog ? Email it to snojha@gmail.com. You will be rewarded for your scripts if selected by our experts.

Wednesday, January 13, 2010

Oracle Redo log files

-- Step 1: Check how many redo log files exist.

select member from v$logfile;

-- Step 2: Check whether each group has more than 1 members.

select count(*) from V$LOG where members >1;

No comments: