Oracle Reports Builder is a tool used for report processing. You can create simple data reports using this tool. I found the installation of this tool a little tedious. Both design time and runtime components have to be installed. If they both are not installed you won't be able to run and test the reports.
After the installation of the Oracle Developer Suite, go to Oracle Database 10g Express Edition and start the database. When you open reports builder, there are three options to build a report: using the report wizard, build a new report manually and open an existing report.
For any of the options that is chosen, you can see tools such as Object Navigator, Object properties, Data model editor, Property Palette, Layout editor and Parameter form editor.In the Layout Editor there are three layout options available to generate reports: create both web and paper layout, create web layout and create paper layout. There are five report styles such as tabular, group above, group left, matrix, matrix with group.
The data source can be chosen from SQL query, text query, XML query, OLAP query, JDBC query.
I have used the SQL query and query builder to create simple reports using Oracle Reports Builder.
You can change the logo and the navigation area by making changes in the web source for web reports. You can make the same changes in paper design for paper reports.
I wrote some procedures with parameters in PL/SQL and compiled them under program units of Oracle reports Builder. However you cannot run the procedure and generate reports out of the procedures. Internet is the wealth of information but I couldn't find relevant information for executing procedures in Oracle Reports Builder 10g. But, simple data reports are very easy to be created using Oracle Reports Builder.
Jahnavi.K.J
After the installation of the Oracle Developer Suite, go to Oracle Database 10g Express Edition and start the database. When you open reports builder, there are three options to build a report: using the report wizard, build a new report manually and open an existing report.
For any of the options that is chosen, you can see tools such as Object Navigator, Object properties, Data model editor, Property Palette, Layout editor and Parameter form editor.In the Layout Editor there are three layout options available to generate reports: create both web and paper layout, create web layout and create paper layout. There are five report styles such as tabular, group above, group left, matrix, matrix with group.
The data source can be chosen from SQL query, text query, XML query, OLAP query, JDBC query.
I have used the SQL query and query builder to create simple reports using Oracle Reports Builder.
You can change the logo and the navigation area by making changes in the web source for web reports. You can make the same changes in paper design for paper reports.
I wrote some procedures with parameters in PL/SQL and compiled them under program units of Oracle reports Builder. However you cannot run the procedure and generate reports out of the procedures. Internet is the wealth of information but I couldn't find relevant information for executing procedures in Oracle Reports Builder 10g. But, simple data reports are very easy to be created using Oracle Reports Builder.
Jahnavi.K.J
Comments
Post a Comment