I'm trying to execute a query with SQL*Plus (command line) that is a VIEW. SQL*Plus isn't supporting new lines or multiline comments ( /* -- */ ).
When I run set sqlblanklines on, it returns an error:
SQL> set sqlblanklines on
unknown SET option beginning "sqlblankli...".
So I ran 'help set' and it says that the command sqlblanklines (with an asterisk) is not supported by isql , but I'm using SQL*Plus indeed.
I don't know how to get rid of it, I've been frying my brain off about a couple days...
thanks in adv!!!
More details
The version is 8.0.6.0.0.
I'm running a script from a file. It shows many errors like this:
SQL> start /tmp/sql/pti/APPS.DIBVWIP001.sql
The errors are like
unknown command beginning "and msi.i..." - rest of line ignored.
unknown command beginning "and msi.o..." - rest of line ignored.
unknown command beginning "and bic.c..." - rest of line ignored.
unknown command beginning "and bbm.b..." - rest of line ignored.
For a list of known commands enter HELP and to leave enter EXIT.
Before that block there's an blank line.. that's the point. I can't remove the blank lines from the scripts.