oracleSQLdba
IS-IT--Management
How do I remove a 9i db from solaris with multiple databases with a single oracle_home?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
col name format a60
select * from v$controlfile;
col member format a60
select * from v$logfile;
col name format a60
select name from v$datafile;
ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
SHUTDOWN ABORT
oradim -delete -sid <SID name>
col name format a30
col value format a50
select name , value
from v$parameter
where name = 'user_dump_dest';