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 -> Connect to databse by effective user.

Connect to databse by effective user.

From: koltti <koltti_at_yahoo.com>
Date: Fri, 31 Aug 2001 15:36:53 +0300
Message-ID: <3b8f8544@news.raketti.net>


Hello!

If I do like this
...

char *oracleid = "/";
...

EXEC SQL CONNECT :oracleid;
...

in my Pro*C/C++ program.
Does oracle take real user(getuid()) or effective user(geteuid()) for connecting to database?
Is it possible to configurate this? Received on Fri Aug 31 2001 - 07:36:53 CDT

Original text of this message

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