Home » RDBMS Server » Server Administration » Update table and avoid redo logs
Update table and avoid redo logs [message #21162] Tue, 16 July 2002 13:16 Go to next message
sateesh
Messages: 8
Registered: April 2000
Junior Member
Can I append update table nologgin to sql statement to avoid generating redo logs.. thans
Re: Update table and avoid redo logs [message #21163 is a reply to message #21162] Tue, 16 July 2002 15:10 Go to previous messageGo to next message
ctg
Messages: 146
Registered: July 2002
Senior Member
you can not avoid generating redo logs on an Update stmt.
Re: Update table and avoid redo logs [message #21198 is a reply to message #21162] Wed, 17 July 2002 14:46 Go to previous message
oracle
Messages: 9
Registered: May 2002
Junior Member
am not sure abt this..just giving a shot!

Alter table tablename nologging;

Update tablename set blah blah
commit;

alter table tablename logging;
Previous Topic: need help
Next Topic: Oracle 9i License
Goto Forum:
  


Current Time: Wed Sep 18 21:36:11 CDT 2024