Informix/informix reference
Steps to drop the sysmaster database
@ipajama
2015. 2. 17. 14:13
728x90
Technote (FAQ)
Question
Can the sysmaster database be dropped manually?
Cause
Although it is not recommended to drop the System Monitoring Interface for Informix, yet under some circumstances a need might exist to drop the sysmaster database.
Answer
Steps:
- dbaccess sysmaster -
- delete from systables where tabid > 99 and partnum < '0x100000';
- delete from systables where tabname = 'sysdbspartn';
- close database;
- drop database sysmaster;
http://www-01.ibm.com/support/docview.wss?uid=swg21444237
728x90