Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Class files of oracle.sql Package for Java Compilation ?... OT

RE: Class files of oracle.sql Package for Java Compilation ?... OT

From: Mercadante, Thomas F \(LABOR\) <Thomas.Mercadante_at_labor.state.ny.us>
Date: Mon, 16 Oct 2006 07:43:39 -0400
Message-ID: <ABB9D76E187C5146AB5683F5A07336FFE0876B@EXCNYSM0A1AJ.nysemail.nyenet>


Vivek,  

On my Aix machine, my classpath is set to:  

$ echo $CLASSPATH

.:/ora1/oracle/product/9.2.0.7/jdbc/lib/classes12.zip:/ora1/oracle/produ ct/9.2.0.7/JRE:/ora1/oracle/product/9.2.0.7/jlib:.    

On my desktop, my classpath is set to:  

H:\>echo %CLASSPATH%

C:\oracle\product\10.1.0\Db_1\jdbc\lib\ojdbc14.jar;C:\oracle\product\10. 1.0\Client_1\jre;C:\oracle\product\10.1.0\Client_1\jlib;.    

I can compile and run java programs on both machines.  

Hope this helps.

Tom          



This transmission may contain confidential, proprietary, or privileged information which is intended solely for use by the individual or entity to whom it is addressed. If you are not the intended recipient, you are hereby notified that any disclosure, dissemination, copying or distribution of this transmission or its attachments is strictly prohibited. In addition, unauthorized access to this transmission may violate federal or State law, including the Electronic Communications Privacy Act of 1985. If you have received this transmission in error, please notify the sender immediately by return e-mail and delete the transmission and its attachments.

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of VIVEK_SHARMA Sent: Monday, October 16, 2006 5:25 AM
To: oracle-l_at_freelists.org
Subject: Class files of oracle.sql Package for Java Compilation ?... OT  

Folks  

For Compiling a Java Program, the Class files belonging to oracle.sql package are needed.
Any ideas where the same are available please?  

NOTE - Compilation of our java program is failing due to the presence of the following line:-
import oracle.sql.*;  

Thanks indeed  

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 16 2006 - 06:43:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US