dbcodeio / public

The Power of Databases, The Convenience of VS Code: All in One Place
28 stars 1 forks source link

Oracle 10G Support #98

Open nayipian opened 2 weeks ago

nayipian commented 2 weeks ago

Error: NJS-138: connections to this database server version are not supported by node-oracledb in Thin mode


VSCode Version: 1.95.1 Extension Version: 1.3.18 OS: win32 Arch: x64

mikeburgh commented 2 weeks ago

What version of Oracle are you trying to connect to ?

nayipian commented 2 weeks ago

Oracle version is 10G,detail information is "Database 10g Enterprise Edition Release 10.2.0.5.0"

mikeburgh commented 2 weeks ago

At the moment the lowest version the extension supports is 12, I can look into what would be involved in supporting 10G, but to use it you would need to use the Instant client to connect, as the native node drivers don't support it.

nayipian commented 2 weeks ago

ok understand,Thinkyou!

mikeburgh commented 2 weeks ago

At this stage it's going to be a lot of work to support 10G, I also cannot find a docker version to run as a test. I will put this on the backlog, but it's unlikely in the short term.