it is stored depending on how you structure your oracle installation. Normally, its going to be in something like d:\oracle\ora92\network\admin, or /u01/ora92/network/admin. I dont think there's a "correct" location that varies from platform to platform. If you take the defaults when you install Oracle just look for that /network/admin directory and you should find it there. The installation should also have configured the tnsnames file to allow you to connect to the local database you installed. If you want to connect to a remote database you must add the connection information to the tnsnames file for that remote database. Look at the lines that oracle put in tnsnames for your local database, then copy them inside the tnsnames file, modify the name and connection values and you should be able to connect to the report database. To test your connection(s) use the tnsping utility. It works kind of like ping, but you tnsping your database name.
You can get more "technical" explanations if you look around. Go to
The "correct" location is defined by TNS_ADMIN environment (registry) variable. If it's not set, the default value is %ORACLE_HOME%\NETWORK\ADMIN (%ORACLE_HOME%\NET80\ADMIN for 8.0).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.