Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Needs to have database level Locking

Former Member
0 Likes
703

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
663

Hi,

In se11 data base level you can set the field Data Browser/Table View Maint.display/maintenance not allowed

in delivery and maintenance tab

4 REPLIES 4
Read only

Former Member
0 Likes
664

Hi,

In se11 data base level you can set the field Data Browser/Table View Maint.display/maintenance not allowed

in delivery and maintenance tab

Read only

0 Likes
663

Hi

Actually the solution u mentioned is not workable. i can change anything from TOAD (Sql server) from the mentioned table

I saw following useful link but also not workable.

http://www.sapdev.co.uk/dictionary/lock_enqueue.htm

Anyone have any idea how to lock a table at database level?

Thanks for your help

Read only

0 Likes
663

Why not just go to the SQL level (Oracle, MS SQL) and lock it read-only from there? I wouldn't recommend it, but it would solve your problem.

Read only

0 Likes
663

Thanks Actually i used Native SQL to lock temporarily.

Thanks.