<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Arejae.Com</title>
	<link>http://www.arejae.com/blogv2</link>
	<description>me,myself,english and programming..</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:41:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to connect to Internet using your Laptop with BlackBerry device</title>
		<description><![CDATA[First, you need to have BlackBerry Desktop Manager, connect your BlackBerry to your laptop and go to IP Modem menu.


Select your connection profile, in my case my provider is Celcom and I just choose that option.

Connection setting profile will be default to Celcom (depending on your provider).
Click connect to start the connection.

Please be carefull about [...]]]></description>
		<link>http://www.arejae.com/blogv2/how-to-connect-to-internet-using-your-laptop-with-blackberry-device.html</link>
			</item>
	<item>
		<title>Error: ORA-01033 ORACLE initialization or shutdown in progress</title>
		<description><![CDATA[For some reason which I don&#8217;t know why, my oracle give me that kind of error.
Googling give me for below solution. And here I post for my future reference, and also for you if you got this same problem .  
Run this command first in console.
sqlplus /nolog
And after that, use these commands :
SQL&#62; connect [...]]]></description>
		<link>http://www.arejae.com/blogv2/error-ora-01033-oracle-initialization-or-shutdown-in-progress.html</link>
			</item>
	<item>
		<title>Drop table if Exists in Oracle</title>
		<description><![CDATA[In MySQL, we can easily drop table and check whether it is exist or not using this statement.

DROP TABLE IF EXISTS MyTable


In Oracle, you can&#8217;t do that.
Solution that I found is to create a procedure and execute it.
As for my reference and others (if any) here is the script to create that procedure.


create or replace [...]]]></description>
		<link>http://www.arejae.com/blogv2/drop-table-if-exists-in-oracle.html</link>
			</item>
	<item>
		<title>My first post from BlackBerry</title>
		<description><![CDATA[Testing first blog post using BlackBerry with bbMetaBlog. You can download it here .
p/s: This post has been edited by blogdesk since I&#8217;m having problem editing it using bbMetaBlog.
]]></description>
		<link>http://www.arejae.com/blogv2/my-first-post-from-blackberry.html</link>
			</item>
	<item>
		<title>How to export VCF file to BlackBerry</title>
		<description><![CDATA[VCF or vCard file is a file format standard for electronic business card. Below are the way how I used to export it to my BlackBerry.
1. Combine all the vcf file into one file. If you are in windows environment you can use below command. Make sure your working directory is correct.
type * &#62; all_contacts.vcf
2. [...]]]></description>
		<link>http://www.arejae.com/blogv2/how-to-export-vcf-file-to-blackberry.html</link>
			</item>
</channel>
</rss>
