chap 2 , queries Flashcards
1
Q
Show file path of control files
A
select from v$controlfile
2
Q
Show information section about controlfiles
A
select * from v$controlfile_record_section
3
Q
Display the name of the database , archive mode , opening mode and creation date
A
select name , log_mode , created , open_mode from v$database