You are on page 1of 6

7/27/2016

HOME

OracleTraining

SERVICES

SOFTWARE TRAINING

PROJECTS

HYDERABAD

CHENNAI

Phone: 040-2374 6666

Phone: 044-6555 5557 / 8

Mobile: 90009 94007 / 08 / 05

Mobile: 9566042345

INSIGHTS

CAREERS

ABOUT

NEW BATCHES

EVENTS

HOME CLASSROOM TRAINING ORACLE TRAINING

Rating of
Average of 4.5 on a total of 101 Ratings

Oracle Training

Trainers Prole
Student Enquiry

NareshIT Team

Corporate Training
Post your Feedback
Contents [hide]

About Oracle Training

View/Post Testimonials
Contact Us

1 About Oracle Training


Oracle Training Course Prerequisite

Oracle Training Course Objective

2 Oracle Training Course Prerequisite

Advanced Java Training

3 Oracle Training Course Objective

Android Training

4 Oracle Training Course Duration

Asp.Net MVC Training

5 Oracle Training Course Overview


5.0.1 share training and course content with friends and students:

Oracle Training Course Duration

Asp.Net Training
C Language Training
C#.Net Training

Normal Track : 60 Working days, daily one and half hours


Fast Track : 45 Working days, daily two hours

C++ Training
Core Java Training
Data Structure Training

Oracle Training Course Overview


Introduction to DBMS:

Approach to Data Management

Hibernate Training
HTML5 CSS3 Training
iPhone Training
J2EE Training

Introduction to prerequisites

Java Online Training

File and File system

Java Training

Disadvantages of le

jQuery Training

Review of Database Management Terminology

Oracle Training

Database Models
Hierarchal Model
Network Model
Relational Model

PHP Training
Selenium Training
SharePoint Training
Silverlight Training

Introduction to RDBMS

SQL Server Training


Struts Training

Feature of RDBMS

Testing Tools Training

Advantages of RDBMS over FMS ad DBMS

UNIX LINUX Training

The 12 rules (E.F Codds Rules RDBMS)

WCF Training

Need for Database Design

WPF Training

Support of Normalization Process for Data Management

Web Services Training

Client server Technology


Oracle Corporation Products
Oracle Versions
About SQL&SQL*PLUS

XML Training
Success Factors Online Training
UI Technologies Training
AngularJS Training

Sub Language Commands:

Apache Spark Training


Digital Marketing Training

Data Denition Language (DDL)

Hadoop Online Training

Data Retrieval Language (DRL)

Doubleclick for Publishers Training

Data Manipulation Language (DML)

Spring Training

Transaction Control Language (TCL)

Data Science Training

Database Security and Privileges (DCL)


Introduction to SQL Database Object

Hibernate Training
Real Time Java Project
Real-Time Project on PHP

Oracle Pre Dened Data types

Realtime Projects

DDL Commands

http://www.nareshit.in/oracletraining/

1/6

7/27/2016

OracleTraining
Create, Alter (add, modify, rename, drop)Columns, Rename, truncate, drop
DML-Insert, update, delete

VIEWS

DQL-SELECT Statements using WHEREclause


Comparison and Conditional Operators

Course Schedule - 144,117 views

Arithmetic and Logical Operators

Core Java Training - 96,339 views

Set Operators (UNION, UNION ALL, INTERSECT, MINUS)

Oracle Training - 89,996 views

Special Operators IN (NOT IN), BETWEEN (NOT BETWEEN), LIKE (NOTLIKE), IS NULL (IS NOT NULL)

Advanced Java Training - 88,212 views

Working with DML, DRL Commands

Software Trainers Prole - 80,603 views

Operators Support

Classroom Training - 68,017 views


Android Training - 65,328 views

Built in Functions

Arithmetic Functions, Character Functions, Date Functions, Conversion Functions


Aggregate Functions, OLAP Functions & General Functions

Hadoop Training - 61,274 views


Online Training - 59,805 views
C#.Net Training - 58,872 views

Grouping the Result of a Query

Using Group by and Having Clause of DRL Statement


