DBA FUS‎ > ‎

Oracle Critical File Protection

posted Sep 13, 2010, 6:33 AM by Sachchida Ojha
Select 'Control Files: '||value from v$parameter where name= 'control_files';
Select 'Control Files: '||value from v$parameter where name= 'spfile';
select 'Logfile: '||member from v$logfile;
select 'Datafile: '||name from v$datafile;
Comments