Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> sql*plus, clr preceded all 1st columns names...

sql*plus, clr preceded all 1st columns names...

From: Bricklen Anderson <bricklen13_at_hotmail.com>
Date: 3 Apr 2002 11:19:05 -0800
Message-ID: <b416ca2d.0204031119.510ebecb@posting.google.com>


I've been frequently annoyed recently by the output in sqlplus (non-gui version, 8.1.7) of my queries etc. The first column returned always had a prefix of "cls". Couldn't figure it out until I played with the glogin.sql script.

comment out the "column ROWLABEL..." part like so:

...
-- SQL*Plus Global Login startup file.
--

That solved my problems. That "cls" is no longer there, and my columns align properly now.

Anyways, just thought I'd share that little tidbit, for anyone who is remotely interested.

Cheers,

Bricklen

;-) Received on Wed Apr 03 2002 - 13:19:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US