How to remove the version of Oracle reports

Hi all

I'm trying to run a .sql file

coil aPOORVA_TEST.log;
--------------------------------------------------------------------
SET ECHO Off;
TOGETHER TO DEFINE
Set feedback off;
Set the off position;
set line 5000;

SELECT * FROM table WHERE ROWNUM < 3.

Spool Off;

The result of this query is indicating the Version of Oracle and the result of the query
SQL * more: release 9.2.0.6.0 - Production on Fri may 8 04:11:13 2009

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64 bit Production
With partitioning, OLAP and Data Mining options

How could I delete those which command SET is wrong. Please notify.

You have a

sqlplus username/password@database 

order somewhere in the .sql file? How do you run the .sql file?

After scoring in the SQL * more console?

If you use the sqlplus command in the sql file, then just remove the output with - SILENT or - s option.

See you soon
Sarma.

Tags: Database

Similar Questions

Maybe you are looking for