Using Order by clause

Working with Integrity Constraints

Importance of Data Integrity


Support of Integrity Constraints for Relating Table in RDBMS
NOT NULL constraint
UNIQUE constraint
PRIMARY KEY constraint
FOREIGN KEY constraint
CHECK constraint

Working with different types of integrity Constraints

REF constraint

Understanding ON DELETE clause in referential integrity constraint


Working with composite constraint
Applying DEFAULT option to columns
Working with multiple constraints upon a column
Adding constraints to a table
Dropping of constraints
Enabling / Disable constraints
Querying for constraints information

Querying Multiple Tables (Joins)

Equi Join/Inner Join/Simple Join


Cartesian Join
Non-Equi Join
Outer Joins
Self Join

Working with Sub Queries

Understanding the practical approach to Sub Queries/Nested Select/Sub Select/Inner Select/Outer Select
What is the purpose of a Sub Query?
Sub Query Principle and Usage
Type of Sub Queries
Single Row
Multiple Row
Multiple Column
Applying Group Functions in Sub Queries
The impact of Having Clause in Sub Queries
IN, ANY/SOME, ALL Operators in Sub Queries
PAIR WISE and NON PAIR WISE Comparison in Sub Queries
Be Aware of NULLs
Correlated Sub Queries
Handling Data Retrieval with EXISTS and NOT EXISTS Operators

Working with DCL, TCL Commands

Grant, Revoke
Commit, Rollback, Savepoint

http://www.nareshit.in/oracletraining/

2/6

7/27/2016

OracleTraining
SQL Editor Commands
SQL Environment settings

Maintaining Database Objects


VIEWS in Oracle

Understanding the Standards of VIEWS in Oracle


Types of VIEWS
Relational Views
Object Views
Prerequisites to work with views
Practical approach of SIMPLE VIEWS and COMPLEX VIEWS
Column denitions in VIEWS
Using VIEWS for DML Operations
In-Line View
Forced Views
Putting CHECK Constraint upon VIEWS
Creation of READ ONLY VIEWS
Understanding the IN LINE VIEWS
About Materialized Views
View Triggers

Working with Sequences


Working with Synonyms
Working with Index and Clusters
Creating Cluster Tables, Implementing Locks, working with roles
Pseudo Columns in Oracle

Understanding Pseudo Columns in Oracle


Types of Pseudo Columns in Oracle
CURRVAL and NEXTVAL
LEVEL
ROWID
ROWNUM

Data Partitions & Parallel Process

Types of Partitions
Range Partitions
Hash Partitions
List Partition
Composite Partition
Parallel Query Process

Locks

Row level Locks


Table Level Locks
Shared Lock
Exclusive Lock
Dead Lock

SQL * Loader

SQL * Loader Architecture


Data le (Input Datales)
Control le
Bad le
Discard le
Log le
.txt to base table
.csv to base table
From more than one le to single table

PL-SQL (Procedure Language SQL)

Introduction to Programming Languages


Introduction to PL/SQL
The Advantages of PL/SQL
PL/SQL Architecture
PL/SQL Data types
Variable and Constants
Using Built_in Functions

http://www.nareshit.in/oracletraining/

3/6

7/27/2016

OracleTraining
Conditional and Unconditional Statements
Simple if, if else, nested if..else, if..else Ladder
Selection Case, Simple Case, GOTO Label and EXIT
Iterations in PL/SQL
Simple LOOP,WHILE LOOP,FOR LOOP and NESTED LOOPS
SQL within PL/SQL
Composite Data types (Complete)
Cursor Management in PL/SQL
Implicit Cursors
Explicit Cursors
Cursor Attributes
Cursor with Parameters
Cursors with LOOPs Nested Cursors
Cursors with Sub Queries
Ref. Cursors
Record and PL/SQL Table Types

Advanced PL/SQL

Procedures in PL/SQL
STORED PROCEDURES
PROCEDURE with Parameters (IN,OUT and IN OUT)
POSITIONAL Notation and NAMED Notation
Procedure with Cursors
Dropping a Procedure
Functions in PL/SQL
Difference between Procedures and Functions
User Dened Functions
Nested Functions
Using stored function in SQL statements
Packages in PL/SQL
Creating PACKAGE Specication and PACKAGE Body
Private and Public Objects in PACKAGE

