TNSNAME cache?

jrow

Member²
It appears that PSDEV "caches" the tnsname.ora entries when it starts up.

If I add an entry to tns, I have to start a new instance of PSDEV.

Is there a flag that disables this "cache" or any way to refresh it so I don't have to start another instance?

Thanks - JR
 
There is no option for this, the tnsnames.ora file is loaded only once when the Oracle Client libraries are loaded.
 
Back
Top