1. stop the database
2. start in restricted mode with "startup restrict"
3. enable table locks:
alter table scott.emp enable table lock;4. startup the database in normal mode, and you will now be able to aquire locks on the table.
Minimalistic Oracle contains a collection of practical examples from my encounters with Oracle technologies. When relevant, I also write about other technologies, like Linux or PostgreSQL. Many of the posts starts with "how to" since they derive directly from my own personal experience. My goal is to provide simple examples, so that they can be easily adapted to other situations.
alter table scott.emp enable table lock;4. startup the database in normal mode, and you will now be able to aquire locks on the table.
No comments:
Post a Comment