I am using DB2 V7.1 in Solaris. I am trying to run DB2 SQLJ Profile Customizer (db2profc) using "COM.ibm.db2.jdbc.net.DB2Driver" driver.
I am using jdk version 1.3.1.
>db2profc -url=jdbc:db2:<dburl>/dbname App_SJProfile0.ser
It throws the following Error:
Exception in thread "main" java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager .java:532)
at java.sql.DriverManager.getConnection(DriverManager .java:194)
at COM.ibm.db2.sqlj.DB2SQLJInstaller.main(DB2SQLJInst aller.java:1184)
My LD_LIBRARY_PATH contains the following:
LD_LIBRARY_PATH=/opt/ctg/bin:/usr/lib/lwp:/lib:/picsreg1/poracle/lib:/export/home/db2inst1/sqllib/lib
Please help me in fixing the problem.
Thanks & Regards,
Sara