cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable the archive on re-do logs?

Former Member
0 Kudos

Gurus:

Please help with this. Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christy,

You can do it from SQLPlus:

startup mount;

alter database noarchivelog;

alter database open;

Or you can do it with the BRTOOLS (follow this link):

http://howtosap.blogspot.com/2009/08/brtools-to-turn-off-archive-log-1.html

Regards,

Federico Biavati

Edited by: Federico Biavati on Nov 16, 2009 11:53 AM

Ops, sorry! wrong DB!!

lbreddemann
Active Contributor
0 Kudos

> Edited by: Federico Biavati on Nov 16, 2009 11:53 AM

> Ops, sorry! wrong DB!!

😄

Ok, where might somebody find such highly confidential information?

Yes!

The documentation: [Changing Log Settings|http://maxdb.sap.com/doc/7_7/0b/e1ab506fd040f7b62d31a62b70b0c9/content.htm]

Just use the DB Studio tool for it.

regards,

Lars

Answers (0)