RE: Restrict certain database access using 3rd party tools.

2002-10-08 Thread Boivin, Patrice J

http://www.orsweb.com/downloads/source/440.html

I don't think this would prevent determined people from logging in though.

IP addresses, machine names and program names can all be spoofed.

Patrice Boivin
Systems Analyst (Oracle Certified DBA)

Systems Admin & Operations | Admin. et Exploit. des systèmes
Technology Services| Services technologiques
Informatics Branch | Direction de l'informatique 
Maritimes Region, DFO  | Région des Maritimes, MPO

E-Mail: [EMAIL PROTECTED]




-Original Message-
Sent: Tuesday, October 08, 2002 2:54 PM
To: Multiple recipients of list ORACLE-L


Just deny login if your trigger does not know the program.

Check the archives for example scripts for login triggers.

Yechiel Adar
Mehish
- Original Message -
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Sent: Thursday, October 03, 2002 8:08 PM


> Oups ! you're right.
>  --- Kevin Lange <[EMAIL PROTECTED]> a écrit : > Except
> for the fact that they could always change
> > the program name that they
> > are running to match what you need.   Then that
> > security is bypassed.
> >
> >
> >
> > -Original Message-
> > Sent: Thursday, October 03, 2002 11:08 AM
> > To: Multiple recipients of list ORACLE-L
> >
> >
> > In homemade applications, by default users have a
> > role
> > with read only, in the applications we change the
> > default role that allows insert, update, delete.
> >
> > I've not tested this scenario but how about if, in a
> > database logon trigger, you check the
> > v$process.program field then depending of that value
> > you may be able to change the user default's role.
> >
> > Should work on 8i using dedicated connection.
> >
> >
> >  --- [EMAIL PROTECTED] a écrit : > Hi All,
> > >
> > > We have users that have OPS$ accounts that have
> > full
> > > DML privs when they
> > > run forms application via citrix. Currently they
> > do
> > > not have sqlplus,etc.  There is a requirement that
> > > some can have
> > > sqlplus,toad,etc.  I know you can set up security
> > > for sqlplus,etc
> > > using product_user_profile but is there a way to
> > > allow only SELECT when
> > > using a 3rd party tool such as TOAD.
> > >
> > > Thanks
> > > Rick
> > >
> > >
> > >
> > > --
> > > Please see the official ORACLE-L FAQ:
> > > http://www.orafaq.com
> > > --
> > > Author:
> > >   INET: [EMAIL PROTECTED]
> > >
> > > Fat City Network Services-- 858-538-5051
> > > http://www.fatcity.com
> > > San Diego, California-- Mailing list and
> > web
> > > hosting services
> > >
> >
> -
> > > To REMOVE yourself from this mailing list, send an
> > > E-Mail message
> > > to: [EMAIL PROTECTED] (note EXACT spelling of
> > > 'ListGuru') and in
> > > the message BODY, include a line containing: UNSUB
> > > ORACLE-L
> > > (or the name of mailing list you want to be
> > removed
> > > from).  You may
> > > also send the HELP command for other information
> > > (like subscribing).
> >
> > =
> > Stéphane Paquette
> > DBA Oracle, consultant entrepôt de données
> > Oracle DBA, datawarehouse consultant
> > [EMAIL PROTECTED]
> >
> >
> ___
> > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et
> > en français !
> > Yahoo! Mail : http://fr.mail.yahoo.com
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: =?iso-8859-1?q?paquette=20stephane?=
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051
> > http://www.fatcity.com
> > San Diego, California-- Mailing list and web
> > hosting services
> >
> -
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from).  You may
> > also send the HELP command for other information
> > (like subscribing).
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: Kevin Lange
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051
> > http://www.fatcity.com
> > San Diego, California-- Mailing list and web
> > hosting services
> >
> -
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from).  You may
> > also send the HELP command for other information
> > (like subscribing).
>
> =
> Stéphane Paquette
> DBA Oracle, consultant entrepôt de données
> Oracle DBA, datawarehouse consultant
> [EMAIL PROTECTED]
>

RE: Restrict certain database access using 3rd party tools.

2002-10-08 Thread Mercadante, Thomas F

Yechiel,

this is a never-ending chase.  security by attempting to control what
program is to be used is useless.  it will always be broken - or the DBA
will always be stuck monitoring what is being used.


security based on Oracle Roles is the only good answer.

Tom Mercadante
Oracle Certified Professional


-Original Message-
Sent: Tuesday, October 08, 2002 1:54 PM
To: Multiple recipients of list ORACLE-L


