//Part -2 301 redirect -------->

My blog has moved! New blog contains all the entries found in this one.

You should be automatically redirected in 8 seconds. If not, visit
http://srinisboulevard.blogspot.com/
and update your bookmarks.

// End Part -2 301 redirect ------>

Saturday, February 27, 2010

Why Americans are Jobless?

Read a funny mail on why Americans are jobless...reproduced it as it is...
Why Are Americans Jobless ?


John Smith started the day early having set his alarm clock (MADE IN JAPAN ) for 6 a.m.

While his coffeepot (MADE IN CHINA ) was perking, he shaved with his electric razor (MADE IN PHILIPPINES ) .
He put on a dress shirt (MADE IN SRI LANKA ), designer jeans (MADE IN SINGAPORE ) and tennis shoes (MADE IN VIETNAM). After cooking his breakfast in his new electric skillet (MADE IN INDIA ), then he sat down with his calculator (MADE IN MEXICO ) to see how much he could spend today.

After setting his watch (MADE IN TAIWAN ) to the radio (MADE IN INDIA ), he got in his car (MADE IN GERMANY ) filled it with GAS (from Saudi Arabia ) and continued his search for a good paying AMERICAN JOB.

At the end of yet another discouraging and fruitless day checking his computer (MADE IN MALAYSIA ), John decided to relax for a while. He put on his sandals (MADE IN BRAZIL ) poured himself a glass of wine (MADE IN FRANCE ) and turned on his TV (MADE IN KOREA ), and then wondered why he can't find a good paying job in AMERICA .

AND NOW HE'S HOPING HE CAN GET HELP FROM HIS PRESIDENT (MADE IN KENYA )

Thursday, February 18, 2010

Javascript...



And...the script Doesn't work :-(

having fun with HTML

been brushing up HTML


wrote a small test piece code below


Baby steps on learning HTML



Enter your Username to login to Fort Knox:


Password:


Wednesday, February 10, 2010

SOA Foundation Certification

I saw a beta announcement on SOA Foundation. Intend to take this in the first week of March.
Beta Exam on SOA Foundation. For more details click here.

Thursday, January 07, 2010

JDeveloper... up and working on OAF

Found the DBC file needed for connectivity, at two places viz; 1) $INST_TOP/./appl/fnd/12.0.0/secure/ 2)$FND_SECURE
Copied this to \dbc_files\secure (The variable JDEV_USER_HOME is created by clicking on MY Computer Icon and selecting advanced tab then clicking on Environment variables;click on New button under user variables and Create a variable JDEV_USER_HOME and give the path as mentioned above).

12.1.1. is up and running and srinivaSAN (pun intended :-) ) can work on JDev! Yahoooooo!

A typical DBC file looks like the following:
==========================
#DB Settings
#Sat Jun 13 15:24:33 EDT 2009
GUEST_USER_PWD=GUEST/ORACLE
APPL_SERVER_ID=7D3ED2C586E7B5EAE0400AC0867967BF11393538614093026453179252362826
FND_JDBC_BUFFER_DECAY_INTERVAL=300
APPS_JDBC_DRIVER_TYPE=THIN
FND_JDBC_BUFFER_MIN=1
GWYUID=APPLSYSPUB/PUB
FND_JDBC_BUFFER_MAX=5
APPS_JDBC_URL=jdbc\:oracle\:thin\:@(DESCRIPTION\=(ADDRESS_LIST\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)(ADDRESS\=(PROTOCOL\=tcp)(HOST\=oracleDemo.com)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=ORA12)))
FND_JDBC_STMT_CACHE_SIZE=100
TWO_TASK=ORA12
JDBC\:oracle.jdbc.maxCachedBufferSize=358400
JDBC\:processEscapes=true
FND_MAX_JDBC_CONNECTIONS=500
FND_JDBC_USABLE_CHECK=false
FNDNAM=APPS
FND_JDBC_PLSQL_RESET=false
DB_PORT=1521
FND_JDBC_CONTEXT_CHECK=true
FND_JDBC_BUFFER_DECAY_SIZE=5
DB_HOST=oracleDemo.com
=============================