[Sqlrelay-discussion] Connection problem
Brought to you by:
mused
From: Jiří W. <jir...@gm...> - 2013-07-31 05:28:35
|
Hello everybody, I have trouble with connection. I have configured only one connection for testing purpose. With sqlplus64 haven't problem to log-in. sqlplus64 username/password@1.2.3.4:1234/SID => success but with sqlrelay always getting 07/30/2013 14:30:03 BST connection [11404] : attaching to shared memory and semaphores 07/30/2013 14:30:03 BST connection [11404] : id filename: /var/cache/sqlrelay/tmp/ipc/TEST 07/30/2013 14:30:03 BST connection [11404] : attaching to shared memory... 07/30/2013 14:30:03 BST connection [11404] : attaching to semaphores... 07/30/2013 14:30:03 BST connection [11404] : done attaching to shared memory and semaphores 07/30/2013 14:30:03 BST connection [11404] : getting unix socket... 07/30/2013 14:30:03 BST connection [11404] : opening /var/cache/sqlrelay/tmp/sockseq 07/30/2013 14:30:03 BST connection [11404] : locking... 07/30/2013 14:30:03 BST connection [11404] : got sequence number: 1178 07/30/2013 14:30:03 BST connection [11404] : writing new sequence number: 1179 07/30/2013 14:30:03 BST connection [11404] : unlocking... 07/30/2013 14:30:03 BST connection [11404] : done getting unix socket 07/30/2013 14:30:03 BST connection [11404] : logging in "TEST"... 07/30/2013 14:30:03 BST connection [11404] : log in failed <users> <user user="sqlr_test" password="sqlr_test" /> </users> <connections> <connection connectionid="TEST" string="user=SameUsernameLikeSQLPLUS;password=SamePasswordLikeSQLPLUS ;oracle_sid=TEST;autocommit=no;maxselectlistsize=32" metric="1" /> </connections> Thank you for help. |