Re: Quick sqlplus cr/lf question
- From: "BD" <robert.drea@xxxxxxxxx>
- Date: 4 Aug 2006 09:30:38 -0700
If so, try this:
select '*********************' || chr(10) ||,
'TRAINING SLICE COUNTS'|| chr(10) ||
'*********************' || chr(10)
from dual;
Thanks for that.
The chr(10) is returning a "ORA-00936: missing expression" error - I'll
research that. Might be some 'set' command in the session which enables
the use of 'chr' values or something, I dunno. I see other scripts in
my environment's 'toolkit' (which were made well before my time) that
use it, so it must be something I'm doing.
So can someone explain to me why the 'pagesize 0' has the side effect
of removing my column header definitions?
I'm much more likely to understand and remember things if they 'make
sense'. And at this point, this ain't. ;-)
.
- Follow-Ups:
- Re: Quick sqlplus cr/lf question
- From: Mark C. Stock
- Re: Quick sqlplus cr/lf question
- References:
- Quick sqlplus cr/lf question
- From: BD
- Re: Quick sqlplus cr/lf question
- From: DA Morgan
- Re: Quick sqlplus cr/lf question
- From: BD
- Re: Quick sqlplus cr/lf question
- From: EdStevens
- Quick sqlplus cr/lf question
- Prev by Date: Re: Question: SQL, XPath and several namespaces
- Next by Date: Re: shared pool and SGA issues
- Previous by thread: Re: Quick sqlplus cr/lf question
- Next by thread: Re: Quick sqlplus cr/lf question
- Index(es):
Relevant Pages
|