4 ways to view the contents of control file

1, the operating system command View

strings control.ctl

  

2, the database command to view

alter database backup controlfile to filename

  

3, database trace

alter database backup controlfile to trace

or

alter database backup controlfile to trace as filename

 

4,dump controfile

alter system set events 'immediate trace name controlfile lever 3';

  

Guess you like

Origin www.cnblogs.com/catherine007/p/11268129.html