Re: ORA-04021: timeout occurred while waiting to lock object

2002-07-31 Thread Alexandre Gorbatchev
Third-party tools sometimes do simple operations in non-straightforward way. Try to do CREATE OR REPLACE from sqlplus and check that you run a version of Navigator compatible with your database. Run script catblock.sql and look at dba_lock_internal. You should find this object there. hth

Re: ORA-04021: timeout occurred while waiting to lock object

2002-07-30 Thread Alexandre Gorbatchev
Ron, When exactly this happens? Could be running pl/sql procedure and trying do something with itself or with calling procedure (like grant execute, for example) Alexandre - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Tuesday, July 30, 2002 4:48

RE: ORA-04021: timeout occurred while waiting to lock object

2002-07-30 Thread Smith, Ron L.
The developer has the object opened for update in SQLNqvigator. When he tries to compile and save it, he gets the error. Ron -Original Message- Sent: Tuesday, July 30, 2002 10:13 AM To: Multiple recipients of list ORACLE-L Ron, When exactly this happens? Could be running pl/sql