Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Make App "Read-only"
Say I'm designing an app and I want to give admin of the app the
option of making it READ-ONLY when he needs to.
How will you do it ?
How about this ? :
Putting app tables into TABLESPACE_myapp so
the admin can just do this:
alter tablespace TABLESPACE_myapp read only;
thanks Received on Mon Jul 24 2006 - 15:15:08 CDT
![]() |
![]() |