Quantcast
Channel: EasyOraDBA
Viewing all articles
Browse latest Browse all 263

Make Table Read Only Oracle

$
0
0

– Make Table Read Only

alter table <table_name> read only;

– Make Table Back to Read Write.

 alter table <table_name> read write;



Viewing all articles
Browse latest Browse all 263

Trending Articles