Just deny login if your trigger does not know the program.

Check the archives for example scripts for login triggers.

Yechiel Adar
Mehish
- Original Message -
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Sent: Thursday, October 03, 2002 8:08 PM


> Oups ! you're right.
>  --- Kevin Lange <[EMAIL PROTECTED]> a écrit : > Except
> for the fact that they could always change
> > the program name that they
> > are running to match what you need.   Then that
> > security is bypassed.
> >
> >
> >
> > -Original Message-
> > Sent: Thursday, October 03, 2002 11:08 AM
> > To: Multiple recipients of list ORACLE-L
> >
> >
> > In homemade applications, by default users have a
> > role
> > with read only, in the applications we change the
> > default role that allows insert, update, delete.
> >
> > I've not tested this scenario but how about if, in a
> > database logon trigger, you check the
> > v$process.program field then depending of that value
> > you may be able to change the user default's role.
> >
> > Should work on 8i using dedicated connection.
> >
> >
> >  --- [EMAIL PROTECTED] a écrit : > Hi All,
> > >
> > > We have users that have OPS$ accounts that have
> > full
> > > DML privs when they
> > > run forms application via citrix. Currently they
> > do
> > > not have sqlplus,etc.  There is a requirement that
> > > some can have
> > > sqlplus,toad,etc.  I know you can set up security
> > > for sqlplus,etc
> > > using product_user_profile but is there a way to
> > > allow only SELECT when
> > > using a 3rd party tool such as TOAD.
> > >
> > > Thanks
> > > Rick
> > >
> > >
> > >
> > > --
> > > Please see the official ORACLE-L FAQ:
> > > http://www.orafaq.com
> > > --
> > > Author:
> > >   INET: [EMAIL PROTECTED]
> > >
> > > Fat City Network Services-- 858-538-5051
> > > http://www.fatcity.com
> > > San Diego, California-- Mailing list and
> > web
> > > hosting services
> > >
> >
> -
> > > To REMOVE yourself from this mailing list, send an
> > > E-Mail message
> > > to: [EMAIL PROTECTED] (note EXACT spelling of
> > > 'ListGuru') and in
> > > the message BODY, include a line containing: UNSUB
> > > ORACLE-L
> > > (or the name of mailing list you want to be
> > removed
> > > from).  You may
> > > also send the HELP command for other information
> > > (like subscribing).
> >
> > =
> > Stéphane Paquette
> > DBA Oracle, consultant entrepôt de données
> > Oracle DBA, datawarehouse consultant
> > [EMAIL PROTECTED]
> >
> >
> ___
> > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et
> > en français !
> > Yahoo! Mail : http://fr.mail.yahoo.com
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: =?iso-8859-1?q?paquette=20stephane?=
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051
> > http://www.fatcity.com
> > San Diego, California-- Mailing list and web
> > hosting services
> >
> -
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from).  You may
> > also send the HELP command for other information
> > (like subscribing).
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: Kevin Lange
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051
> > http://www.fatcity.com
> > San Diego, California-- Mailing list and web
> > hosting services
> >
> -
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from).  You may
> > also send the HELP command for other information
> > (like subscribing).
>
> =
> Stéphane Paquette
> DBA Oracle, consultant entrepôt de données
> Oracle DBA, datawarehouse consultant
> [EMAIL PROTECTED]
>
> ___
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> --
> Please see the o

Re: Restrict certain database access using 3rd party tools.

2002-10-08 Thread Yechiel Adar

Just deny login if your trigger does not know the program.

Check the archives for example scripts for login triggers.

Yechiel Adar
Mehish
- Original Message -
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Sent: Thursday, October 03, 2002 8:08 PM


