Dec 17 2007 05:56 AM 21550 14 Reading Oracle Control file content gbansal4 Can we read Control file? If yes, then how? lakshmi143.e Profile Answers by lakshmi143.e Questions by lakshmi143.e Oct 14th, 2009 SQL> ALTER DATABASE BACKUP controlfile TO trace; You can find the trace file which is backup of control file in udump directory. narendra05 Profile Answers by narendra05 Questions by narendra05 Oct 2nd, 2009 Control file is the metadata of data and the information is stored in binary format. Some part of the control file can be seen by tracing it to trace (struncture of database can be seen by tracing th... Answer Question Select Best Answer
Dec 17 2007 05:56 AM 21550 14 Reading Oracle Control file content gbansal4 Can we read Control file? If yes, then how? lakshmi143.e Profile Answers by lakshmi143.e Questions by lakshmi143.e Oct 14th, 2009 SQL> ALTER DATABASE BACKUP controlfile TO trace; You can find the trace file which is backup of control file in udump directory. narendra05 Profile Answers by narendra05 Questions by narendra05 Oct 2nd, 2009 Control file is the metadata of data and the information is stored in binary format. Some part of the control file can be seen by tracing it to trace (struncture of database can be seen by tracing th... Answer Question Select Best Answer
lakshmi143.e Profile Answers by lakshmi143.e Questions by lakshmi143.e Oct 14th, 2009 SQL> ALTER DATABASE BACKUP controlfile TO trace; You can find the trace file which is backup of control file in udump directory.
narendra05 Profile Answers by narendra05 Questions by narendra05 Oct 2nd, 2009 Control file is the metadata of data and the information is stored in binary format. Some part of the control file can be seen by tracing it to trace (struncture of database can be seen by tracing th...