TablePlus / Bolt-SQL-issue-tracker

2 stars 0 forks source link

Support for Oracle Database Connection (Thick Mode) #11

Open justinmahendra opened 9 months ago

justinmahendra commented 9 months ago

Current Oracle Database is supported using Thin Mode, but older version does not work.

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

OS : Windows

huyphams commented 9 months ago

Hello @justinmahendra, Thick mode requires the Instant Client, which is over 500MB just for the library, a size we currently cannot support. However, we are considering making it an optional feature, where users can download it themselves and set up the path to it.