cancel
Showing results for 
Search instead for 
Did you mean: 

How to turn off redo log

LeonardoAraujo
Active Contributor
0 Kudos

I am running ERP 2005 on a test box (really a simple sandbox for testing).

I don't care about redo logs. I am fine with my offline backups.

I need to increase the performance and I was wondering how to turn off the redo logs.

Could you please provide a hint on how to do it? If there is a way to do it from SAP I would prefer...

Thanks in advance,

Leonardo De Araujo

p.s. Running on Windows

Accepted Solutions (1)

Accepted Solutions (1)

vince_laurent
Active Participant
0 Kudos

<a href="http://www.adp-gmbh.ch/ora/admin/backup_recovery/archive_vs_noarchive_log.html">http://www.adp-gmbh.ch/ora/admin/backup_recovery/archive_vs_noarchive_log.html</a>

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Actually the redo log files cant be turned off.The archived log can be turned off . What happens by turning off the archive log i,e in noarchivelog mode, the containts of the redo log files are not written to the archive log files instead the redologfile get over written.

To do this u can follow the steps suggested above by Mindaugas Vaitkus

Former Member
0 Kudos

All the options need restart for short time..

Regards

madhu

Former Member
0 Kudos

archive_off.bat should do the job.

Peter

Former Member
0 Kudos

sqlplus /nolog

connect/as sysdba

1. shutdown database

2. startup mount

3. ALTER DATABSE ARCHIVELOG (noarchivelog);

4. ALTER DATABASE OPEN;

5. ARCHIVE LOG LIST;

Mindaugas

Former Member
0 Kudos

Hi

Use brttols there you will get option to turn off archiving

Thanks

Prince