0% found this document useful (0 votes)
18 views1 page

Oracle Commands

This document shows SQL commands being run to open an Oracle database, check the open mode and name, clear an unachieved log file group, view the log files, and perform a global checkpoint.

Uploaded by

Pratik Thakor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Oracle Commands

This document shows SQL commands being run to open an Oracle database, check the open mode and name, clear an unachieved log file group, view the log files, and perform a global checkpoint.

Uploaded by

Pratik Thakor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

sqlplus sys@ORCL as sysdba

select open_mode, name from v$database


alter database open
alter database clear unachieved log file group 3
select * from v$log
alter system checkpoint global

You might also like