Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Variables in BTITLE or TTITLE
I'm trying to put a person's name into the BTITLE or TTITLE. The full name
(two separate words) are sent into the SQL*Plus script as the first
variable. When I put them into the TTITLE, it only prints out the first
name.
Ex.
SQL*Plus program is called like this:
program1.sql 'JOHN DOE'
The formatting looks like this:
BTITLE CENTER '** PLEASE RETURN TO &1 **'
When the report prints out, the bottom title is this:
Kurt Nowacki
knowacki_at_airadigm.NOSPAM.com
Airadigm Communications
Received on Wed Apr 21 1999 - 09:14:07 CDT
![]() |
![]() |