Hi
I have table ZSTATUS having only 1 column STATUS. I want to lock this table at database level so that no-one can update it at database level unless i unlock it.
I used Enqueue & Dequeue functionality but tthat is only for application level and not for database level.
Thanks...