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 -> Restricting Database modifications via sqlplus

Restricting Database modifications via sqlplus

From: qazmlp <qazmlp1209_at_rediffmail.com>
Date: 2 Jan 2005 02:23:08 -0800
Message-ID: <db9bbf31.0501020223.23066e24@posting.google.com>


We would like to allow only 'select' & 'desc' statements and to restrict 'insert'/'update'/'delete'/'drop' statements, via sqlplus prompt.

But, if the 'insert'/'update'/'delete'/'drop' statements are issued from the application during the runtime, it should be allowed.

Basically, we would like to prevent any Database modifications done by the users(via sqlplus prompt), on our test systems here.

How exactly we can fulfill the above requirement? Received on Sun Jan 02 2005 - 04:23:08 CST

Original text of this message

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