Showing 2 results.
|
||||||||||||||
|
Database DevelopmentIntroductionThe database is the foundation of a succesfull IT strategy. The Oracle database is by far the best and most popular database around. It provides a lot of advantages like scalability, performance, increase of productivity, higher quality of service , ... But most of all we like the tools and technologies the Oracle database contains to make life of the database developer easy and very productive. ToolsSQL Developer Oracle SQL Developer is a complete and integrated IDE for all your SQL and PL/SQL development in the Oracle Database. Like any modern IDE, SQL Developer has several extra extensions that let you expands its functionality to your own needs. For example, you can use an extension to connect to another, non-Oracle Database. Extensions come from Oracle and third party vendors. By default Oracle SQL Developer lets you execute SQL statements and SQL scripts, browse database objects and edit stored PL/SQL units. Oracle SQL Developer is a free product and it makes your database development tasks simpler and more productive. SQL Developer Data Modeler Oracle SQL Developer Data Modeler is a Data Design tool. This tool lets you easily create logical and relational models and generate the DDL scripts to create the appropriate database objects. Oracle SQL Developer Data Modeler integrates with SQL Developer so developers can view previous designs but can also execute reports on the reporting repository. TechnologiesIn recent years, the Oracle Database has become more than just a database. It became a platform, incorporating several different modern technologies. XMLDB By using the XMLDB feature you can easily transform relational data in XML data and vice versa. Because of the straight forward PL/SQL interface, XMLDB is easy to learn and an increase in development productivity. Apex Oracle Application Express is a database feature that lets you quickly create a basic Web Interface for your relational data. As a smaller brother of Oracle ADF, Oracle’s enterprise applications development framework, Apex is suitable development tool for small enterprises and single departmental applications. Java in Database Starting from Oracle 8i, the Oracle Database includes a fully functional Java Virtual Machine. This database feature gives developers the ability to load java classes into the database. These classes are named Java Stored Procedures. Developers can use the power of Java to extend the functionality of the database. Oracle InfoMore info about the Oracle Database
|
|