>I want to uninstall maxdb sdbuninst -all but there is still one >instance available. Problem is that everytime I do a db_drop it hangs >the machine. Is there another way of getting rid of it?
On Unix/Linux, 1) cat /etc/opt/sdb => entry IndepData points to <indep_data_path> 2) <indep_data_path>/config/Databases.ini contains a list of all the databases. If you remove a database from that list, you'll want to do the following as well - remove all the volume files - remove the RUNDIRECTORY - remove the configuration files: rm <indep_data_path>/config/<dbname>* For windows, the steps are described at http://sapdb.2scale.net/moin.cgi/WindowsUninstall Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
