Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE : Displaying Title When No Data Returned
Wayne,
This works :
ttitle sample title
column dummy noprint
select * from dual;
select * from user_tables
where table_name = 'XXXX'
/
-- Regards, Stephane Faroult email: sfaroult_at_oriolecorp.com Oriole Corporation Voice: +44 (0) 7050-696-269 Fax: +44 (0) 7050-696-449 Performance Tools & Free Scripts ------------------------------------------------------------------ http://www.oriolecorp.com, designed by Oracle DBAs for Oracle DBAs ------------------------------------------------------------------Received on Wed Sep 13 2000 - 11:26:51 CDT
>
> I am using the SQLPLUS TTITLE statement to display a number of standard audit
> reports. The problem is, when there are no rows returned, the report title is
> not displaying.
>
> Does anyone have a technique for making sure that a SQLPLUS report title is
> always displayed, even when there is no data?
>
> Wayne
>
> --
> Author: Wayne S Bellefeuill
![]() |
![]() |