Sep 29 2008 11:49 AM 9464 20 What is the command to find the database that already present before connecting ? mojidra sandeep Apr 26th, 2013 Ps -ef | grep oracle chittu.kotian Profile Answers by chittu.kotian Questions by chittu.kotian May 16th, 2012 On Unix the command is ps -aef | grep -i pmon Answer Question Select Best Answer Dec 17 2007 05:56 AM 21546 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
Sep 29 2008 11:49 AM 9464 20 What is the command to find the database that already present before connecting ? mojidra sandeep Apr 26th, 2013 Ps -ef | grep oracle chittu.kotian Profile Answers by chittu.kotian Questions by chittu.kotian May 16th, 2012 On Unix the command is ps -aef | grep -i pmon Answer Question Select Best Answer
chittu.kotian Profile Answers by chittu.kotian Questions by chittu.kotian May 16th, 2012 On Unix the command is ps -aef | grep -i pmon
Dec 17 2007 05:56 AM 21546 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...