Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: locking table

    hi this is abhi ,

    simply write this sql query on your sql prompt:

    connect scott/tiger

    -- u must authorize as a sysdba:

    lock table table_name in share mode;

    u can also lock your...

Viewing post 1 (of 1 total)