to access data from another Non-Oracle bank
This to configure the bank to access a Postgre base
99]] I already set the tnsnames.ora
SEMEADOR =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.136)(PORT = 5432))
(CONNECT_DATA = (SERVICE_NAME=SEME)
)
(HS = OK)
)
(ADDRESS=
(PROTOCOL= TCP)
(Host= 192.168.100.136)
(Port= 5432)
)
(SID_DESC =
(SID_NAME = SEME)
(ORACLE_HOME=/home/oracle/megbase/9.0.1)
(PROGRAM = tg4mb80)
(ENVS=LD_LIBRARY_PATH=non_oracle_system_lib_directory)
)
I took the link example http://download-east.oracle.com/docs/cd ... m#i1005982