Found it !! - The invisible column !!!
From: Tony Cook <btc_at_cmutual.com.au>
Date: Thu, 12 Aug 1993 21:32:54 GMT
Message-ID: <1993Aug12.213254.14510_at_cmutual.com.au>
Date: Thu, 12 Aug 1993 21:32:54 GMT
Message-ID: <1993Aug12.213254.14510_at_cmutual.com.au>
In a previous article Tony Cook (me) writes:
>
> Try this:
>
> SQL+> select dummy t from dual;
> Press enter to continue
>
>
>
>
> 1 row selected.
>
> Elapsed: 00:00:00.80
>
> ------------------------
>
> What is going on here ? Where is my t column ?
>
> Is "t" a RESERVED word^h^h^h^h character ?????
>
> This happens on V6.0.36.7.1 on a Sun.
Found it.
Buried within a few layers of sqlrc files was a statement:
column T new_value OLOGNAME noprint;
Which was causing my T column to be not seen.
Thanks must go to Tommy Wareing in th UK for his suggestion.
Tony
-- Tony Cook Email: TCook_at_cmutual.com.au Systems Analyst/Programmer Phone: +61-3-6418449 Colonial Mutual Group IT Fax : +61-3-6076198Received on Thu Aug 12 1993 - 23:32:54 CEST