SlideShare a Scribd company logo
1 of 18
ORACLE -12C
Contact info:
Call : (404) 900-9988, (404) 990-3007
Mail Us: info@quontrasolutions.com
ORACLE-12C
This course is ideal for Database Administrators of small to medium
sized businesses. This Oracle Database 12c: Fundamentals for Developers and
System Administrators course helps you perform basic Oracle Database 12c
administration tasks needed to keep the database operational.
ORACLE 12C DBA TOPICS
• Relational Database Model and Installing Oracle database software (12c R1)
• Oracle Database Architecture
• Database storage
• Oracle Networking
• User Administration and Security
• Used Managed (Manual) Backup and Recovery
• RMAN Backup and Recovery
• Oracle database upgrades
• Oracle 12c New Features: Multitenant Architecture
• Oracle Data Movement Utilities
• Oracle Database Performance Tuning
ORACLE-12C ARCHITECTURE
NEW FEATURES OF ORACLE-12C
1. Pluggable Databases Through Database Consolidation:
Oracle is doing every thing to jump into the cloud bandwagon. With 12C, Oracle
is trying to address the problem of Multitenancy through this feature. There is a radical
change and a major change in the core database architecture through the introduction of
Container Databases also called CBD and Pluggable Databases (PDB).
2. Redaction Policy:
This is one of the top features in Oracle 12C. Data Redaction in simple terms
means, masking of data. You can setup a Data Redaction policy, for example SSN field in a
Employee table can be masked. This is called redaction.
3. Top N Query and Fetch and offset Replacement to Rownum:
With the release of Oracle Database 12c, Oracle has introduced this new SQL
syntax to simplify fetching the first few rows. The new sql syntax "Fetch First X Rows
only" can be used
4. Adaptive Query Optimization and Online Stats Gathering:
With this feature, it helps the optimizer to make runtime adjustments to
execution plan which leads to better stats. For statements like CTAS (Create Table As
Select) and IAS (Insert As Select), the stats is gathered online so that it is available
immediately.
5. Restore a Table easily through RMAN:
Earlier if you had to restore a particular table, you had to do all sorts of things like
restoring a table space and or do Export and Import. The new restore command in
RMAN simplifies this task.
6. Size Limit on Varchar2, NVarchar2, Raw Data Types increased:
The previous limit on these data types was 4K. In 12C, it has been increased to
32,767 bytes. Upto 4K, the data is stored inline. I am sure everyone will be happy
with this small and cute enhancement.
DATA BASE STORAGE
Overview
• Oracle Automatic Storage Management simplifies the relationship between database
and storage to ensure the best I/O performance for database workloads while
significantly reducing storage costs and complexity
• Oracle Partitioning enhances database manageability, performance, and availability
for a wide variety of applications by allowing tables, indexes, and index-organized
tables to be subdivided into smaller pieces and managed cost-effectively on different
tiers of storage to improve access performance
• Oracle Advanced Compression helps businesses manage data growth more cost-
effectively by automating data-management processes that maximize resource
utilization with compression rates of 2-4x across all types of data and applications to
save disk space and improve query performance
• Oracle Hybrid Columnar Compression differentiates Oracle Exadata Database
Machine and Oracle SAN and NAS storage systems by reducing the size of data
warehousing tables by 10x, and archive tables by 15x, improving performance and
reducing storage costs for primary, standby, and backup databases
Benefits
• Manage storage more efficiently
• Reduce overall storage costs
• Optimize storage performance
• Protect against data loss
Oracle Virtual Networking
Oracle Virtual Networking products virtualize your SAN and LAN infrastructure by
defining connectivity in software, giving you the flexibility and agility you need for
the cloud. By consolidating your SPARC and x86 systems into a single data center
fabric, you can reduce infrastructure complexity by up to 70% and cut OPEX by up to
50%.
Ethernet Networking
Oracle's Sun Ethernet line of networking solutions deliver Ethernet
fabric and connectivity between Oracle's Sun servers, storage, and applications for
the convergence and high performance required in the virtualized data center.
InfiniBand Networking
Oracle's InfiniBand network solutions deliver the application isolation
and elasticity you need to consolidate and virtualize enterprise business
applications and cloud computing infrastructures.
Storage Networking
For enterprise customers looking for superior I/O connectivity,
Oracle's storage networking solutions offer some of the fastest, most cost-
efficient host bus adapters, switches, directors, and routers on the market today.
Backup and Recovery with RMAN
As noted earlier, using RMAN gives you access to several data backup and
recovery techniques and features not available at all with user-managed backup
and recovery. The most noteworthy are:
• Incremental backups, which provide more compact backups (storing only
changed blocks) and faster data file media recovery (reducing the need to
apply redo during data file media recovery)
• Block media recovery, in which a data file with only a small number of corrupt
data blocks can be repaired without being taken offline or restored from
backup
• Unused block compression, where RMAN can in some cases skip unused datafile
blocks during backups
• Binary compression, which uses a compression mechanism integrated into the
Oracle database server to reduce the size of backups
• Encrypted backups, which uses encryption capabilities integrated into the Oracle
database to store backups in an encrypted format
Files That RMAN Can Back Up
RMAN can back up all database files needed for efficient recovery in the
event of a failure. RMAN supports backing up the following types of files:
• Data files, and image copies of data files
• Control files, and image copies of control files
• Archived redo logs
• The current server parameter file
• Backup pieces, containing other backups created by RMAN
For More Info Visit:
www.quontrasolutions.com
Thank u
Reader’s

