Posted by: Edi Yanto on: December 29, 2008
You also can view and download My SlideShare Oracle XML Publisher / BI Publisher presentation here.
Posted by: Edi Yanto on: December 17, 2008
While running XML Publisher report for EXCEL output, the Concurrent Program has the error message :
“ORA-1403: no data found”
The cause of this problem has been identified in Bug 4396843 by Metalink.
The output of the report can be viewed from menu Request > Monitor through System Administration Responsibility or you can solve this problem by 2 [...]
Posted by: Edi Yanto on: December 26, 2007
When viewing report output (View -> Requests menu, Find button, place your cursor on the row of the report that you want to view, View Output button) using the standard Oracle Report Viewer, select Tools -> Copy File menu to open the report in a web browser (such as Netscape Navigator or Internet Explorer).
a.) If [...]
Posted by: Edi Yanto on: April 18, 2007
We can create a header and a footer to display customized titles at the top and bottom of each page in the report output using the TTITLE and BTITLE commands.
Query for display the employees who work in SALES department and hire date year is 1981.
After type the command to display the title 1981 Employees at [...]
Posted by: Edi Yanto on: April 17, 2007
In Oracle, we can customize the column heading and formatted it’s value.
Controls display of a column:
COL[UMN] [ { column|alias } [option] ]
CLE[AR] : Clears any column formats
HEA[DING] text : Sets the column heading
FOR[MAT] format : Changes the display of the column using a format model
NOPRINT | PRINT
NULL
Create Column Headings
COLUMN ename HEADING ‘Employee Name’
COLUMN sal JUSTIFY [...]
Recent Comments