Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA 00922 missing or invalid option

862489May 25 2011 — edited May 25 2011
I am trying to run this query in PL/SQL developer tool (SQL window), but it prompts with an error "ORA-00922 missing or invalid option" followed by "ORA-00900" Invalid sql statement

Has this query to be run in SQLPLUS in order for the log .txt file created to check the results

set pagesize 1000
set linesize 300
set scan off
spool C:\Documents and Settings\60\Deployment_May\AENT\agnt_install_log.txt
@C:\Documents and Settings\60\Deployment_May\AENT\agnt_stats_report.sql;
spool off


Please suggest ..Many thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2011
Added on May 25 2011
2 comments
3,617 views