Oracle Syllabus
Oracle Syllabus
1. Introduction Database
2. Understanding DBMS vs RDBMS
3. Gone through SQL Standards
4. Sub languages of SQL
5. Difference between 10g vs 11g vs 12c
6. Installation of 12c
7. About SQL*Plus and use of developer tool
8. Datatypes in Oracle
9. Operators in Oracle
10. Understanding Schema design and objects
1. What is cursor?
2. How to create cursor?
3. Using cursors in PL/SQL
4. How to create explicit cursor?
5. Creation of for loop cursor
6. What are cursor parameters?
7. How to use for update clause?
8. What is ref cursors?
9. How to use implicit cursors?
1. What is an Exception?
2. Describing Exception types
3. Handling system defined exceptions
4. Handling user defined exceptions?
5. Sql code vs Sql errm
6. Pragma exception_init
1. Importance of function
2. How to create functions?
3. Difference between procedures and functions
4. How to use inline functions?
1. What is a Package?
2. Reasons to use packages
3. What is package specification?
4. What is package body?
5. How to instantiate package?
6. How to initialize instantiated package?
7. What are all the package state?
1. What is collection?
2. How to use arrays?
3. Using nested tables
4. How to use index by value?
5. Listing types of collection methods.
6. General overview and discussion about DBA Concepts