Page 1 of 1

TORASCRIPT / sqlplus behavior and script failed with prompt

Posted: Wed 20 Dec 2017 03:10
by eric.garcia38
1/ is the TORASCRIPT can Interpret @file.sql as in sqlplus.

2/ in Torascrip I have the folloing script:
Prompt "test
update tab01 set f1=8;

when I debug in the before execuyte I get the sql
statement : prompt

then

test update tab01 set f1=8;

and the script failed.
any idea ?

thx eric

Re: TORASCRIPT / sqlplus behavior and script failed with prompt

Posted: Fri 22 Dec 2017 05:29
by MaximG
TOraScript is not a command line interpreter, therefore it does not support the specified statement.