dblink with oracle 11g
Posted: Thu 26 Jul 2012 19:56
There are two nodes in rac, and a third node is a different database that is connected by dblink.
The connection is done not using the RAC, but by instance in using the format:
server: port: sid.
And the connection is set to direct=false.
on node 1 works ok.
on node 2 I get the error when accessing any dblink.
ORA-018121: date format not recognized
ORA-02063: preceding line from ....
When I run with sqlplus works in both nodes.
Any suggestions ?
The connection is done not using the RAC, but by instance in using the format:
server: port: sid.
And the connection is set to direct=false.
on node 1 works ok.
on node 2 I get the error when accessing any dblink.
ORA-018121: date format not recognized
ORA-02063: preceding line from ....
When I run with sqlplus works in both nodes.
Any suggestions ?