Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. library(RJDBC)
  2. drv <- JDBC("oracle.jdbc.OracleDriver",classPath = "D:/Program_Files/Oracle/osd/sqldeveloper/jdbc/lib/ojdbc6.jar","`")
  3. con <- dbConnect(drv, "jdbc:oracle:thin:@1.1.1.1:1111:dbName", "user", "password")
  4.  
  5. Error in .jcall(drv@jdrv, "Ljava/sql/Connection;", "connect", as.character(url)[1], :
  6. java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
  7. ORA-01882: timezone region not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement