Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: deleting instance on HP-UX
Por si sabes español o alguien
connect to HP-UX whit username of oracle and password
1.- svrmgrl
connect internal
alter database backup controlfile to trace;
shutdown abort
exit
2.- save file more new ?????.trc
$ORACLE_HOME/../../admin/<ORACLE_SID>/udump/?????*.trc
example
# be required for media recovery of offline data files. Use this
# only if the current version of all online logs are available.
STARTUP NOMOUNT
CREATE CONTROLFILE REUSE DATABASE "CGTP" NORESETLOGS ARCHIVELOG
MAXLOGFILES 32
MAXLOGMEMBERS 4
3.- delete $ORACLE_HOME/../../admin/<ORACLE_SID>/*
and delete all file named in file ?????.trc
4.- delete $ORACLE_HOME/dbs/init<SID>.ora and config<SID>.ora
5.- delete enviroment of instance
-- R A A B Snake77 "Toni Graybill" <toni_graybill_at_non.hp.com> escribió en el mensaje news:3A53BD49.51C0DDC6_at_non.hp.com...Received on Thu Jan 04 2001 - 14:52:57 CST
| I have spent all day trying to find some documentation on how to delete
| an oracle 8i instance on HP-UX. The utility, dbassist, hangs. Can't find
| any documentation on the error message or an alternate manual process.
| I'm plunging on & manually cleaning it up myself, but am posting this in
| the hopes someone "older & wiser" may have a better way.
|
![]() |
![]() |