Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Logs filling up?
I have Oracle 8.05 for NT and have been experimenting with the
database for awhile now. (I am an application developer.)
With SQL Server, I must occasionally backup the database or issue a command:
DUMP TRANSACTION < dbname > WITH TRUNCATE_ONLY
Either of those options has the effect of clearing the transaction log for the particular database.
In Oracle, I assume there are transaction logs and I also assume I must clear them or someday the database will choke on me. I have been going over the Oracle documentation and the closest thing I can find is a command:
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3; I have three questions.
Thanks
Guy Pardoe
Pardoe Development Corporation
Received on Sun May 30 1999 - 08:01:11 CDT
![]() |
![]() |