EXCEPTIONS in PL/SQL

Types of exceptions
User Dened Exceptions
Pre Dened Exceptions
RAISE_APPLICATION_ERROR
PRAGMA_AUTONOMOUS_TRANSACTION
SQL Error Code Values

Database Triggers in PL/SQL

Types of Triggers
Row Level Triggers
Statement Level Triggers
DDL Triggers
Trigger Auditing

File Input/Output

PL/SQL le I/O (Input/Output)


Using UTL_FILE Package

Implementing Object Technology


What is Object Technology ?
OOPS-Object Instances
Creation of objects
Creating User Dened Data Types
Creating Object Tables
Inserting rows in a table using Objects
Retrieving data from Object based Tables
Calling a Method
Indexing Abstact Data type Attributes

Using LOBS

Large Objects (LOBS)


Creating Tables-LOB
Working with LOB values
Inserting, Updating & Deleting Values in LOBs
Populating Lobis DBMS_LOB Routines

http://www.nareshit.in/oracletraining/

4/6

7/27/2016

OracleTraining
Populating Lobis DBMS_LOB Routines
Using B-FILE

Using Collections

Advantages of collection
Ref cursor (Dynamic Cursor)
Weak ref cursor
Strong ref cursor
Nested Tables VARRAYS or VARYING arrays
Creating tables using nested tables
Inserting, updating & deleting Nested
Table records
Nested table in PL/SQL

Oracle Database Architecture

Introduction to Oracle Database Architecture


Physical structures Logical structures
DB Memory Structures Background Process
2 Tire, 3 Tire, N-Tier Architecture

Advanced Features

9i Joines
New Date function
Rename column
Inner Join/Natural Join
Left Outer Join/Right Outer Join
Full Outer Join
Multiple Inserts
Insert All Command
Merge statement
NVL2(), NULLIF(), COALESCE()
CASE expression of Select Command
Temporary Tables/Global Tables
New Function EXTRACT()
Autonomous Traction
Pragma _ Autonomous_ Transaction()
Bulk Collect
About Flash Back Queries
Dynamic SQL
New data types, Flash back Command
Purge Command, Recyclebin
Regular expressions, DML Error Logging
Data Pump, Virtual Columns
Read only tables, Cross tab Views using
Pivot/Unpivot operators, Follows Clause
Compound triggers, New data types

DBA CONCEPTS

Database
Tablespace
Types of Tablespaces
Data les /Se

share training and course content with friends and students:


Naresh it oracle
naresh i
oracle course details
oracle course syllabus
oracle dba course fees in hyderabad
oracle dba course in hyderabad ameerpet
oracle plsql training
oracle plsql live projects
oracle developer training hyderabad
oracle developer course hyderabad

http://www.nareshit.in/oracletraining/

5/6

7/27/2016

OracleTraining
oracle developer course hyderabad

Categories: Classroom Training

About NareshIT

WHAT STUDENTS LOOKING

TRENDING COURSES

GET IN TOUCH

Training Institute Overview Naresh i


Technologies Naresh i Technologies

software testing training in hyderabad

naresham institution hyderabad

Address: 2nd Floor, Durga Bhavani Plaza,

(Pronounced: NareshIT) is a leading software

nacarerseevices

java institutions in hyderabad

Ameerpet, Hyderabad

training institute providing Software Training,

dio net institutes in hyd

fdmr subbaraju

Phone : 040-23746666

Project Guidance, IT Consulting and

yhsm-inucbr_001

naresh it net mvc online courses by rakesh

Email : info@nareshit.com

Technology Workshops. Using our enhanced

iot institute hyd

singh

global software training delivery methodology,

cloud computing coaching in hyderabad

2016 2014 Naresh i Technologies | Software Training - Online Training - Live Project Training - Weekend Training

http://www.nareshit.in/oracletraining/

6/6

You might also like