Tuesday, October 26, 2010

Send SMS from Java. A Java Sms Gateway for Oracle & SQL Server

Hi folks :)
Me again with a great application.

Here it is a stand alone java application which supports Oracle/SQL Server database connectivity to fetch text messages and send it to desired number through your USB connected gsm devices.

Thursday, August 19, 2010

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

Hi guys, If you are facing this error continuously whenever you click any program or software such as: firefox, msnmessenger, or any other program, and you have done all your efforts to get rid of this error, just follow these 2 simple steps solution:

Monday, July 26, 2010

Calling Java from PL/SQL inside Oracle database

How to call java classes inside PL/SQL:

Senario: In this example I have implemented Digital Signature Verfication funtion inside PL/SQL using java classes.


Step 1: Create a java class in any text editor or IDE, i have created this class in NetBeans 6.

Friday, July 16, 2010

Send SMS from Oracle Forms through USB Connected GSM Devices

A Java Bean to load USB connected GSM Devices and Send unlimited bulk sms to any network.



Tuesday, March 16, 2010

How to run Oracle Forms on Sun JRE

Running Oracle Form Application on Sun JRE instead of Oracle Jinitiator

Configuring Sun JVM 1.6.0_18 to run Oracle Applications. (MicroSoft Windows)



Monday, March 15, 2010

Transaction Signing in Oracle Forms using Digital Certificates

I have implemented transaction signing in Oracle application using digital certificates. Created a java bean to access windows default keystore (SunMSCAPI) to get all certificates and populate them in oracle forms application, Signing oracle forms data of all columns and storing the signature with publickey in the database.