[Sqlrelay-discussion] user size is wrong error
Brought to you by:
mused
From: Corey G. <cor...@ve...> - 2006-01-13 11:38:21
|
Hello. I have installed oracle 10gr2 client and sqlrelay 0.36.4 on a whitebox linux machine (pentium 4, kernel 2.4.21-15.ELsmp). The sqlrelay daemons are connecting to an oracle10gr2 database (on windows 2003) ok and I am able to execute queries using the query command line interface. When I try to connect using an oracle client (sqlplus, php, etc), I receive an ora-12537: connection closed error. The following message appears in the sqlrelay debug file: 01/13/2006 11:21:05 GMT listener [29984] : authentication failed: user size is wrong In the sqlnet trace, the following appears: [13-JAN-2006 10:27:37:666] ntt2err: entry [13-JAN-2006 10:27:37:666] ntt2err: Read unexpected EOF ERROR on 9 [13-JAN-2006 10:27:37:666] ntt2err: exit [13-JAN-2006 10:27:37:666] nsprecv: error exit [13-JAN-2006 10:27:37:666] nserror: entry [13-JAN-2006 10:27:37:666] nserror: nsres: id=0, op=68, ns=12537, ns2=12560; nt[ 0]=507, nt[1]=0, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0 I have tried setting authtier to all of the possible options with the same result. I downloaded .37pre3 but this will not compile on the whitebox machine due to errors related to uint32_t: debugfile.h:22: type specifier omitted for parameter `uint32_t' Does this appear to be a problem due to the operating system or is this a config issue? Thanks, Corey |