The table name is included?
Code:
SQL> spool e:\test.log
SQL> desc t1
Name Null? Type
----------------------------------------- -------- -----------------------
STR VARCHAR2(2000)
SQL> spool off
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Pr
With the Partitioning, Oracle Label Security, OLAP and Data Mining options
E:\>type test.log
SQL> desc t1
Name Null? Type
----------------------------------------- -------- -----------------------
STR VARCHAR2(2000)
SQL> spool off
E:\>
Bookmarks