Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: deleting instance on HP-UX

Re: deleting instance on HP-UX

From: Sanke 1977 <rarauna_at_hotmail.com>
Date: Thu, 4 Jan 2001 17:52:57 -0300
Message-ID: <sp556.2626$Ch.36744@maule>

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...

| 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.
|
Received on Thu Jan 04 2001 - 14:52:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US