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
'Informix > informix reference' 카테고리의 다른 글
How Informix Dynamic Server uses the temporary dbspace (0) | 2015.05.06 |
---|---|
sysmaster DB에서 MEDIUM/HIGH 모드로 통계갱신시 오류 (-244/-101) (0) | 2015.02.17 |
인포믹스에서 group_concat 구현 (0) | 2015.02.16 |
data studio에서 인포믹스 실행 계획 출력하기 (IBM Data Studio 4.x) (0) | 2014.12.09 |
Understanding on Smart blob space. (0) | 2014.06.12 |