Started getting this error. Googling found the answer in
http://www.atpeaz.com/index.php/2010/fixing-the-ora-12519-tnsno-appropriate-service-handler-found-error/
Summary:
Increase the number of processes by
1. login as sys as sysdba to a sqlsession. You might need to close any existing connections
2. alter system set processes=150 scope=spfile;
3. restart your database.
Hope you found this useful.
In this blog I try to write things that interest me and hope it interests you as well. All opinions mentioned in this blog are mine and do not necessarily reflect the opinion of my employer.
Thursday, September 29, 2011
Friday, September 2, 2011
ADF Tutorials
Recently I was trying to learn Oracle's ADF and found these interesting links. Hope you too find them interesting.
http://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper
http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-100269.html
http://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper
http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-100269.html
Subscribe to:
Posts (Atom)