Technical Notes
We're all on the same page!
Showing posts with label
read/write mode
.
Show all posts
Showing posts with label
read/write mode
.
Show all posts
Friday, 13 January 2017
How to change table read-write mode?
›
Set read only mode: SQL> ALTER TABLE HR.EMPLOYEES READ ONLY ; Set read/write mode: SQL> ALTER TABLE HR.EMPLOYEES READ WRITE ; ...
›
Home
View web version