> Oups ! you're right.
>  --- Kevin Lange <[EMAIL PROTECTED]> a écrit : > Except
> for the fact that they could always change
> > the program name that they
> > are running to match what you need.   Then that
> > security is bypassed.
> >
> >
> >
> > -Original Message-
> > Sent: Thursday, October 03, 2002 11:08 AM
> > To: Multiple recipients of list ORACLE-L
> >
> >
> > In homemade applications, by default users have a
> > role
> > with read only, in the applications we change the
> > default role that allows insert, update, delete.
> >
> > I've not tested this scenario but how about if, in a
> > database logon trigger, you check the
> > v$process.program field then depending of that value
> > you may be able to change the user default's role.
> >
> > Should work on 8i using dedicated connection.
> >
> >
> >  --- [EMAIL PROTECTED] a écrit : > Hi All,
> > >
> > > We have users that have OPS$ accounts that have
> > full
> > > DML privs when they
> > > run forms application via citrix. Currently they
> > do
> > > not have sqlplus,etc.  There is a requirement that
> > > some can have
> > > sqlplus,toad,etc.  I know you can set up security
> > > for sqlplus,etc
> > > using product_user_profile but is there a way to
> > > allow only SELECT when
> > > using a 3rd party tool such as TOAD.
> > >
> > > Thanks
> > > Rick
> > >
> > >
> > >
> > > --
> > > Please see the official ORACLE-L FAQ:
> > > http://www.orafaq.com
> > > --
> > > Author:
> > >   INET: [EMAIL PROTECTED]
> > >
> > > Fat City Network Services-- 858-538-5051
> > > http://www.fatcity.com
> > > San Diego, California-- Mailing list and
> > web
> > > hosting services
> > >
> >
> -
> > > To REMOVE yourself from this mailing list, send an
> > > E-Mail message
> > > to: [EMAIL PROTECTED] (note EXACT spelling of
> > > 'ListGuru') and in
> > > the message BODY, include a line containing: UNSUB
> > > ORACLE-L
> > > (or the name of mailing list you want to be
> > removed
> > > from).  You may
> > > also send the HELP command for other information
> > > (like subscribing).
> >
> > =
> > Stéphane Paquette
> > DBA Oracle, consultant entrepôt de données
> > Oracle DBA, datawarehouse consultant
> > [EMAIL PROTECTED]
> >
> >
> ___
> > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et
> > en français !
> > Yahoo! Mail : http://fr.mail.yahoo.com
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: =?iso-8859-1?q?paquette=20stephane?=
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051
> > http://www.fatcity.com
> > San Diego, California-- Mailing list and web
> > hosting services
> >
> -
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from).  You may
> > also send the HELP command for other information
> > (like subscribing).
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: Kevin Lange
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051
> > http://www.fatcity.com
> > San Diego, California-- Mailing list and web
> > hosting services
> >
> -
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from).  You may
> > also send the HELP command for other information
> > (like subscribing).
>
> =
> Stéphane Paquette
> DBA Oracle, consultant entrepôt de données
> Oracle DBA, datawarehouse consultant
> [EMAIL PROTECTED]
>
> ___
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: =?iso-8859-1?q?paquette=20stephane?=
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services-- 858-538-5051 http://www.fatcity.com
> San Diego, California-- Mailing list and web hosting services
> -
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL 

RE: Restrict certain database access using 3rd party tools.

2002-10-03 Thread Jared . Still

Dang, and my intern just left last week!





Jacques Kilchoer <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
 10/03/2002 11:53 AM
 Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc: 
Subject:RE: Restrict certain database access using 3rd party tools.


P.S. IIRC this will happen with any client program using SQL*Net: 
e.g. change "My_program.exe" to "(My_program).exe" and SQL*Net will be 
unable to establish a connection. 
> -Original Message- 
> From: Jacques Kilchoer 
> 
> Stupid DBA trick #32, or how to drive your DBA colleague wild 
> on April Fool's day: 
> go over to her machine, and change the name of the SQL*Plus 
> executable (%ORACLE_HOME%\bin\sqlplusw.exe, plus80w.exe or 
> whatever it is) by surrounding it with parentheses, e.g. 
> "(sqlplusw).exe" and change the shortcuts to point to that 
> program. SQL*Net will NOT be happy. 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Restrict certain database access using 3rd party tools.

2002-10-03 Thread Jacques Kilchoer
Title: RE: Restrict certain database access using 3rd party tools.





P.S. IIRC this will happen with any client program using SQL*Net:
e.g. change "My_program.exe" to "(My_program).exe" and SQL*Net will be unable to establish a connection.


> -Original Message-
> From: Jacques Kilchoer 
> 
> Stupid DBA trick #32, or how to drive your DBA colleague wild 
> on April Fool's day:
> go over to her machine, and change the name of the SQL*Plus 
> executable (%ORACLE_HOME%\bin\sqlplusw.exe, plus80w.exe or 
> whatever it is) by surrounding it with parentheses, e.g. 
> "(sqlplusw).exe" and change the shortcuts to point to that 
> program. SQL*Net will NOT be happy.





RE: Restrict certain database access using 3rd party tools.

2002-10-03 Thread Jacques Kilchoer
Title: RE: Restrict certain database access using 3rd party tools.





