Sunday, August 5, 2012

What is Oracle Developer Suite?

Oracle Developer Suite is a suite of development tools . The principal components are Oracle forms,Oracle reports and jdeveloper.

Oracle Forms is a software product for creating screens that interacts with oracle database.It has an IDE that includes object navigator,property sheet and plsql editor for writing oracle related code.You can create procedures and functions in the forms.The source form (*.fmb) is compiled into an "executable" (*.fmx), that is run (interpreted) by the forms runtime module. The form is used to view and edit data in database-driven applications. Various GUI elements, such as buttons, menus, scrollbars, and graphics can be placed on the form.

Oracle Reports is a tool for developing reports for the data stored in oracle database.
There are various output formats text,pdf,spreadsheet,xml,rtf,html.

JDeveloper is a  IDE .It offers features for development in sql/plsql. JDeveloper covers the full development lifecycle from design through coding, debugging, optimization and profiling to deploying.

No comments:

Post a Comment