ORA-00911
When I execute more than one statement at a time in Win-SQL against an Oracle database,
such as
select count(*) from sfw.param;
select count(*) from sfw.sysmsg;
I get error ORA-00911 : invalid character.
If I run one at a time, by highlighting a single statement, it works fine. Is this
a limitation of Win-SQL with Oracle?
I can issue multiple statements at once in Win-SQL against a DB2 database, and the
Help file gives examples that appear to be against SQL-Server database, but not Oracle.
Thanks,
Ben