File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,9 @@ function getInstallHelp() {
100
100
url = 'http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html\n' ;
101
101
arch = process . arch ;
102
102
}
103
- mesg += 'You must have the ' + arch + ' Oracle Instant Client Basic or Basic Light package in ~/lib or /usr/local/lib\n' ;
104
- mesg += 'They can be downloaded from ' + url ;
103
+ mesg += 'You must have the ' + arch + ' Oracle Instant Client Basic or Basic Light package libraries in\n' ;
104
+ mesg += '/usr/local/lib or set by calling oracledb.initOracleClient({libDir: "/my/instant_client_directory"}).\n' ;
105
+ mesg += 'Oracle Instant Client can be downloaded from ' + url ;
105
106
} else if ( process . platform === 'win32' ) {
106
107
if ( process . arch === 'x64' ) {
107
108
url = 'http://www.oracle.com/technetwork/topics/winx64soft-089540.html\n' ;
You can’t perform that action at this time.
0 commit comments