How would you force a log switch?

Answer Posted / amsu

ALTER SYSTEM CHECKPOINT GLOBAL; AND
ALTER SYSTEM ARCHIVELOG CURRENT;

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a system database and what is a user database? : sql server DBA

599


how can you communicate with operating system files from oracle?

560


What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA

550


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

1493


what is a crs resource?

602






Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1703


What would you do with an "in-doubt" distributed transaction?

1419


Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?

1747


What authentication modes does sql server support? : sql server DBA

698


Query processing is slow(eg select query)how will u solve that

6519


how can you generate profile of pl/sql applications to identify performance bottlenecks?

598


If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

564


What is a correlated sub-query? : sql server DBA

583


Explain materialized views and how they are used.

1896


A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?

2000