Re: The invisible column !!!

From: Gary Eckhardt <eckhardg_at_brooks.af.mil>
Date: 12 Aug 1993 12:35:19 GMT
Message-ID: <24dde7$9sb_at_bsdns.brooks.af.mil>


In article 6377_at_cmutual.com.au, btc_at_cmutual.com.au (Tony Cook) writes:
>
> Try this:
>
> SQL+> select dummy t from dual;
> Press enter to continue
>
>
>
>
> 1 row selected.
>
> Elapsed: 00:00:00.80
>
> ------------------------
> >
> This happens on V6.0.36.7.1 on a Sun.

Hmmmm....Let's see....

Connected to:
ORACLE RDBMS V6.0.36.7.1 - Production
PL/SQL V1.0.36.2.2 - Production

SQL> select dummy t from dual;

T
-
X

SQL> Hmmm..
So, then I thought it might be a timing issue:

SQL> set timing on
SQL> select dummy t from dual;

T
-
X

Elapsed: 00:00:00.09

Nope. Same thing. This is running on a Sun630MP, with 6.0.36.7.1!

Maybe check if you're processing a login.sql when you get into SQL*Plus and if there's something in there?

---

--------------------------------+------------------------+--------------------
Gary B. Eckhardt                |  Software Development  |  This space for
Computer Sciences Corporation   |  MISTS HSC Support     |  rent or lease.
eckhardg_at_radon.brooks.af.mil    |  (210) 536-2826        |  (Cheap!)

         "It's not so much the Apocalypse, it's the humidity!"
                                   --Joel, MST3K
Received on Thu Aug 12 1993 - 14:35:19 CEST

Original text of this message