Archive for the ‘resources’ Category

Upgraded to Roller 1.0

July 7, 2009, Posted by admin at 1:23 pm
just upgraded to roller 1.0, the site was down quite a while, thought it was a temporary shutdown due to technical issue, and suddenly today, whoa! new roller app :). Cool! (more...)
Read More

Home renovation [not Java]

July 5, 2009, Posted by admin at 2:49 pm
Been busy last week and this week preparing the house. Removing parquet from the bedroom, it's quite hot at night, because of the direct sun coming through the windows of the bedrooms and the wood soaking the heat. Started removing parquet on wednesday night, slowly prying it off from the floor. However couldn't do much because they were quite firmly stuck to the ground. Soaked the floor with water, for a few days, then on saturday from 10am to 2.30 pm managed to remove about 2/3 of the master bedroom parquet. I wanted to get all parquet removed by evening however the progress was too slow, it wouldn't have finished even by sunday evening with my hand swollen a little. Called my uncle to get
Read More

Calling an Oracle procedure function using Ibatis

July 4, 2009, Posted by admin at 2:49 pm

The ibatis documentation provides a sample on how to call a procedure, but how do you call a function in Oracle? The code sample shows it.
<parameterMap id=”getSomeFunction” class=”java.util.Map” >
<parameter property=”question1″ jdbcType=”INTEGER” javaType=”java.lang.String” mode=”OUT”/>
<parameter property=”question2″ jdbcType=”VARCHAR” javaType=”java.lang.String” mode=”IN”/>
<parameter property=”question3″ jdbcType=”INTEGER” javaType=”java.lang.String” mode=”IN”/>
<parameter property=”question54″ jdbcType=”VARCHAR” javaType=”java.lang.String” mode=”IN”/>
<parameter property=”question5″ jdbcType=”VARCHAR” javaType=”java.lang.String” mode=”IN”/>
</parameterMap>
<procedure id=”getSomeFunction” parameterMap=”getSomeFunction”>
{? = call FNC_EXECUTE_SOME_FUNCTION(?, ?, ?, ?)}
</procedure>

Read More

Net8 Connection Manager to connect to Remote Database

July 3, 2009, Posted by admin at 1:44 pm

Finally I managed to connect to the remote database using Oracle Connection Manager, after struggling for almost a week. The requirement requires the Oracle connection and firewalls. A remote Oracle client making a connection to an Oracle database can fail if there is a firewall installed between the client and the server if port redirection is taking place.The firewall will block the connection to the new port when the Oracle client connects to the database  ORA12203 or ORA-12535 or ORA-12564. The client connection failure is due to port redirection from the Database Server‘s operating system. Port redirection requires the client to connect to the database using a different port than originally configured in the configuration files. Actually, it is not difficult if you know but overall took me few days ding dong here and there trial and error where to place the CMAN and wat IP address to use. Many thanks to Prince Amin who show me the Network Structure and advice me to place the CMAN at the Remote Site. I was blur at that time. Two heads is better than One !!!! Prince Amin, I owe you dude…..
Read the rest of this entry »

Read More

Interpreting TKPROF Output

July 3, 2009, Posted by admin at 1:42 pm

Sample TKPROF Out from a sample trace file.

call count cpu elapsed disk query current rows
——- —– —— ——- — ——– ——— - — — — — Parse 1 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 2 1.20 1.21 0 86091 4 15
——- —– —— ——- — ——– ——— - — — — — total 4 1.20 1.21 0 86091 4 15

1. A high (near 100%) parse count to execute count ratio when the execute count is greater 1 – if ratio is 1, then the query is parsed each and every time its execute and that needs to be corrected. The ratio should approach zero. The ideal is parse count should be 1 and execute count would be higer. If high parse count this indicate the query performing many soft parse.
Read the rest of this entry »

Read More

Useful Resources

May 11, 2009, Posted by admin at 8:08 am

usefulresourcesGo Job Hunting
See the Internet Learning Institute of the best places to find jobs on the Internet. Be sure to read our job hunting tips. This will help you achieve success quickly
Tuition Payment Plan
Find out if you qualify for our tuition payment plan. Pay for your courses in installments. Read the rest of this entry »

Read More

ColdFusion MX Databases

May 9, 2009, Posted by admin at 5:17 am

Targeted Fast Affordable 100% Hands-on 100% Instructor-led No Time Commitment No Place Commitment View all courses Do you have a related personal or work project you are working on? If you do, you can discuss your project with your instructor and request to use it as a basis for your course final project. Note that the project must be within the course limits and it must include all the concepts covered in class. Get trained anywhere in the world! The Internet Learning Institute is a 100% Hands-on Instructor-led online training school. Read the rest of this entry »

Read More

REQUEST MORE INFO

May 9, 2009, Posted by admin at 1:52 am

Hundreds of Students are enjoying the benefits of our 100% Hands-On Instructor -Led Online Training Programs. Here are some of the benefits: Instructor-Led Training Server Space Convenient Schedule 24Hour Access Live Instructor Support Free Server Space (1yr) Developer Certificate Read the rest of this entry »

Read More

Job Hunting?

May 7, 2009, Posted by admin at 12:34 am

Monster Monster is the most popular job search resource available on the internet today. Search monster for all IT Jobs in all US states.CareerBuilder Careerbuilder is the parent company of former the headhunter.net, CareerMosaic, and CareerPath. Read the rest of this entry »

Read More