More Related Content

Viewers also liked

Backup and Recovery Procedure
Backup and Recovery ProcedureBackup and Recovery Procedure
Backup and Recovery Procedure
Anar Godjaev
 
Oracle Database 12c features for DBA
Oracle Database 12c features for DBAOracle Database 12c features for DBA
Oracle Database 12c features for DBA
Karan Kukreja
 

Viewers also liked (12)

Oracle 12c Multi Tenant
Oracle 12c Multi TenantOracle 12c Multi Tenant
Oracle 12c Multi Tenant
 
Backup and Recovery Procedure
Backup and Recovery ProcedureBackup and Recovery Procedure
Backup and Recovery Procedure
 
Oracle Database Administration Part I covering Both Oracle 11g r2 and 12c r1
Oracle Database Administration Part I covering Both Oracle 11g r2 and 12c r1Oracle Database Administration Part I covering Both Oracle 11g r2 and 12c r1
Oracle Database Administration Part I covering Both Oracle 11g r2 and 12c r1
 
Oracle database 12c intro
Oracle database 12c introOracle database 12c intro
Oracle database 12c intro
 
Backup & recovery with rman
Backup & recovery with rmanBackup & recovery with rman
Backup & recovery with rman
 
10 Problems with your RMAN backup script - whitepaper
10 Problems with your RMAN backup script - whitepaper10 Problems with your RMAN backup script - whitepaper
10 Problems with your RMAN backup script - whitepaper
 
Step by Step Restore rman to different host
Step by Step Restore rman to different hostStep by Step Restore rman to different host
Step by Step Restore rman to different host
 
10 Problems with your RMAN backup script
10 Problems with your RMAN backup script10 Problems with your RMAN backup script
10 Problems with your RMAN backup script
 
Oracle Database 12c features for DBA
Oracle Database 12c features for DBAOracle Database 12c features for DBA
Oracle Database 12c features for DBA
 
Oracle 12c Architecture
Oracle 12c ArchitectureOracle 12c Architecture
Oracle 12c Architecture
 
Cosas que “probablemente” no sabes pero deberías de saber en Oracle 12c
Cosas que “probablemente” no sabes pero deberías de saber en Oracle 12cCosas que “probablemente” no sabes pero deberías de saber en Oracle 12c
Cosas que “probablemente” no sabes pero deberías de saber en Oracle 12c
 
RMAN – The Pocket Knife of a DBA
RMAN – The Pocket Knife of a DBA RMAN – The Pocket Knife of a DBA
RMAN – The Pocket Knife of a DBA
 

More from QUONTRASOLUTIONS

Business analyst overview by quontra solutions
Business analyst overview by quontra solutionsBusiness analyst overview by quontra solutions
Business analyst overview by quontra solutions
QUONTRASOLUTIONS
 
Business analyst overview by quontra solutions
Business analyst overview by quontra solutionsBusiness analyst overview by quontra solutions
Business analyst overview by quontra solutions
QUONTRASOLUTIONS
 
