This is a bit of an odd question but this really has my curiosity.
I have an RPD that was inherited.
I was trying to import a table in the physical layer and hit an error saying "The connection has failed"
Fair enough, I looked around and it sounds like its due to the fact that on my LOCAL machine that I am running the Admin tool on, I probably do not have the TNSNAMEs file set up with the DNS entry.
But when I try to view the data of some tables that was already imported, I can see data being generated.
I did some digging, and from what I understand when I am importing metadata it is dependant on the TNSNAMES file of my LOCAL machine that the Admin tool is running on.
Then when viewing data of a table, it is using the TNSNAMES file on the SERVER.
Is my understanding correct?
If it is, I have a second question.
Now, I looked at BOTH my TNSNAMES file on my LOCAL and my SERVER. On NEITHER of the two TNSNAMES file do I see anywhere the DNS being used in the Import metadata. So I would expect to not be able to import any metadata, AND I should not be able to view any data.
So my ultimate question is:
If my local machine AND my server machine TNSNAMES file BOTH do not contain the data source - how on earth am I able to "view data" of a table?
Are there any other locations for the TNSNAMES file??
Im pretty confused as I thought there was only two locations for TNSNAMES file - One local for importing data, then the second one is on the server to view data. But NEITHER of these locations/files have the DNS, but I am still able to see data?