Requires Free Membership to View
SQL> alter database datafile '/edcsns20/oradata11/gasb/redo01.log' resize 50m; alter database datafile '/edcsns20/oradata11/gasb/redo01.log' resize 50m * ERROR at line 1: ORA-01516: nonexistent log file, datafile, or tempfile "/edcsns20/oradata11/gasb/redo01.log"
So the easiest way would be to add new redo log groups, with the file sizes you want. Then, issue the ALTER SYSTEM SWITCH LOGFILE command to start using one of the new groups. Then drop the old groups. You can do this with the database up and running.
This was first published in April 2004

Join the conversationComment
Share
Comments
Results
Contribute to the conversation