Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: mrjoltcolaPosted on 2009-09-01 at 09:30:24ID: 25233248
I doubt it is a domain issue, invalid SID is an Oracle error that indicates the client connected to a listener, but was not successful establishing fully connection with the database instance. Is this a cluster or a single node?
Its possible there is a resource issue and this happens under high load. Can you clarify the number of users and when the load is highest?
Check the oracle alert log (background_dump_dest directory)
sqlplus / as sysdba
SQL> show parameter background_dump
Look in the alert_<SID>.log and see if there are any errors.