The procedure entry point could not be located in the dynamic link library oranl10.dll

You might encounter the following error when you trying to connect to the Oracle database by using SQL PLUS:

The procedure entry point could not be located in the dynamic link library oranl10.dll


The solution is as below:

a). Go to the Oracle Universal Installer.

b). Click the "Installed Products...".

c). System will prompt you a new screen called "Inventory".

d). Now, click the "Environment" tab.

e). In the "Home Name", please move up the original service name by using the arrow.

f). After that, click the "Apply" button and then "Close" button.

g). Exit the Oracle Universal Installer.

h). Try to connect to the Oracle database by using SQL PLUS now.

The request failed with HTTP status 400: Bad Request.

This problem occurred because of the URL consists of special character or space.

If the URL is hard-coded in your web.config, then you have to open your web.config and make sure the URL is OK.

Wrap in Oracle

You are going to deploy a new package to your client. But you do not want to disclose the codes in that package, so what you need to do?

a). Go to the Windows command prompt.

b). Type the following command:

wrap iname=<input file> oname=<output file> edebug=wrap_new_sql

How to quick search in Package_Body?

You might have hundreds of packages in your Oracle database.

Now, you need to check a syntax in those package bodies. But you are not sure which packages are related.

Thus, you will need this command:

Select * From user_source Where text Like '%What_You_Want_To_Find%';

Windows 7 in Malaysia

Reference: http://www.win7.com.my/







Finally, Microsoft's Windows 7 launched in Malaysia.
If you are ready with your money, it's time for you to contact the vendors for new laptops, PC and etc. Do make sure it is come with Windows 7.


For newbies:
What is Windows 7?

Acer neoTouch released

Reference: neoTouch Details http://mobile.acer.com/en/phones/neotouch/



Running on Windows Mobile 6.5, powered by Qualcomm® 8250 1 GHz CPU with 512 MB ROM 256 MB RAM.
This device also provides Micro-SD™ slot that support up to 32 GB and Mini-USB.

Below are the main features:

* Clear and easy-to-use virtual keyboard
* 3.8" High-definition touch screen display
* 5 Megapixel autofocus camera with LED flash and VGA video recording
* Direct link to social networks (Facebook, YouTube, Flickr, Blogger)
* 3G+ high speed connectivity and integrated Wi-Fi
* Assisted GPS and Google Maps with Latitude, Street View, Traffic, POI Search
* Complete set of productivity applications
* Automatic wireless and web-based device synchronization

For more details, please click the link at the Reference.

Set debug file before tracing SPL routines. (-687)

You may encounter the below error message from the application that access to your Informix database:

Set debug file before tracing SPL routines. (-687)

According to Informix finderr, the possible reason is:

A TRACE statement was executed before a SET DEBUG FILE statement. The destination of the output of the TRACE statement is unknown.
This error can also apply to the TRACE OFF statement.


But from our experience, you may need to check the following items if the above does not help:

a). Make sure the Informix user id is created as Windows user.

b). Assign that user to access the related folder or drive.