Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Make App "Read-only"

Make App "Read-only"

From: meathammer <googler_at_google.com>
Date: Mon, 24 Jul 2006 16:15:08 -0400
Message-ID: <pan.2006.07.24.20.15.07.984000@google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US