Dennis3453
Dennis3453
The insert statement from log is correct and can be executed in Oracle SQL developer. Same statement also work with `@Query`. ``` @Modifying @Query("INSERT INTO \"MYSCHEMA\".\"CUSTOMER\" (\"CUSTOMER_ID\", \"NAME\") VALUES (1,...
Please try this. Thanks. https://github.com/Dennis3453/my-oracle-svc
Already set back to public, is that I can try with [this](https://github.com/spring-projects/spring-data-relational/issues/928#issuecomment-1235313376)?
1. What version on Windows and Ubuntu? OS Name Microsoft Windows 11 Pro Version 10.0.22631 Build 22631 Ubuntu 20.04.6 LTS (GNU/Linux 5.15.150.1-microsoft-standard-WSL2 x86_64) 2. WSL use through terminal 3. What...
I can use gh copilot now by setting HTTPS_PROXY instead of https_proxy. Thanks.