![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I noticed in an onstat -d output that our rootdbs, which is usually empty, had jumped to 96% full. *Using AGS's Server Studio, I could see a temp table called username._temptable in rootdbs. *I could also find the temp table using this query: select TRIM(dbsname)||":"||TRIM(owner)||"."||TRIM(tabname ) , sysmaster artdbsnum(T.partnum) dbspace_number,dbinfo('dbspace',T.partnum) dbspace_name from sysmaster:sysptnhdr P, sysmaster:systabnames T where P.partnum = T. partnum AND ( sysmaster:bitval(flags,64)>0 OR sysmaster:bitval(flags, 32) > 0 OR sysmaster:bitval(flags, 128) > 0 OR sysmaster:bitval(flags, 16384) > 0) ; (expression) * *db_tst:username._temptable dbspace_number *1 dbspace_name * *rootdbs However, the table has resisted my attempts to drop it -- DBMS continually tells me the table doesn't exist. *I've quoted, escaped, prepended, fully qualified and otherwise used every way I could think of to reference the table. *All to no avail *(fie on thee, username!).. I can cross my fingers and bounce the instance, but would rather find a reliable way to deal with problem immediately since I suspect it will recur. Any suggestions from the Informix intelligencia? Using IDS 10.00.FC8 on RHEL5.4 kernel 2.6.18. _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#3
| |||
| |||
|
|
I noticed in an onstat -d output that our rootdbs, which is usually empty, had jumped to 96% full. *Using AGS's Server Studio, I could see a temp table called username._temptable in rootdbs. *I could also find the temp table using this query: select TRIM(dbsname)||":"||TRIM(owner)||"."||TRIM(tabname ) , sysmaster artdbsnum(T.partnum) dbspace_number,dbinfo('dbspace',T.partnum) dbspace_name from sysmaster:sysptnhdr P, sysmaster:systabnames T where P.partnum = T. partnum AND ( sysmaster:bitval(flags,64)>0 OR sysmaster:bitval(flags, 32) > 0 OR sysmaster:bitval(flags, 128) > 0 OR sysmaster:bitval(flags, 16384) > 0) ; (expression) * *db_tst:username._temptable dbspace_number *1 dbspace_name * *rootdbs However, the table has resisted my attempts to drop it -- DBMS continually tells me the table doesn't exist. *I've quoted, escaped, prepended, fully qualified and otherwise used every way I could think of to reference the table. *All to no avail *(fie on thee, username!).. I can cross my fingers and bounce the instance, but would rather find a reliable way to deal with problem immediately since I suspect it will recur. Any suggestions from the Informix intelligencia? Using IDS 10.00.FC8 on RHEL5.4 kernel 2.6.18. |
#4
| |||
| |||
|
|
I noticed in an onstat -d output that our rootdbs, which is usually empty, had jumped to 96% full. Using AGS's Server Studio, I could see a temp table called username._temptable in rootdbs. I could also find the temp table using this query: select TRIM(dbsname)||":"||TRIM(owner)||"."||TRIM(tabname ) , sysmaster artdbsnum(T.partnum) dbspace_number,dbinfo('dbspace',T.partnum) dbspace_name from sysmaster:sysptnhdr P, sysmaster:systabnames T where P.partnum = T. partnum AND ( sysmaster:bitval(flags,64)>0 OR sysmaster:bitval(flags, 32) > 0 OR sysmaster:bitval(flags, 128) > 0 OR sysmaster:bitval(flags, 16384) > 0) ; (expression) db_tst:username._temptable dbspace_number 1 dbspace_name rootdbs However, the table has resisted my attempts to drop it -- DBMS continually tells me the table doesn't exist. I've quoted, escaped, prepended, fully qualified and otherwise used every way I could think of to reference the table. All to no avail (fie on thee, username!). I can cross my fingers and bounce the instance, but would rather find a reliable way to deal with problem immediately since I suspect it will recur. Any suggestions from the Informix intelligencia? Using IDS 10.00.FC8 on RHEL5.4 kernel 2.6.18. _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
![]() |
| Thread Tools | |
| Display Modes | |
| |