cancel
Showing results for 
Search instead for 
Did you mean: 

Can we manually lock a program and workprocess and a table?

Former Member
0 Kudos

Can we manually lock a program and workprocess and a table?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Oracle tables can be locked exclusively by using "lock table ... in exclusive mode". This is sometimes used e.g. in SAP BW systems. The lock is released when the next COMMIT or ROLLBACK takes place.

Former Member
0 Kudos

thank you.

markus_doehr2
Active Contributor
0 Kudos

You can "lock" transaction but not programs.

Give me an example why you want to "lock" workprocess or a table, I don´t see any real use of that...

--

Markus

Former Member
0 Kudos

I have customized tables in my Dev. system.and they are not usefull now.So I want to lock those(Yes as you are saying it is not necesssary,but I just I want to knw).

Satish

markus_doehr2
Active Contributor
0 Kudos

The only possibility I see is to mark the table as read only on database level or to revoke the connecting user the permission to write data to that table.

However, that procedure is not common and one should rather use permissions in the SAP system to handle such things.

--

Markus