You are on page 1of 3

6/27/12 Oracle SQL Tutorial

1/3 www.oracle-dba-online.com/sql/oracle_sql_tutorial.htm#Introduction_to_Databases._
Oracle Database Administration
Learn Oracle 10g database administration
step by step

Oracle DBA Interview Questions
Frequently asked Oracle DBA Interview
Questions

Download Oracle 10g Software
Links for downloading Oracle 10g software
Installation guides for installing Oracle under Linux,
Solaris
Oracle DBA
Learn Oracle 10g
Database Admin step
by step


Oracle SQL
Tutorial for Oracle SQL

Oracle DBA Interview
Questions
Most asked Oracle
DBA Interview
Questions.
Technical 60 Questions
Backup &
Recovery 42 Questions
Unix For Oracle
DBA 20 Questions


Download Oracle
10g Software
Links to Download
Oracle 10g for Linux,
Windows etc.

Free Oracle SQL Tutorial







Oracle SQL Tutorial Contents
Introduction to Databases
CODD'S Rules
Datatypes and Creating Tables
Oracle SQL SELECT Statement
UNION, INTERSECT, MINUS Operators and Sorting Query Result
Oracle SQL Functions (Character Functions, Math Functions, Aggregate Functions)
Oracle Join Queries, (Inner Join, Outer Join, Self Join)
GROUP BY Queries, SUB Queries, CUBE, ROLLUP Functions, WITH, CASE Operators
Oracle Data Manipulation Language (INSERT, UPDATE, DELETE, INSERT ALL, MERGE)
Oracle Data Definiation Language (CREATE, ALTER, DROP, TRUNCATE, RENAME)
Oracle Transaction Control Language (COMMIT, ROLLBACK,SAVEPOINT)
Data Control Language (GRANT, REVOKE)
Oracle Integrity Constraints (PRIMARY KEY, NOT NULL, CHECK, FOREIGN KEY, UNIQUE)
Oracle Date Operators, Functions
Managing Oracle Views
Managing Oracle Sequences and Synonyms
Managing Indexes and Clusters
Oracle Table Partitioning and Creating Partitioned Tables
Java program for Freshers Programs in Core java,Advanced java and Java EE. Enroll today ! Tal entedge.i n
Multilingual WebCenter Translate Inside WebCenter Lingotek Collaborative Translation l i ngotek.com/webcenter
SharePoint 2010 w/ Access Get your MS Access database Online SharePoint Enterprise Free Trial! www.accesshosti ng.com
Visual SQL to XML www.ecri on.com
Easy to use Data Mapping environment. Try now!
Rs. 1.26 Lacs per month Frankfi nn.i n
is the top salary offered to Frankfinn students. Enrol
Now!
Pl Sql Programming www.al l roundautomati ons.com
Download PL/SQL Developer lots of features, plug-
ins & more
Sr. Jobs in Top Companies Headhonchos.com
High Quality, Hand Screened Jobs in
Sales/Mktg/Finance/HR/Tech/Telecom
6/27/12 Oracle SQL Tutorial
2/3 www.oracle-dba-online.com/sql/oracle_sql_tutorial.htm#Introduction_to_Databases._



Oracle Objects and Object Types
Introduction to Databases.
DATABASE
A database is a collection of Data (Information). Examples of databases, which we use in our daily life, is an Attendance Register,
Telephone Directory, Muster Rule.
Database Management System(DBMS): A database management system is a collection of programs written to manage a database.
That is, it acts as a interface between user and database.

RDBMS
A Database Management System based on Relational Data Model is known as Relational Database Management System (RDBMS).
The father of Relational Data Model was Dr. E.F. CODD. He developed the relational data model by taking the concept from Relational
Algebra in June-1970.
Relational Data Model is nothing but 12 Rules which are named after Codd as Codd Rules. According to Codd a package can be called as
RDBMS only if it satisfies the Codd Rules.
ORACLE
Oracle is an Object-Relational Database Management System. It is the leading RDBMS vendor worldwide. Nearly half of RDBMS
worldwide market is owned by Oracle.
ORACLE DATABASE
Every Oracle Database Contains Logical and Physical Structures. Logical Structures are tablespaces, Schema objects, extents and
segments. Physical Structures are Datafiles, Redo Log Files, Control File.
A database is divided into logical storage units called tablespaces, which group related logical structures together. Each Tablespace in turn
consists of one are more datafiles.
All the tables and other objects are stored in tablespace logically, but physically they are stored in the datafiles associated with the
tablespace.
Every Oracle database has a set of two or more redo log files. The set of redo log files for a database is collectively known as the
database's redo log. A redo log is made up of redo entries (also called redo records).
The primary function of the redo log is to record all changes made to data. If a failure prevents modified data from being permanently written
6/27/12 Oracle SQL Tutorial
3/3 www.oracle-dba-online.com/sql/oracle_sql_tutorial.htm#Introduction_to_Databases._
to the datafiles, the changes can be obtained from the redo log so work is never lost.
Every Oracle database has a control file. A control file contains the database name and locations of all datafiles and redo log files.
Every Oracle database also has a Parameter File. Parameter file contains the name of the Database, Memory Settings and Location of
Control file.

Search

Web www.oracle-dba-online.com
Forms Data Loader: Tool to load data into Oracle Applications using Macros and
Forms Playback
Useful Links: The Best Data Conversion Tools
Convert MS SQL to MySQL, Convert MS Access to MySQL, Convert MS Access to
MSSQL, Convert CSVto MySQL, Convert Foxpro to MySQL, Convert Foxpro to MSSQL,
Convert MS Access to Oracle , Convert MSSQL to Oracle, Convert CSVto Oracle

You might also like