With ST3 with GoOracle on windows, when I try to issue any command with Oracle, I get the following error:
Running oracle callees command...
'export' is not recognized as an internal or external command,
operable program or batch file.
It looks like the "export" command on line 107 of goOracle.py is not a valid windows command for updating the path. I believe you need to use the 'set' command for Windows.
(unless I'm missing some configuration for ST3 that is causing Oracle to not work)
With ST3 with GoOracle on windows, when I try to issue any command with Oracle, I get the following error:
It looks like the "export" command on line 107 of goOracle.py is not a valid windows command for updating the path. I believe you need to use the 'set' command for Windows.
(unless I'm missing some configuration for ST3 that is causing Oracle to not work)