Home > database >  Don't oracle10g only allow nowait writing?
Don't oracle10g only allow nowait writing?

Time:09-19

I use this statement in the Oracle10g version lock table:
The lock table tbl_lock in exclusive mode nowait; Normal

Add a time
The lock table tbl_lock in exclusive mode wait 5;
Would be an error ORA - 00933: SqlCommand not properly ended;

But the above two statements in Oracle11G can run smoothly, what reason is this?

Don't oracle10g only allow nowait writing?
  • Related