-
Notifications
You must be signed in to change notification settings - Fork 89
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
Change Drop Table Method(dropTableIfExists) #346
base: master
Are you sure you want to change the base?
Conversation
…) method is always true)
|
our RDMS version is
our embulk and jruby version
we try use "embulk-output-oracle" and we get error 'OutputPlugin 'oracle' is not found' I thought this error was because not supporting oracle, so I changed it to JDBC plugin and test it jdbc plugin not support oracle RDMS? we are already install
|
Hmm, then the Can you share the "full" exception output? The text format would be more preferred than a screenshot. Also nice to be in the "code format" ( Cc: @hito4t |
full error text is
In our opinion, the plugin can not find the Oracle package |
As far as I know, |
Ah, yeah, not the Oracle JDBC driver, but |
we are upgrading embulk version 0.9.25 -> 0.11.1 We know that version 11.1 is a stable version, so we are upgrading the version. |
@hito4t |
@dongyeon94 I created the repository for embulk-input-oracle (https://github.com/hito4t/embulk-input-jdbc-external), but not yet for embulk-output-oracle. Please wait for a while. |
I See, �thank you. |
@dongyeon94 @hiroyuki-sato |
fix if exists command not support error
so my system print out this error
2024-08-29 10:13:48.061 +0900 [INFO] (0001:transaction): SQL: DROP TABLE IF EXISTS "CLAIM_INFO" 2024-08-29 10:13:48.065 +0900 [ERROR] (0001:transaction): Operation failed (first exception:{SQLState=933, ErrorCode=42000}) java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399) at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1059) at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:522)