Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in ._jobjRef_dollar(x[["jobj"]], name) : no field, method or inner class called 'use_cli_format' #1523

Open
DSLituiev opened this issue Jul 2, 2024 · 0 comments

Comments

@DSLituiev
Copy link

This issue is supposedly partially solved in #1186 but I still run into it:

setup

setClass("Oracle", slots=list(), contains = "JDBCConnection")
drv <- JDBC("oracle.jdbc.driver.OracleDriver", "~/lib/instantclient_19_8/ojdbc8.jar")
conn_ <- dbConnect(drv, ...)
conn <- new("Oracle", jc = slot(conn_, "jc"))

dbplyr

tbl(conn, in_schema("MYSCH",  "MYTABLE_W_BLOB"))

# Error in ._jobjRef_dollar(x[["jobj"]], name) : 
#  no field, method or inner class called 'use_cli_format' 

DBI

 dbExecute(conn, 'SELECT  * FROM "MYSCH"."MYTABLE_W_BLOB" FETCH FIRST 6 ROWS ONLY')

# Error in .jcall(rp, "I", "fetch", stride, block) : 
 # java.sql.SQLException: Invalid column type: getString/getNString not implemented for class oracle.jdbc.driver.T4CBlobAccessor

version: 2.5.0.9000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant