ORA 00922 missing or invalid option
862489May 25 2011 — edited May 25 2011I 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