WebNickson
Programmer
I currently assess data from one database to another db located on another server using dblink.
My question is
1) How long does Oracle keep the dblink connection "alive" since the first connection?
2) If ODBC connection is used to execute the query using the dblink, will the ODBC connection be able to make use of the dblink connection that was created so that subsequent connections are faster.
3) Also is the same dblink connection used when sql are executed via different ODBC sessions?
Need your expert advise out there
rgds,
Nickson