ORA-44203: timeout waiting for lock on cursor
Harsh_vJul 16 2012 — edited Jul 16 2012hi,
i am facing problem when i create a table like see below. its very small table (only 100 records)
but when create table then i got error *"ORA-44203: timeout waiting for lock on cursor"*.
here,
table name=CIRCLE_CODE
DB link name=gnoida1_to_gnoida2
SQL> create table CIRCLE_CODE as select * from CIRCLE_CODE@gnoida1_to_gnoida2;
create table CIRCLE_CODE as select * from CIRCLE_CODE@gnoida1_to_gnoida2
*
ERROR at line 1:
ORA-44203: timeout waiting for lock on cursor
Reg,
OCP Harshit
Edited by: 928992 on Jul 16, 2012 10:07 AM