hi
I installed oracle 10g in linux installation is successful
On of my application try to access the oracle database
I got this message
Database server for oracle database on localhost does not responding
Possible causes for this problem includes:
1 the database user ID or password is in correct,
2 the database server is not installed in specified location or
3 the database server is not running
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
There you will find template tnsnames.ora and listener.ora files, save the originals and play with the other two.
Listener is needed for remote connections. Clients looking to connect to the database have to have a copy of your tnsnames.ora entry in the client machine alongside with Oracle client software.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks