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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Is it possible???

RE: Is it possible???

From: Shahid Malik(IT) <shahid.malik_at_pepsi-lahore.com.pk>
Date: Mon, 25 Jun 2001 00:49:52 -0700
Message-ID: <F001.00335E07.20010625005531@fatcity.com>

<SPAN
class=820554807-25062001>THANKS

  <FONT face=Tahoma
  size=2>-----Original Message-----From: Amar Kumar Padhi   [mailto:TS2017_at_emirates.com]Sent: Monday, June 25, 2001 1:11   PMTo: Multiple recipients of list ORACLE-LSubject: RE:   Is it possible???
  if you are on 8i, then you can define rules in   product_user_profile for preventing users from using sql*plus.   like:     -insert into
  system.product_user_profile(product, userid, attribute, char_value)     2  values ('SQL*Plus', 'user', 'SELECT',
'DISABLED');

  1 row created.
      -insert into
  system.product_user_profile(product, userid, attribute, char_value)     2  values ('SQL*Plus', 'user', 'UPDATE',
'DISABLED');

  1 row created.
      -insert into
  system.product_user_profile(product, userid, attribute, char_value)     2  values ('SQL*Plus', 'user', 'DELETE' ,
'DISABLED');

  1 row created.
      -insert into
  system.product_user_profile(product, userid, attribute, char_value)     2  values ('SQL*Plus', 'user', 'INSERT',
'DISABLED');

  1 row created.
      -COMMIT;
  rgds amar
  -----Original Message----- From:
  Shahid Malik(IT) [<A
  href="mailto:shahid.malik_at_pepsi-lahore.com.pk">mailto:shahid.malik_at_pepsi-lahore.com.pk]   Sent: Monday, June 25, 2001 10:20 AM <FONT   size=2>To: Multiple recipients of list ORACLE-L <FONT   size=2>Subject: Is it possible???
  Hi Friends,
       I want that user only access data   from application not from sql prompt.   Any help would be highly appreciated.   Shahid.

Received on Mon Jun 25 2001 - 02:49:52 CDT

Original text of this message

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