Sqlplus Reports
Sqlplus Reports
TTITLE OFF
TTITLE 'Project and Employee
Information'
/
Bordoloi and Bock
Top and Bottom Titles
• The BTITLE command prints a bottom title with
the specified information at the bottom of each
page of a report.
• For example, your organization may want each
page of a report marked as not for external
dissemination as is shown in the BTITLE command
here.
SET LINESIZE 79
SET PAGESIZE 24
SET NEWPAGE 0
999333333 3 42.10
**************** ------------
Bordoloi and Bock
Not for external dissemination.
The BREAK Command
• The BREAK command groups data rows for a control
break report. The syntax of the BREAK command is:
BREAK ON (expression1, ON expression2, … \row\page\report) …
[SKIP n | [SKIP] PAGE]
[NODUPLICATES | DUPLICATES];
BREAK
break on report nodup
on Emp. Soc. Sec. # skip 2 nodup
TODAY
--------
04/14/02
Enter a project number: 30
Press the Enter Key to continue.
old 9: p.pro_number = '&project_no_var'
new 9: p.pro_number = '30'
More . . .
CLEAR SCREEN