Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> SQLPlus clear screen oddity
Database: Oracle 8.0.5 on NT 4 Server
Client: Oracle 8.1.7 on NT 4 Workstation
Take a look at this spooled output from SQLPlus, and notice what happens to the column label after the 'clear screen'. This happens in SQLPLUS.exe, not in SQLPLUSW.exe.
SQL> connect system_at_lcopdb
Connected.
SQL> select name from v$database;
NAME
LCOPDB SQL> clear screen
SQL> select name from v$database;
clsNAME
LCOPDB
SQL> disconnect
Disconnected from Oracle8 Release 8.0.5.1.1 - Production
PL/SQL Release 8.0.5.1.0 - Production
SQL> spool off
-- Ed Stevens (Opinions expressed do not necessarily represent those of my employer.)Received on Fri Sep 13 2002 - 10:40:46 CDT