Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Extrange behavior
Hi
List,
<SPAN
class=890035815-17102001>
I have a strange
problem, I have a table and I can see the data of it, but can't update the
records of it.
<SPAN
class=890035815-17102001>
In forms it gives me an
error and in SQL plus the process hang, the table is IOT, and either can't see
in what tablespace the table is.
<SPAN
class=890035815-17102001>
SQL> SELECT COUNT(*)
FROM ACTS;
<SPAN
class=890035815-17102001> COUNT(*)---------
3320
<SPAN
class=890035815-17102001>
SELECT IOT_TYPE,
IOT_NAME, TABLESPACE_NAMEFROM USER_TABLESWHERETABLE_NAME =
'ACTS'
<SPAN
class=890035815-17102001>
<SPAN
class=890035815-17102001>
SQL>
/
<SPAN
class=890035815-17102001>IOT_TYPE
IOT_NAME TABLESPACE_NAME------------ ------------------------------ ------------------------------IOT
*-----* It
hangs
UPDATE ACTS
SET SERIE = SERIE||'---'WHERE GR = 01 AND CO = 01
AND CAT = 10 AND LOC = 01 AND ACT=
01
*-----* It
hangs
<SPAN
class=890035815-17102001>
<SPAN
class=890035815-17102001>
select index_name,
INDEX_TYPE, TABLESPACE_NAME from user_indexeswheretable_name =
'ACTS'
<SPAN
class=890035815-17102001>
<SPAN
class=890035815-17102001>INDEX_NAME INDEX_TYPE TABLESPACE_NAME------------------------- --------------------------- --------------------ACTS_PKIOT -
TOP CONT
![]() |
![]() |