mevans
06-03-2015, 03:29 PM
The Oracle action is placing the command-line options in the wrong place.
Here's the format from SQL Plus:
sqlplus [ [<option>] [{logon | /nolog}] [<start>] ]
VBP is placing the options after the logon, not before. This causes an error.
I'm using sqlplus 11.2.0.3.3 and VBP 8.6.
Here's the format from SQL Plus:
sqlplus [ [<option>] [{logon | /nolog}] [<start>] ]
VBP is placing the options after the logon, not before. This causes an error.
I'm using sqlplus 11.2.0.3.3 and VBP 8.6.