Thursday, September 29, 2011

Oracle XE ORA-12519

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.


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