Saas overview by quontra solutions
Saas overview  by quontra solutionsSaas overview  by quontra solutions
Saas overview by quontra solutions
QUONTRASOLUTIONS
 

More from QUONTRASOLUTIONS (20)

Big data introduction by quontra solutions
Big data introduction by quontra solutionsBig data introduction by quontra solutions
Big data introduction by quontra solutions
 
Java constructors
Java constructorsJava constructors
Java constructors
 
Cognos Online Training with placement Assistance - QuontraSolutions
Cognos Online Training with placement Assistance - QuontraSolutionsCognos Online Training with placement Assistance - QuontraSolutions
Cognos Online Training with placement Assistance - QuontraSolutions
 
Business analyst overview by quontra solutions
Business analyst overview by quontra solutionsBusiness analyst overview by quontra solutions
Business analyst overview by quontra solutions
 
Business analyst overview by quontra solutions
Business analyst overview by quontra solutionsBusiness analyst overview by quontra solutions
Business analyst overview by quontra solutions
 
Cognos Overview
Cognos Overview Cognos Overview
Cognos Overview
 
Hibernate online training
Hibernate online trainingHibernate online training
Hibernate online training
 
Java j2eeTutorial
Java j2eeTutorialJava j2eeTutorial
Java j2eeTutorial
 
Software Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutionsSoftware Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutions
 
Introduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutionsIntroduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutions
 
.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions
 
Introduction to j2 ee patterns online training class
Introduction to j2 ee patterns online training classIntroduction to j2 ee patterns online training class
Introduction to j2 ee patterns online training class
 
Saas overview by quontra solutions
Saas overview  by quontra solutionsSaas overview  by quontra solutions
Saas overview by quontra solutions
 
Sharepoint taxonomy introduction us
Sharepoint taxonomy introduction   usSharepoint taxonomy introduction   us
Sharepoint taxonomy introduction us
 
Introduction to the sharepoint 2013 userprofile service By Quontra
Introduction to the sharepoint 2013 userprofile service By QuontraIntroduction to the sharepoint 2013 userprofile service By Quontra
Introduction to the sharepoint 2013 userprofile service By Quontra
 
Introduction to SharePoint 2013 REST API
Introduction to SharePoint 2013 REST APIIntroduction to SharePoint 2013 REST API
Introduction to SharePoint 2013 REST API
 
Performance Testing and OBIEE by QuontraSolutions
Performance Testing and OBIEE by QuontraSolutionsPerformance Testing and OBIEE by QuontraSolutions
Performance Testing and OBIEE by QuontraSolutions
 
Obiee introduction building reports by QuontraSolutions
Obiee introduction building reports by QuontraSolutionsObiee introduction building reports by QuontraSolutions
Obiee introduction building reports by QuontraSolutions
 
Sharepoint designer workflow by quontra us
Sharepoint designer workflow by quontra usSharepoint designer workflow by quontra us
Sharepoint designer workflow by quontra us
 
Qa by quontra us
Qa by quontra   usQa by quontra   us
Qa by quontra us
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

