Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-44203: timeout waiting for lock on cursor

Harsh_vJul 16 2012 — edited Jul 16 2012
hi,


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

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 13 2012
Added on Jul 16 2012
16 comments
4,762 views