Questions tagged [ojdbc]

OJDBC is the Oracle JDBC driver.

OJDBC is the JDBC driver provided by Oracle, see Oracle JDBC page

666 questions
0
votes
0 answers

What is the usage of OJDBC14.jar

What is usage of OJDBC14.jar... I tried to search at google but no thread for the same. Well, after looking into the jar I think this is the ORACLE-DataBase implementation of the JDBC interfaces. i.e vendor specific JDBC implementation
user1877246
  • 449
  • 1
  • 6
  • 9
0
votes
1 answer

ASA Error -157: Cannot convert 2006 05 29 04:00 to a timestamp

I am encoutering this error while inserting timestamp value into the sybase any where database. Any help com.sybase.jdbc3.jdbc.SybSQLException: ASA Error -157: Cannot convert 2006 05 29 04:00 to a timestamp ; nested exception…
Raj
  • 1,250
  • 2
  • 11
  • 20
0
votes
3 answers

Connect To Oracle DB Via JDBC Driver

I'm trying to connect Oracle database using this tutorial. It is working when I use command line: java -cp c:\jdbc-test\ojdbc6.jar;c:\jdbc-test OracleJDBC I have put ojdbc6.jar in the same folder with OracleJDBC.java. Now I need to run it on…
Ryainad
  • 219
  • 1
  • 5
  • 14
0
votes
1 answer

OJDBC 14 implicite date conversion?

We are using ojdbc14_10.1.0.2.jar with a Java/J2EE application (that use directly JDBC) and JDK5, but when we tried to migrate into ojdbc5-11.2.0.3.jar we encountered an issue related to some sql request (jdbc) that doesn't work anymore. The pseudo…
Ahmed MANSOUR
  • 2,369
  • 2
  • 27
  • 35
0
votes
1 answer

PIN number verify in text field

I am writing a code to enter a number (pin code) in textfield and search weather the number is present in database or not and if present redirt to some other page else display incorrect password. Please help as I am a newbie and am stuck . i am…
ASIF
  • 1
  • 1
  • 6
0
votes
1 answer

Is it possible to store BigDecimal 0.000 in Oracle with JPA

I have the following property on a JPA entity: @NotNull @DecimalMin("0.000") @DecimalMax("1.000") @Digits(integer = 1, fraction = 3) @Column(nullable = false, precision = 4, scale = 3) private BigDecimal confidence; public BigDecimal…
NBW
  • 1,467
  • 2
  • 18
  • 27
0
votes
1 answer

Java connect to OracleDB very slowly (with ojdbc6.jar and Linux)

I'm try to deploy the web services that have a connection to ORACLE database (10g). Currently, I have - CentOS 6.4 64bits - Apache Tomcat 7.0.42 with JDK 1.7.0_25 - Ojdbc6.jar When I calling web services with the same version of tomcat on Windows.…
0
votes
1 answer

Unable to find dms.jar online to download

While writing a program to connect to Oracle 10g, I got an error Exception in thread "main" java.lang.NoClassDefFoundError: oracle/dms/instrument/ExecutionContextForJDBC I understand that particular JAR file is missing. I have added…
0
votes
1 answer

Can't add OracleDriver to Subclipse build path

I need to make some modifications to the Subclipse Eclipse svn plugin. To do so, I need to connect to a specific Oracle database, but my code keeps dying on this line: Class.forName("oracle.jdbc.OracleDriver"); With (surprise)…
Robert
  • 247
  • 4
  • 12
0
votes
1 answer

sealing conflic with oracle ojdbc

After many search, i still got the following issue : sealing violation: package oracle.jdbc is sealed In my classpath there is one, and only one ojdbc.jar I tried ojdbc14, ojdbc16, ojdbc5 and ojdbc6. I use maven+nexus. I don't know where the…
MinionKing
  • 187
  • 1
  • 4
  • 20
0
votes
1 answer

oracle jdbc driver not working as i wanted

I'm a bit confused with oracle jdbc. i use ojdbc16 by following those step i get : 1) adding ojdbc.jar to my build path -> everything work in local ( connexion, request etc..) 2) trying to test my webApp with jetty sealing violation: package…
MinionKing
  • 187
  • 1
  • 4
  • 20
0
votes
1 answer

jdbc update with dao pattern not working

i have a jsf page that update employee table with this code.... i can get the data,but i can't update it with primefaces.and when i debug it,it doesn't do anything. i need help to update the data. thanks this is my page controller @ManagedBean(name…
satoo
  • 11
  • 3
0
votes
1 answer

(JDK 1.6 and ojdbc6.jar) vs (JDK 1.5 and ojdbc14.jar)

I am facing a strange kind of scenario. I have the following table, with two columns. Customer: Customer_ID nvarchar2 Subscription_Date Date I am trying to get the column type of Subscription_Date using Meta Data as shown below: ResultSet rs =…
Gokul Nath KP
  • 15,485
  • 24
  • 88
  • 126
0
votes
1 answer

when i install ojdbc6.jar,i got this error,i don't know how to resolve it

I want to install oracle plugin--ojdbc6.jar. when i run these command: cd D:\sakai3\nakamura\contrib\oracle-jdbc-6 mvn install:install-file -DgroupId=com.oracle-jdbc-6 -DartifactId=ojdbc6 -Dversion=10.2.0.1.0 -Dpackaging=jar…
liu jing
  • 3
  • 5
0
votes
1 answer

i want to build the developing environment of sakai oae on windows 7,but i don't know how to do it?

my OS is windows7.in the cmd, i run: cd sakai3/3akai-ux mvn clean install i got: [INFO] BUILD SUCCESS then i run: cd sakai3/nakamura set MAVEN_OPTS="-Xmx256m -XX:PermSize=256m" mvn clean install i got this error: [ERROR] Failed to…
liu jing
  • 3
  • 5