SRI JAITIRTH INFOTECH PRIVATE LIMITED

Empowering Customer With a Future Vision



About US VisionCareersContact US

Description

Oracle SQL Developer is a free graphical tool for database development. With SQL Developer, you can browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. You can also run any number of provided reports, as well as create and save your own. SQL Developer enhances productivity and simplifies your database development tasks.

An Oracle database system comprises at least one instance of the application, along with data storage. An instance comprises a set of operating-system processes and memory-structures that interact with the storage. Typical processes include PMON (the process monitor) and SMON (the system monitor). Users of Oracle databases refer to the server-side memory-structure as the SGA (System Global Area). The SGA typically holds cache information such as data-buffers, SQL commands and user information. In addition to storage, the database consists of online redo logs (which hold transactional history). Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for some forms of data replication. The Oracle RDBMS stores data logically in the form of table spaces and physically in the form of data files. Table spaces can contain various types of memory segments; for example, Data Segments, Index Segments etc. Segments in turn comprise one or more extents. Extents comprise groups of contiguous data blocks. Data blocks form the basic units of data storage. At the physical level, data-files comprise one or more data blocks, where the block size can vary between data-files.

Oracle database management keeps track of its data storage with the help of information stored in the SYSTEM table space. The SYSTEM table space contains the data dictionary ? and often (by default) indexes and clusters. (A data dictionary consists of a special collection of tables that contains information about all user-objects in the database). Since version 8i, the Oracle RDBMS also supports "locally managed" table spaces which can store space management information in bitmaps in their own headers rather than in the SYSTEM table space (as happens with the default "dictionary-managed" table spaces). If the Oracle database administrator has instituted Oracle RAC (Real Application Clusters), then multiple instances, usually on different servers, attach to a central storage array. This scenario offers numerous advantages, most importantly performance, salability and redundancy. However, support becomes more complex, and many sites do not use RAC. In version 10g, grid computing has introduced shared resources where an instance can use (for example) CPU resources from another node (computer) in the grid. The Oracle DBMS can store and execute stored procedures and functions within itself. PL/SQL (Oracle Corporation's proprietary procedural extension to SQL), or the object-oriented language Java can invoke such code objects and/or provide the programming structures for writing them.

Benifits


  • Salability and Performance
    • Concurrency
    • Read Consistency
    • Locking Mechanisms
    • Quiesce Database
    • RAC
    • Portability
  • Manageability
    • Self managing database
    • OEM
    • SQL*Plus
    • ASM
    • Scheduler
    • Resource Manager
  • Backup and Recovery
  • High availability
  • Business Intelligence
    • Data Warehousing
    • ETL
    • Materialized views
    • Bitmap indexes
           
    • Table compression
    • Parallel Execution
    • Analytic SQL
    • OLAP
    • Data mining
    • Partitioning
  • Content Management
    • XML
    • LOB
    • Oracle Text
    • Oracle Ultra Search
    • Oracle inter Media
    • Oracle Spatial
  • Security
  • Data integrity/Triggers
    • Integrity constraints
    • Triggers
  • Information Integration Features
    • Distributes SQL
    • Oracle Streams

Area of application
  1. Manufacturing
  2. Financial services
  3. Retail
  4. Medicine
  5. Business
  6. Commerce
  7. Education



Back to top      Back to Home page