I do have access to an 8i system, which should hopefully be going away soon. The first command creates an ASCII file that can be edited to recreate the control files. It will get created in the $ORACLE_ADMIN/udump directory. The second command will create a binary copy of the control file.
_USER'@'_CONNECT_IDENTIFIER _PRIVILEGE> alter database backup controlfile to trace;
Database altered.
Elapsed: 00:00:00.00
_USER'@'_CONNECT_IDENTIFIER _PRIVILEGE> alter database backup controlfile to '/tmp/trace.trc';
Database altered.
Elapsed: 00:00:00.42
this space intentionally left blank
Bookmarks