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

Home -> Community -> Usenet -> c.d.o.misc -> further to SEURITY ALERT by SQL MONITOR

further to SEURITY ALERT by SQL MONITOR

From: NNOOR <Nnoor_at_cris.com>
Date: 1997/11/13
Message-ID: <64f77m$lp2@examiner.concentric.net>#1/1

I know of only one way to protect senitive information from being listed by the SQL MONITOR (Borland Delphi C/S information/debug too). And that is to pass such information using parameters.

e.g.
instead of writing
SET ROLE secure_role IDENTIFIED BY password

write
SET ROLE secure_role IDENTIFIED BY :parameter and then
query1.paramByName('parameter').AsString := 'password'

Does anyone know of any other way?

Regards,
Nasir (nnoor_at_cris.com) Received on Thu Nov 13 1997 - 00:00:00 CST

Original text of this message

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