Create Report - Oracle SQL Developer
Create Report - Oracle SQL Developer
Create Report - Oracle SQL Developer
Table of Contents
1. Introduction
2. Software Requirements
5. Additional Resources
1. Introduction
Oracle SQL Developer provides a set of reports that you can run, and also the ability to create
your own specific records. In this How-To we only look at a few reports, to introduce you to
what is available.
2. Software Requirements
Access to the Sample User Account HR (See Step 2 of this Getting Started:
Oracle SQL Developer Guide)
2 You can learn basic details about your database by selecting the
. About your Database node and expanding that.
To restrict your report, type e into the field for Table Name.
Click Apply.
5 The resulting report shows all the tables, for the schema HR,
. that have Primary Keys.
4. Adding User Defined Reports
SQL Developer offers the ability to create, save and run your own reports. You just need the
SQL! Your reports can be simple or complex. In this exercise, you start with a very basic
report.
1 Collapse the Data Dictionary Reports node and use the context
. menu to add a new report.
2 You can add any query here. As an example use the following
. query:
Click OK.
Notice that you can identify which connection you used, when
you ran the report.
4 Finally, you can take the query and use it in the SQL Worksheet
. by clicking the Run Report in SQL Worksheet button.
5. Additional Resources