Stupid DBA trick #32, or how to drive your DBA colleague wild on April Fool's day:
go over to her machine, and change the name of the SQL*Plus executable (%ORACLE_HOME%\bin\sqlplusw.exe, plus80w.exe or whatever it is) by surrounding it with parentheses, e.g. "(sqlplusw).exe" and change the shortcuts to point to that program. SQL*Net will NOT be happy.

> -Original Message-
> From: Kevin Lange [mailto:[EMAIL PROTECTED]]
> 
> Except for the fact that they could always change the program 
> name that they
> are running to match what you need.   Then that security is bypassed.





RE: Restrict certain database access using 3rd party tools.

2002-10-03 Thread paquette stephane

Oups ! you're right.
 --- Kevin Lange <[EMAIL PROTECTED]> a écrit : > Except
for the fact that they could always change
> the program name that they
> are running to match what you need.   Then that
> security is bypassed.
> 
> 
> 
> -Original Message-
> Sent: Thursday, October 03, 2002 11:08 AM
> To: Multiple recipients of list ORACLE-L
> 
> 
> In homemade applications, by default users have a
> role
> with read only, in the applications we change the
> default role that allows insert, update, delete.
> 
> I've not tested this scenario but how about if, in a
> database logon trigger, you check the
> v$process.program field then depending of that value
> you may be able to change the user default's role.
> 
> Should work on 8i using dedicated connection.
> 
> 
>  --- [EMAIL PROTECTED] a écrit : > Hi All,
> > 
> > We have users that have OPS$ accounts that have
> full
> > DML privs when they
> > run forms application via citrix. Currently they
> do
> > not have sqlplus,etc.  There is a requirement that
> > some can have
> > sqlplus,toad,etc.  I know you can set up security
> > for sqlplus,etc
> > using product_user_profile but is there a way to
> > allow only SELECT when
> > using a 3rd party tool such as TOAD.
> > 
> > Thanks
> > Rick
> > 
> > 
> > 
> > -- 
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > -- 
> > Author: 
> >   INET: [EMAIL PROTECTED]
> > 
> > Fat City Network Services-- 858-538-5051
> > http://www.fatcity.com
> > San Diego, California-- Mailing list and
> web
> > hosting services
> >
>
-
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be
> removed
> > from).  You may
> > also send the HELP command for other information
> > (like subscribing). 
> 
> =
> Stéphane Paquette
> DBA Oracle, consultant entrepôt de données
> Oracle DBA, datawarehouse consultant
> [EMAIL PROTECTED]
> 
>
___
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et
> en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: =?iso-8859-1?q?paquette=20stephane?=
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- 858-538-5051
> http://www.fatcity.com
> San Diego, California-- Mailing list and web
> hosting services
>
-
> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing).
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: Kevin Lange
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- 858-538-5051
> http://www.fatcity.com
> San Diego, California-- Mailing list and web
> hosting services
>
-
> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing). 

=
Stéphane Paquette
DBA Oracle, consultant entrepôt de données
Oracle DBA, datawarehouse consultant
[EMAIL PROTECTED]

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?paquette=20stephane?=
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Restrict certain database access using 3rd party tools.

2002-10-03 Thread Mercadante, Thomas F

Rick,

Can you change the forms application?
If so, then a really simple way of doing this is to grant insert, update and
delete access to the tables to an Oracle role.

When the form starts, enable that role to grant access to the tables.  By
default, the role would not be enabled for the user.

You could even extend this idea by having a password required on the role,
and getting that password inside the form.  that way, a sqlplus user could
not enable the role.

the other ideas restricting access by program name do not work because you
do not have control of the PC desktop.

Another thing I've seen done is to establish "shadow accounts".  this idea
involves a person having an OPS account with read-only access to the db
tables.  the user also has another oracle account that has total access to
all tables.  but the user doesn't even know this account exists.  again, the
forms application is run, connecting via the OPS account.  the first thing
the form does is to query a lookup table, finding the OPS account and the
shadow account/password, and re-connects to the database using this account.

this is the best idea I have found for protecting the database.

hope these help.

Tom Mercadante
Oracle Certified Professional


-Original Message-
Sent: Thursday, October 03, 2002 10:33 AM
To: Multiple recipients of list ORACLE-L


Hi All,

We have users that have OPS$ accounts that have full DML privs when they
run forms application via citrix. Currently they do
not have sqlplus,etc.  There is a requirement that some can have
sqlplus,toad,etc.  I know you can set up security for sqlplus,etc
using product_user_profile but is there a way to allow only SELECT when
using a 3rd party tool such as TOAD.

Thanks
Rick



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mercadante, Thomas F
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Restrict certain database access using 3rd party tools.

