• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

package oracle.sql

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From where can I get the package oracle.sql.I need to import this package in my java file.Compiler is giving the error that package is not found.I have JDK1.3 on my machine oracle8i server in the local n\w.Do I need to download some package for that?If so please tell me the url.
Thank you.
 
Ranch Hand
Posts: 358
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can find a description of the package at http://www.princeton.edu/~storacle/jdbc8_doc/packages.html
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there!!!
You need to download classes12.zip and put it in the classpath so that all the oracle.sql or oracle.jdbc.driver.* packages get inherited.The link is as below: http://otn.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm

Here in thsi index page download the driver for oracle 8i 8.1.7 JDBC Drivers (JDBC Thin,100% Java)
Hope this helps You ,
 
reply
    Bookmark Topic Watch Topic
  • New Topic