Help with Listener.ora file location on Suse Linux
Hi
Ok, 2 scenarios
Scenario 1
----------------
Installed Oracle 10.1.0.3.0 on Suse 9.2, the location of the listner is: /oracle/dborafiles/application_name/instance/admin/netadmin/
Which is great, as this is where i want the listener and tnsnames.ora files to be under.
Scenario 2
----------------
Installed Oracle 10.2.0.1.0 on Suse 9.2 (using exactly the same method for doing the above instllation), and for some odd reason, the location of Listner and tnsnames.ora files are under:
/oracle/dboracle/orabase/product/10.2.0.1.0/network/admin/
This is the wrong location for me, I want the listner and tnsnames .ora files to be under same like scenario 1.
2 Questions:
Q1: why the listener.ora and tnsnames.ora files are diffrent location in Scenario 2 comapred to Scenario 1.
Q2: How do I correct it.
Note: the TNS_ADMIN in .profile is exactly the same for the above 2 installations, changed the applciation name and sid offocure, but all the same:
TNS_ADMIN=/oracle/dborafiles/applicatio_name/instance_name/admin/netadmin
export ORACLE_SID ORACLE_BASE ORACLE_HOME PATH
Can someone please help?