2002-10-03 Thread Jamadagni, Rajendra
Title: RE: Restrict certain database access using 3rd party tools.





From the TOAD help file ...


Although TOAD is intended as a developer's tool, TOAD can be made read-only via the two license files that come with TOAD, READONLY.LIC and FULLTOAD.LIC.

TOAD.EXE only reads TOAD.LIC to determine if it is full TOAD or read-only.  The license file contains a setting for read-only database access.  The network administrator can copy READONLY.LIC over the TOAD.LIC on an individual workstation to make TOAD read-only at that workstation.

Remember, the TOAD.LIC file must be in the TOAD folder.


Quest Software


Raj
__
Rajendra Jamadagni      MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc. 
QOTD: Any clod can have facts, but having an opinion is an art!



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 10:33 AM
To: Multiple recipients of list ORACLE-L
Subject: Restrict certain database access using 3rd party tools.



Hi All,


We have users that have OPS$ accounts that have full DML privs when they
run forms application via citrix. Currently they do
not have sqlplus,etc.  There is a requirement that some can have
sqlplus,toad,etc.  I know you can set up security for sqlplus,etc
using product_user_profile but is there a way to allow only SELECT when
using a 3rd party tool such as TOAD.


Thanks
Rick




This e-mail 
message is confidential, intended only for the named recipient(s) above and may 
contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 
and delete this e-mail message from your computer, Thank 
you.*2



RE: Restrict certain database access using 3rd party tools.

2002-10-03 Thread Kevin Lange

Except for the fact that they could always change the program name that they
are running to match what you need.   Then that security is bypassed.



-Original Message-
Sent: Thursday, October 03, 2002 11:08 AM
To: Multiple recipients of list ORACLE-L


In homemade applications, by default users have a role
with read only, in the applications we change the
default role that allows insert, update, delete.

I've not tested this scenario but how about if, in a
database logon trigger, you check the
v$process.program field then depending of that value
you may be able to change the user default's role.

Should work on 8i using dedicated connection.


 --- [EMAIL PROTECTED] a écrit : > Hi All,
> 
> We have users that have OPS$ accounts that have full
> DML privs when they
> run forms application via citrix. Currently they do
> not have sqlplus,etc.  There is a requirement that
> some can have
> sqlplus,toad,etc.  I know you can set up security
> for sqlplus,etc
> using product_user_profile but is there a way to
> allow only SELECT when
> using a 3rd party tool such as TOAD.
> 
> Thanks
> Rick
> 
> 
> 
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: 
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- 858-538-5051
> http://www.fatcity.com
> San Diego, California-- Mailing list and web
> hosting services
>
-
> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing). 

=
Stéphane Paquette
DBA Oracle, consultant entrepôt de données
Oracle DBA, datawarehouse consultant
[EMAIL PROTECTED]

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?paquette=20stephane?=
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Kevin Lange
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Restrict certain database access using 3rd party tools.

2002-10-03 Thread paquette stephane

In homemade applications, by default users have a role
with read only, in the applications we change the
default role that allows insert, update, delete.

I've not tested this scenario but how about if, in a
database logon trigger, you check the
v$process.program field then depending of that value
you may be able to change the user default's role.

Should work on 8i using dedicated connection.


 --- [EMAIL PROTECTED] a écrit : > Hi All,
> 
> We have users that have OPS$ accounts that have full
> DML privs when they
> run forms application via citrix. Currently they do
> not have sqlplus,etc.  There is a requirement that
> some can have
> sqlplus,toad,etc.  I know you can set up security
> for sqlplus,etc
> using product_user_profile but is there a way to
> allow only SELECT when
> using a 3rd party tool such as TOAD.
> 
> Thanks
> Rick
> 
> 
> 
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: 
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- 858-538-5051
> http://www.fatcity.com
> San Diego, California-- Mailing list and web
> hosting services
>
-
> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing). 

=
Stéphane Paquette
DBA Oracle, consultant entrepôt de données
Oracle DBA, datawarehouse consultant
[EMAIL PROTECTED]

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?paquette=20stephane?=
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Restrict certain database access using 3rd party tools.

2002-10-03 Thread Rick_Cale

Hi All,

We have users that have OPS$ accounts that have full DML privs when they
run forms application via citrix. Currently they do
not have sqlplus,etc.  There is a requirement that some can have
sqlplus,toad,etc.  I know you can set up security for sqlplus,etc
using product_user_profile but is there a way to allow only SELECT when
using a 3rd party tool such as TOAD.

Thanks
Rick



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).