I've tried to drop database: delete datafiles, redo, log, controlfiles ( with help v$datafile, v$logfile ). I've deleted init***.ora file and modified listener.
However when I am running Oracle Configuration Assistant 'droped' database is still in 'available instances' ( when I tried to delete Assistant crashed ).Reboot didn't help / Oracle 8.1.6 on Linux /
I've tried to drop database: delete datafiles, redo, log, controlfiles ( with help v$datafile, v$logfile ). I've deleted init***.ora file and modified listener.
However when I am running Oracle Configuration Assistant 'droped' database is still in 'available instances' ( when I tried to delete Assistant crashed ).Reboot didn't help / Oracle 8.1.6 on Linux /
thanks for help
Jan
[/B][/QUOTE]
Hi Jan,
It seems , u have not unregistered the Environmental Parameters like ORACLE_SID . Try to remove this . It may help u to avoid displaying the database name in Oracle Configuration assistant.
Best of luck
Pramathesh Kumar Mohapatra
Sql Star International Ltd.
Stp Hyderabad. Andhra Pradesh
India
Instance and database are 2 different things. So you may have an instance of a droped database. if you have remove all the database file...datafile,redolog,controlfile,conf+initfile..you have removed the databse. Now you have to clean your variable parameters
In Solaris (I presume the same for Linux) the oratab file contains a list of all available databases. Ensure the dropped database is not listed in this file.
If dbassistant doesn't work, Shutdown the database and remove all the files associated with the database(control,log,data and parameter). Thats about it. Your database is gone.
I haven't worked on linux to tell where the oratab entry is gonna be. But you can use unix 'find' command to find where that entry is going to be.
Bookmarks