Oracle -12c DBA Online Training Course at Quontra Solutions

  • 1. ORACLE -12C Contact info: Call : (404) 900-9988, (404) 990-3007 Mail Us: info@quontrasolutions.com
  • 2. ORACLE-12C This course is ideal for Database Administrators of small to medium sized businesses. This Oracle Database 12c: Fundamentals for Developers and System Administrators course helps you perform basic Oracle Database 12c administration tasks needed to keep the database operational.
  • 3. ORACLE 12C DBA TOPICS • Relational Database Model and Installing Oracle database software (12c R1) • Oracle Database Architecture • Database storage • Oracle Networking • User Administration and Security • Used Managed (Manual) Backup and Recovery • RMAN Backup and Recovery • Oracle database upgrades • Oracle 12c New Features: Multitenant Architecture • Oracle Data Movement Utilities • Oracle Database Performance Tuning
  • 5. NEW FEATURES OF ORACLE-12C 1. Pluggable Databases Through Database Consolidation: Oracle is doing every thing to jump into the cloud bandwagon. With 12C, Oracle is trying to address the problem of Multitenancy through this feature. There is a radical change and a major change in the core database architecture through the introduction of Container Databases also called CBD and Pluggable Databases (PDB).
  • 6. 2. Redaction Policy: This is one of the top features in Oracle 12C. Data Redaction in simple terms means, masking of data. You can setup a Data Redaction policy, for example SSN field in a Employee table can be masked. This is called redaction. 3. Top N Query and Fetch and offset Replacement to Rownum: With the release of Oracle Database 12c, Oracle has introduced this new SQL syntax to simplify fetching the first few rows. The new sql syntax "Fetch First X Rows only" can be used 4. Adaptive Query Optimization and Online Stats Gathering: With this feature, it helps the optimizer to make runtime adjustments to execution plan which leads to better stats. For statements like CTAS (Create Table As Select) and IAS (Insert As Select), the stats is gathered online so that it is available immediately.
  • 7. 5. Restore a Table easily through RMAN: Earlier if you had to restore a particular table, you had to do all sorts of things like restoring a table space and or do Export and Import. The new restore command in RMAN simplifies this task. 6. Size Limit on Varchar2, NVarchar2, Raw Data Types increased: The previous limit on these data types was 4K. In 12C, it has been increased to 32,767 bytes. Upto 4K, the data is stored inline. I am sure everyone will be happy with this small and cute enhancement.
  • 8. DATA BASE STORAGE Overview • Oracle Automatic Storage Management simplifies the relationship between database and storage to ensure the best I/O performance for database workloads while significantly reducing storage costs and complexity • Oracle Partitioning enhances database manageability, performance, and availability for a wide variety of applications by allowing tables, indexes, and index-organized tables to be subdivided into smaller pieces and managed cost-effectively on different tiers of storage to improve access performance
  • 9. • Oracle Advanced Compression helps businesses manage data growth more cost- effectively by automating data-management processes that maximize resource utilization with compression rates of 2-4x across all types of data and applications to save disk space and improve query performance • Oracle Hybrid Columnar Compression differentiates Oracle Exadata Database Machine and Oracle SAN and NAS storage systems by reducing the size of data warehousing tables by 10x, and archive tables by 15x, improving performance and reducing storage costs for primary, standby, and backup databases
  • 10. Benefits • Manage storage more efficiently • Reduce overall storage costs • Optimize storage performance • Protect against data loss
  • 11. Oracle Virtual Networking Oracle Virtual Networking products virtualize your SAN and LAN infrastructure by defining connectivity in software, giving you the flexibility and agility you need for the cloud. By consolidating your SPARC and x86 systems into a single data center fabric, you can reduce infrastructure complexity by up to 70% and cut OPEX by up to 50%.
  • 12. Ethernet Networking Oracle's Sun Ethernet line of networking solutions deliver Ethernet fabric and connectivity between Oracle's Sun servers, storage, and applications for the convergence and high performance required in the virtualized data center.
  • 13. InfiniBand Networking Oracle's InfiniBand network solutions deliver the application isolation and elasticity you need to consolidate and virtualize enterprise business applications and cloud computing infrastructures.
  • 14. Storage Networking For enterprise customers looking for superior I/O connectivity, Oracle's storage networking solutions offer some of the fastest, most cost- efficient host bus adapters, switches, directors, and routers on the market today.
  • 15. Backup and Recovery with RMAN As noted earlier, using RMAN gives you access to several data backup and recovery techniques and features not available at all with user-managed backup and recovery. The most noteworthy are: • Incremental backups, which provide more compact backups (storing only changed blocks) and faster data file media recovery (reducing the need to apply redo during data file media recovery) • Block media recovery, in which a data file with only a small number of corrupt data blocks can be repaired without being taken offline or restored from backup
  • 16. • Unused block compression, where RMAN can in some cases skip unused datafile blocks during backups • Binary compression, which uses a compression mechanism integrated into the Oracle database server to reduce the size of backups • Encrypted backups, which uses encryption capabilities integrated into the Oracle database to store backups in an encrypted format
  • 17. Files That RMAN Can Back Up RMAN can back up all database files needed for efficient recovery in the event of a failure. RMAN supports backing up the following types of files: • Data files, and image copies of data files • Control files, and image copies of control files • Archived redo logs • The current server parameter file • Backup pieces, containing other backups created by RMAN
  • 18. For More Info Visit: www.quontrasolutions.com Thank u Reader’s