Ano-Tech Computers
Enter keyword:

Oracle: Temporarily disabling archive logs
Problem:
The database itself can be placed in NOARCHIVELOG mode, which disables the process of redo log archiving which can otherwise slow down a bulk load into a warehouse. How?
 
Solution:
1. shutdown;
2. startup mount;
3. alter database noarchivelog;
4. alter database open;

To resume archive logging:
5. alter database archivelog;

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles