[Sqlrelay-discussion] Using a oracle identified externally user
Brought to you by:
mused
|
From: Ragnar R. <rr...@mi...> - 2006-10-12 09:26:08
|
Hi.
How do I configure sqlrelay to use a oracle8 login
which is identified externally (OS authentication).
I get:
OCISessionBegin() failed.
error: ORA-01017: invalid username/password; logon denied
or
error: ORA-01005: null password given; logon denied
My conf:
<connections>
<connection connectionid="FOO"
string="user=/;password=;oracle_sid=FOOFOO"
metric="1" behindloadbalancer="no"/>
</connections>
|