SlideShare una empresa de Scribd logo
1 de 49
© Copyright 2013. Apps Associates LLC. 1
Oracle Database 12c – An Introduction
-- Satyendra P
@pasalapudi
Cloud Computing
Database-as-a-Service (DBaaS):
Gives users access to databases
running on a cloud computing
platform
Oracle Database 12c New Features
Oracle Database 12c New Features
Oracle Database 12c New Features
Oracle Database 12c New Features
Oracle Database 12c New Features
From now on, we can speak of two types of instances: CBD and PDB.
The CDB, or contanier Database, is the kind of body that can nurture others within your
setup.While the PDB, Pluggable Database (embedded database or embedded) are still the
classic database instances that we know in previous versions to 12c.
A container database (CDB), can absorb many (252) PDB instances, in order to consolidate
and streamline administration and save resources at the hardware level.
"The idea is that we can manage many database instances as if they were one."
PDB
Oracle Database 12c New Features
Physically, MYCDB is an Oracle database. MYCDB
has a database instance (although possible number
in Oracle Real Application Clusters) and a set of
database files, as well as a non-CBD.
Logically MYCDB contains two PDB: hrpdb and
salespdb. The PDB serve their respective
applications as they did before the consolidation of
databases. For managing the CBD itself or any PDB
within it, an administrator can connect to the root,
which is a father for the PDB.
Oracle Database 12c New Features
Oracle Database 12c New Features
Oracle Database 12c New Features
Pluggable Databases What?
• You can have many pluggable databases inside a single container
database. A PDB is fully backwards compatible with an ordinary pre-12.1
database
• Each instance in a RAC opens the CDB as a whole. A foreground session
sees only the single PDB it connects to and sees it just like a non-CDB
• The system administrator connects to the CDB as a whole and sees a
single system image
• Resource Manager is extended with new between-PDB capabilities
• Integrated with Enterprise Manager and tools like SQL Developer
Pluggable Databases Benefits?
• Very fast provisioning of a new database or of a copy of an existing database. Very fast redeployment, by
unplug and plug, of an existing database to a new platform
• Patch or upgrade the Oracle Database version for many databases quickly, and for the human cost of
doing it once. Patch or upgrade by unplugging a PDB and plugging it into a different CDB at a later version
• Secure separation of the duties of the application administrator from the duties of the administrator of
the Oracle-supplied system
• Consolidate many more PDBs onto a single platform than you can non-CDBs
• Centrally manage and administer multiple databases
• Disaster recovery
• Backups
• Scale-out and fault isolation using RAC
© Copyright 2013. Apps Associates LLC. 14
What changed in 12c
• Dictionary tables and user tables – the only ultimate
logical reality
Brand-new database: DBA_Objects,
DBA_Views, … DBMS_Sql, DBMS_Output, …
Earlier Releases before 12c
The “system” and the application are mixed together
In 12c
Architectural separation between the “system” and the application
Architecture to support multiple PDBs
Cloning Made Easy
User Management
• A PDB can be administered by a local user
• PDBs can be administered by a common user in the root
• A privileged common user can switch between PDBs
• A privilege is contained within the container where it is granted
Sessions and Services -How to connect
• Every PDB has a default service with its name.
• Service names across has to be unique across CDB
• Connection pool across PDB with a Common User
Architecture
For the entire CDB
• The Oracle software version
• Active Data Guard
• Scheduled RMAN backups
• Some initialization parameters; some alter database operands (e.g. in 12c,
character set must be the same in all containers)
• Control files
• spfile
• Redo log files
• Flashback log files
• Undo
For just a particular PDB
• RMAN Point-in-time recovery (flashback PDB planned)
• Ad hoc backup
• In each instance: the PDB Open_Mode: MOUNTED, RESTRICTED, READ ONLY, READ WRITE
• Flush shared pool
• All parameters where IsSes_Modifiable = 'TRUE' and IsSys_Modifiable <> 'FALSE' and a few
others (like Open_Cursors, Resource_Manager_Plan)
• Some alter database operands (like default edition)
Dictionary views and performance views
• When queried from within a PDB, all dictionary views, and all performance views, will show
information only from that PDB
• New CDB_ dictionary views, when queried from the root, will provide information across PDBs
• The existing performance views, when queried from the root, will provide information across
PDBs
• The set of PDBs that the current user sees, from the root, depends on a new attribute of the
user
Pluggable Databases Conclusion
• No application validation required
• All Oracle database regression suites run in PDBs with no change
• Fast Provisioning
• Fast creation of empty PDB
• Fast clone of a PDB for testing
• Fast plug PDB for migrations & upgrades
• Strong Isolation
• Pluggable database per application
• High Level of Consolidation
• One database to manage
• Excellent Performance
• Fewest database instances
© Copyright 2013. Apps Associates LLC. 27
Oracle Database 12c New Features
The new Oracle Database 12c, maintains system privileges SYSDBA, SYSOPER,
SYSASM, 11g of its predecessor but includes three new system privileges,
extremely important and contribute to building a more secure and robust, in the
issue of security .
These privileges are:
SYSBACKUP
SYSDG
SYSKM
New administrative privileges in Oracle Database 12c: SYSBACKUP, SYSDG and SYSKM
Oracle Database 12c New Features
• SYSBACKUP, is a new privilege created to manage backup and recovery of database, made ​​with the
RMAN utility.
• SYSDG, is the privilege assigned to manage disk groups and disk storage in a Automatic Storage
Management, better known as ASM.
• SYSKM is a privilege to manage the repository of keys and encryption keys from the same database.
The new feature in Oracle Advanced Security Transparent Database Encryption (TDE) in Oracle
Database 12c, adds a range of new functional to manage consistently, both Oracle Wallets and the
HSMs (Hardware Security Modules).
New administrative privilegies -Oracle Database 12c: SYSBACKUP, SYSDG y SYSKM
Oracle Database 12c New Features
• Now, SQL, adding new commands, to manage these keys. From now on, it
keeps a track record (METADATA) to the main attributes associated with keys
created.
• Also, incorporate new views that let you query the privileges of the keys.
• Among the outstanding features is the ability to support export and import of
keys between repositories of Oracle databases, as well as support to store, the
Oracle Wallets, directly on Oracle ASM.
New administrative privileges in Oracle Database 12c: SYSBACKUP, SYSDG and SYSKM
In compliance with international standards and the lack of this requirement in the Standard
editions databases and Standard Edition One, it was easy to predict that this would happen.
From the Oracle Database 12c, encryption for data traveling on the network, based on native
encryption and SSL / TLS, and based strong authentication services such as Kerberos, PKI and
RADIUS, are no longer part of the Oracle advanced Security and now will be available for all
editions licensable database.
Native encryption and SSL / TLS
Oracle Database 12c New Features
• Data types VARCHAR2, NVARCHAR2, and RAW have been increased to 32K
• A temporary UNDO tablespace has been added to the database, linked to
global temporary tables.
• Oracle Data Pump 12c, can turn the redo import processes for added load
performance. This feature is only on import.
• To turn off mode "Archive log" is not necessary to download the database.
• Move or rename a "datafile" is now online
• Check paged. Keywords SQL level will limit the number of records that must be
deployed. This replaces the old reference ROWNUM
Oracle Database 12c New Features
SQL> select * from pruebas;
CAMPO1 CAMPO2 CAMPO3 CAMPO4
---------- ---------- -------- ----------
1 Hola 21/05/13 1
2 como 21/05/13 2
3 te 21/05/13 3
4 encuentras 21/05/13 4
5 en 21/05/13 5
6 este 21/05/13 6
7 momento 21/05/13 7
7 filas seleccionadas.
SQL> select * from pruebas fetch first 2 rows only;
CAMPO1 CAMPO2 CAMPO3 CAMPO4
---------- ---------- -------- ----------
1 Hola 21/05/13 1
2 como 21/05/13 2
select * from pruebas fetch first 30 percent rows only;
CAMPO1 CAMPO2 CAMPO3 CAMPO4
---------- ---------- -------- ----------
1 Hola 21/05/13 1
2 como 21/05/13 2
3 te 21/05/13 3
select * from pruebas fetch first 50 percent rows only;
CAMPO1 CAMPO2 CAMPO3 CAMPO4
---------- ---------- -------- ----------
1 Hola 21/05/13 1
2 como 21/05/13 2
3 te 21/05/13 3
4 encuentras 21/05/13 4
select * from pruebas offset 2 rows fetch next 2 rows
only;
CAMPO1 CAMPO2 CAMPO3 CAMPO4
---------- ---------- -------- ----------
3 te 21/05/13 3
4 encuentras 21/05/13 4
Oracle Database 12c New Features
From 12c, a set of columns that are the same leading order in an existing index, are permitted. For
example, in a DW, where desired to have a column in an index such as "bitmap", previously defined in a
type B-tree index in the table.
SQL> create table pruebas(campo1 number, campo2 varchar2(10), campo3 date, campo4 number);
Tabla creada.
SQL> create index idx1_pruebas on pruebas( campo1, campo2);
Indice creado.
SQL> create bitmap index idx2_pruebas on pruebas(campo1, campo2);
create bitmap index idx2_pruebas on pruebas(campo1, campo2)
*
ERROR en linea 1:
ORA-01408: this column list already indexed
SQL> create bitmap index idx2_pruebas on pruebas(campo1, campo2, campo3);
Index created.
Oracle Database 12c New Features
Duplicate Indexes
• RMAN Backup container level
• An instance PDB can be "disengaged" from a container and embedded in other CBD
• The PDB's can be cloned in the same container
• The basic administrative actions of a PDB (clone, create, embed, disengage, delete) are implemented
through SQL's.
• Each PDB has its own data dictionary
• The Data Guard configuration is at the level Container
• Recovering from a PDB to a specific spot RMAN does not alter the functionality of the other instances
within the container
• Flashback for a PDB is available from Oracle Database 12c Release 2
The level of PDB
Oracle Database 12c New Features
Object-level recovery
RMAN at 12c version, recover or restore from a backup, one or more tables, based on a
versioning scheme (newest, oldest), with a single command, to solve a problem of accidental
deletion or updating of data, on a table. The process may be performed at the same schema
where the table belongs or another schema.
The ability to manage versions, allows RMAN, work in an area where the Flashback could not
come, either because the table had been purged from the recycle bin (recycle bin) or that the
retention period of time, had passed.
New features in RMAN
Oracle Database 12c New Features
Platform migration simplification
The backup created with RMAN can back up tablespaces users and their respective
metadata. When you need to restore the tablespace on a different target platform to
source, RMAN will automatically convert, allowing easily attach the database to
"Container".
Support for database consolidation
RMAN can back up and restore the "Container" in full, or only one of the databases
attached. Restoring with RMAN, allow to fully or partially recover or restore a database,
based on a point in time or in a change control number.
Oracle Database 12c New Features
New features in RMAN
Increased performance?
RMAN will allow us to easily clone our databases contained in the "Container". An important
point is that they need prior to backup the database to be duplicated or cloned, before
performing this task.
A new feature compression during backup, restore, or clone, will increase the speed in these
processes, including creating multiple tasks to meet the same process.
The restoration or recovery of a datafile through the network from the STANDBY database
may also be performed as part of the features added to improve performance.
Oracle Database 12c New Features
New features in RMAN
An invisible column is a user-specified column whose values ​​are accessible only
when the column is explicitly specified by name. You can add an invisible column
to a table without affecting existing applications, and make visible column if
necessary.
Oracle Database 12c New Features
Tables with columns INVISIBLE
SQL> alter table pruebas add (INVISIBLE int);
Tabla modificada.
SQL> desc pruebas
Nombre +Nulo? Tipo
----------------------------------------- -------- ----------------
CAMPO1 NUMBER
CAMPO2 VARCHAR2(10)
CAMPO3 DATE
CAMPO4 NUMBER
INVISIBLE NUMBER(38)
SQL> update pruebas
2 set invisible=0
3 where campo1 in ( 1,3,5);
3 rows updated.
Tables with columns INVISIBLE
Oracle Database 12c New Features
SQL> select * from pruebas;
CAMPO1 CAMPO2 CAMPO3 CAMPO4 INVISIBLE
---------- ---------- -------- ---------- ----------
1 Hola 21/05/13 1 0
2 como 21/05/13 2
3 te 21/05/13 3 0
4 encuentras 21/05/13 4
5 en 21/05/13 5 0
6 este 21/05/13 6
7 momento 21/05/13 7
7 filas seleccionadas.
SQL> alter table pruebas modify(INVISIBLE invisible);
Table Modified.
Oracle Database 12c New Features
Tables with columns INVISIBLE
SQL> select * from pruebas;
CAMPO1 CAMPO2 CAMPO3 CAMPO4
---------- ---------- -------- ----------
1 Hola 21/05/13 1
2 como 21/05/13 2
3 te 21/05/13 3
4 encuentras 21/05/13 4
5 en 21/05/13 5
6 este 21/05/13 6
7 momento 21/05/13 7
7 filas seleccionadas.
SQL> select campo1, campo2, campo3, campo4, invisible
from pruebas
2 where campo1 in (1,3,5);
CAMPO1 CAMPO2 CAMPO3 CAMPO4 INVISIBLE
---------- ---------- -------- ---------- ----------
1 Hola 21/05/13 1 0
3 te 21/05/13 3 0
5 en 21/05/13 5 0
Oracle Database 12c New Features
Tables with columns INVISIBLE
Oracle Object Tables is a user defined type with a name, attributes and methods.
This object type to model real-world entities such as customers and purchase
orders as objects in the database.
An object type defines a logical structure, but does not create storage.
Oracle Object Tables
Oracle Database 12c New Features
SQL> create type registro_clientes as OBJECT
2 ( nombre varchar2(100),
3 identificacion varchar2(30),
4 edad number,
5 empresa varchar2(20),
6 profesion varchar2(30),
7 educacion varchar2(15));
8 /
Type created.
SQL> create table clientes of registro_clientes;
Tabla created
Oracle Object Tables
Oracle Database 12c New Features
SQL> insert into clientes values('Ronald
Vargas','302970920',44,'NetsoftCA','Consultor','Universitaria');
1 fila creada.
SQL> select * from clientes;
NOMBRE IDENTIFICACION EDAD EMPRESA PROFESION EDUCACION
--------------- -------------- ----- ----------- -------------- --------------
Ronald Vargas 302970920 44 NetsoftCA Consultor Universitaria
Oracle Database 12c New Features
Oracle Object Tables
SQL*Plus: Release 12.1.0.0.2 Beta on Mar May 21 16:38:09 2013
Copyright (c) 1982, 2012, Oracle. All rights reserved.
Enter the user name: system @ lab1
Enter the password:
Right Connection last time: Mon May June 2013 20:26:44 -06:00
Connected to:Oracle Database 12c Enterprise Edition Release 12.1.0.0.2 - 64bit Beta
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> select to_char(sysdate,'dd-mon-yy hh24:mi') from dual;
TO_CHAR(SYSDATE
---------------
21-may-13 16:39
Last login Time Information in SQL*Plus
Oracle Database 12c New Features
© Copyright 2013. Apps Associates LLC. 49
© Copyright 2013. Apps Associates LLC. 50
Thank You!
Satyendra.kumar@aioug.org
Satyendra.pasalapudi@appsassociates.com
@pasalapudi

Más contenido relacionado

La actualidad más candente

Oracle database upgrade to 12c and available methods
Oracle database upgrade to 12c and available methodsOracle database upgrade to 12c and available methods
Oracle database upgrade to 12c and available methodsSatishbabu Gunukula
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Markus Michalewicz
 
Oracle 12c Multi Tenant
Oracle 12c Multi TenantOracle 12c Multi Tenant
Oracle 12c Multi TenantRed Stack Tech
 
Oracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slidesOracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slidesSaiful
 
RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)Gustavo Rene Antunez
 
Database Consolidation using Oracle Multitenant
Database Consolidation using Oracle MultitenantDatabase Consolidation using Oracle Multitenant
Database Consolidation using Oracle MultitenantPini Dibask
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?DLT Solutions
 
DBA 101 : Calling all New Database Administrators (WP)
DBA 101 : Calling all New Database Administrators (WP)DBA 101 : Calling all New Database Administrators (WP)
DBA 101 : Calling all New Database Administrators (WP)Gustavo Rene Antunez
 
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)Satishbabu Gunukula
 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)Marco Gralike
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new featuresJakkrapat S.
 
Oracle Database 12c "New features"
Oracle Database 12c "New features" Oracle Database 12c "New features"
Oracle Database 12c "New features" Anar Godjaev
 
Oracle 21c: New Features and Enhancements of Data Pump & TTS
Oracle 21c: New Features and Enhancements of Data Pump & TTSOracle 21c: New Features and Enhancements of Data Pump & TTS
Oracle 21c: New Features and Enhancements of Data Pump & TTSChristian Gohmann
 
Oracle Basics and Architecture
Oracle Basics and ArchitectureOracle Basics and Architecture
Oracle Basics and ArchitectureSidney Chen
 
ORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIES
ORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIESORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIES
ORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIESLudovico Caldara
 
Oracle Database 12c - New Features for Developers and DBAs
Oracle Database 12c  - New Features for Developers and DBAsOracle Database 12c  - New Features for Developers and DBAs
Oracle Database 12c - New Features for Developers and DBAsAlex Zaballa
 
Time for Change: Migrate your Non-RAC Database to RAC
Time for Change: Migrate your Non-RAC Database to RACTime for Change: Migrate your Non-RAC Database to RAC
Time for Change: Migrate your Non-RAC Database to RACSatishbabu Gunukula
 
Reduce planned database down time with Oracle technology
Reduce planned database down time with Oracle technologyReduce planned database down time with Oracle technology
Reduce planned database down time with Oracle technologyKirill Loifman
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationYudi Herdiana
 
Oracle database high availability solutions
Oracle database high availability solutionsOracle database high availability solutions
Oracle database high availability solutionsKirill Loifman
 

La actualidad más candente (20)

Oracle database upgrade to 12c and available methods
Oracle database upgrade to 12c and available methodsOracle database upgrade to 12c and available methods
Oracle database upgrade to 12c and available methods
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
 
Oracle 12c Multi Tenant
Oracle 12c Multi TenantOracle 12c Multi Tenant
Oracle 12c Multi Tenant
 
Oracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slidesOracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slides
 
RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)
 
Database Consolidation using Oracle Multitenant
Database Consolidation using Oracle MultitenantDatabase Consolidation using Oracle Multitenant
Database Consolidation using Oracle Multitenant
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?
 
DBA 101 : Calling all New Database Administrators (WP)
DBA 101 : Calling all New Database Administrators (WP)DBA 101 : Calling all New Database Administrators (WP)
DBA 101 : Calling all New Database Administrators (WP)
 
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new features
 
Oracle Database 12c "New features"
Oracle Database 12c "New features" Oracle Database 12c "New features"
Oracle Database 12c "New features"
 
Oracle 21c: New Features and Enhancements of Data Pump & TTS
Oracle 21c: New Features and Enhancements of Data Pump & TTSOracle 21c: New Features and Enhancements of Data Pump & TTS
Oracle 21c: New Features and Enhancements of Data Pump & TTS
 
Oracle Basics and Architecture
Oracle Basics and ArchitectureOracle Basics and Architecture
Oracle Basics and Architecture
 
ORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIES
ORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIESORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIES
ORACLE 12C DATA GUARD: FAR SYNC, REAL-TIME CASCADE STANDBY AND OTHER GOODIES
 
Oracle Database 12c - New Features for Developers and DBAs
Oracle Database 12c  - New Features for Developers and DBAsOracle Database 12c  - New Features for Developers and DBAs
Oracle Database 12c - New Features for Developers and DBAs
 
Time for Change: Migrate your Non-RAC Database to RAC
Time for Change: Migrate your Non-RAC Database to RACTime for Change: Migrate your Non-RAC Database to RAC
Time for Change: Migrate your Non-RAC Database to RAC
 
Reduce planned database down time with Oracle technology
Reduce planned database down time with Oracle technologyReduce planned database down time with Oracle technology
Reduce planned database down time with Oracle technology
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for Consolidation
 
Oracle database high availability solutions
Oracle database high availability solutionsOracle database high availability solutions
Oracle database high availability solutions
 

Destacado

Best New Features of Oracle Database 12c
Best New Features of Oracle Database 12cBest New Features of Oracle Database 12c
Best New Features of Oracle Database 12cPini Dibask
 
Wcphx 2012-workshop
Wcphx 2012-workshopWcphx 2012-workshop
Wcphx 2012-workshopPtah Dunbar
 
Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...
Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...
Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...Trivadis
 
Aioug sangam13 v3
Aioug sangam13 v3Aioug sangam13 v3
Aioug sangam13 v3pasalapudi
 
Introduction to Oracle Clusterware 12c
Introduction to Oracle Clusterware 12cIntroduction to Oracle Clusterware 12c
Introduction to Oracle Clusterware 12cGuatemala User Group
 
Oracle 12c New Features for Developers
Oracle 12c New Features for DevelopersOracle 12c New Features for Developers
Oracle 12c New Features for DevelopersCompleteITProfessional
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionMarkus Michalewicz
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsEnkitec
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsMarkus Michalewicz
 
Understanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsUnderstanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsMarkus Michalewicz
 
Performance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And WhatPerformance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And Whatudaymoogala
 
PL/SQL Fundamentals I
PL/SQL Fundamentals IPL/SQL Fundamentals I
PL/SQL Fundamentals INick Buytaert
 
Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning Kernel Training
 
Oracle Database Overview
Oracle Database OverviewOracle Database Overview
Oracle Database Overviewhonglee71
 
Reading AWR or Statspack Report - Straight to the Goal
Reading AWR or Statspack Report - Straight to the GoalReading AWR or Statspack Report - Straight to the Goal
Reading AWR or Statspack Report - Straight to the GoalFranck Pachot
 
Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2Ulrike Schwinn
 

Destacado (20)

Best New Features of Oracle Database 12c
Best New Features of Oracle Database 12cBest New Features of Oracle Database 12c
Best New Features of Oracle Database 12c
 
Wcphx 2012-workshop
Wcphx 2012-workshopWcphx 2012-workshop
Wcphx 2012-workshop
 
Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...
Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...
Trivadis TechEvent 2016 Useful Oracle 12c Features for Data Warehousing by Da...
 
Aioug sangam13 v3
Aioug sangam13 v3Aioug sangam13 v3
Aioug sangam13 v3
 
Presentation day1oracle 12c
Presentation day1oracle 12cPresentation day1oracle 12c
Presentation day1oracle 12c
 
Introduction to Oracle Clusterware 12c
Introduction to Oracle Clusterware 12cIntroduction to Oracle Clusterware 12c
Introduction to Oracle Clusterware 12c
 
Oracle 12c New Features for Developers
Oracle 12c New Features for DevelopersOracle 12c New Features for Developers
Oracle 12c New Features for Developers
 
Oracle 12c - Multitenant Feature
Oracle 12c - Multitenant FeatureOracle 12c - Multitenant Feature
Oracle 12c - Multitenant Feature
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion Edition
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning Fundamentals
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
 
Oracle 12c New Features
Oracle 12c New FeaturesOracle 12c New Features
Oracle 12c New Features
 
Understanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsUnderstanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 Internals
 
Performance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And WhatPerformance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And What
 
PL/SQL Fundamentals I
PL/SQL Fundamentals IPL/SQL Fundamentals I
PL/SQL Fundamentals I
 
Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning
 
Analyzing awr report
Analyzing awr reportAnalyzing awr report
Analyzing awr report
 
Oracle Database Overview
Oracle Database OverviewOracle Database Overview
Oracle Database Overview
 
Reading AWR or Statspack Report - Straight to the Goal
Reading AWR or Statspack Report - Straight to the GoalReading AWR or Statspack Report - Straight to the Goal
Reading AWR or Statspack Report - Straight to the Goal
 
Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2Überblick zu Oracle Database 12c Release 2
Überblick zu Oracle Database 12c Release 2
 

Similar a Oracle database 12c intro

Vijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-featuresVijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-featuresmkorremans
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesAlfredo Abate
 
Things learned from OpenWorld 2013
Things learned from OpenWorld 2013Things learned from OpenWorld 2013
Things learned from OpenWorld 2013Connor McDonald
 
What is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? PresentationWhat is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? PresentationFrancisco Alvarez
 
Expert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RACExpert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RACSolarWinds
 
Winning Performance Challenges in Oracle Multitenant
Winning Performance Challenges in Oracle MultitenantWinning Performance Challenges in Oracle Multitenant
Winning Performance Challenges in Oracle MultitenantPini Dibask
 
RMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle MultitenantRMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle MultitenantPini Dibask
 
Oracle-12c Online Training by Quontra Solutions
 Oracle-12c Online Training by Quontra Solutions Oracle-12c Online Training by Quontra Solutions
Oracle-12c Online Training by Quontra SolutionsQuontra Solutions
 
OUGN winning performnace challenges in oracle Multitenant
OUGN   winning performnace challenges in oracle MultitenantOUGN   winning performnace challenges in oracle Multitenant
OUGN winning performnace challenges in oracle MultitenantPini Dibask
 
Winning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenantWinning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenantPini Dibask
 
What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1Satishbabu Gunukula
 
OOW 17 - database consolidation using the oracle multitenant architecture
OOW 17 - database consolidation using the oracle multitenant architectureOOW 17 - database consolidation using the oracle multitenant architecture
OOW 17 - database consolidation using the oracle multitenant architecturePini Dibask
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationMarkus Michalewicz
 
Migration to Oracle Multitenant
Migration to Oracle MultitenantMigration to Oracle Multitenant
Migration to Oracle MultitenantJitendra Singh
 
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...Ludovico Caldara
 
Database as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformDatabase as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformMaris Elsins
 

Similar a Oracle database 12c intro (20)

Presentation day2 oracle12c
Presentation day2 oracle12cPresentation day2 oracle12c
Presentation day2 oracle12c
 
Vijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-featuresVijfhart thema-avond-oracle-12c-new-features
Vijfhart thema-avond-oracle-12c-new-features
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_Features
 
Things learned from OpenWorld 2013
Things learned from OpenWorld 2013Things learned from OpenWorld 2013
Things learned from OpenWorld 2013
 
What is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? PresentationWhat is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? Presentation
 
Expert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RACExpert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RAC
 
Winning Performance Challenges in Oracle Multitenant
Winning Performance Challenges in Oracle MultitenantWinning Performance Challenges in Oracle Multitenant
Winning Performance Challenges in Oracle Multitenant
 
RMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle MultitenantRMOUG 18 - Winning Performance Challenges in Oracle Multitenant
RMOUG 18 - Winning Performance Challenges in Oracle Multitenant
 
Oracle-12c Online Training by Quontra Solutions
 Oracle-12c Online Training by Quontra Solutions Oracle-12c Online Training by Quontra Solutions
Oracle-12c Online Training by Quontra Solutions
 
OUGN winning performnace challenges in oracle Multitenant
OUGN   winning performnace challenges in oracle MultitenantOUGN   winning performnace challenges in oracle Multitenant
OUGN winning performnace challenges in oracle Multitenant
 
Winning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenantWinning performance challenges in oracle multitenant
Winning performance challenges in oracle multitenant
 
What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1
 
Oracle DBA
Oracle DBAOracle DBA
Oracle DBA
 
Oracle Database 12c : Multitenant
Oracle Database 12c : MultitenantOracle Database 12c : Multitenant
Oracle Database 12c : Multitenant
 
OOW 17 - database consolidation using the oracle multitenant architecture
OOW 17 - database consolidation using the oracle multitenant architectureOOW 17 - database consolidation using the oracle multitenant architecture
OOW 17 - database consolidation using the oracle multitenant architecture
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - Presentation
 
Migration to Oracle Multitenant
Migration to Oracle MultitenantMigration to Oracle Multitenant
Migration to Oracle Multitenant
 
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
 
What's next after Upgrade to 12c
What's next after Upgrade to 12cWhat's next after Upgrade to 12c
What's next after Upgrade to 12c
 
Database as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformDatabase as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance Platform
 

Más de pasalapudi

Multiple ldap implementation with ebs using oid
Multiple ldap implementation with ebs using oidMultiple ldap implementation with ebs using oid
Multiple ldap implementation with ebs using oidpasalapudi
 
Oracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle CloudOracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle Cloudpasalapudi
 
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2pasalapudi
 
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov17
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov1712.2 secure configureconsole_adop_changes_aioug_appsdba_nov17
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov17pasalapudi
 
Online patching ebs122_aioug_appsdba_nov2017
Online patching ebs122_aioug_appsdba_nov2017Online patching ebs122_aioug_appsdba_nov2017
Online patching ebs122_aioug_appsdba_nov2017pasalapudi
 
Analyzing and Interpreting AWR
Analyzing and Interpreting AWRAnalyzing and Interpreting AWR
Analyzing and Interpreting AWRpasalapudi
 
DBA to Data Scientist
DBA to Data ScientistDBA to Data Scientist
DBA to Data Scientistpasalapudi
 

Más de pasalapudi (7)

Multiple ldap implementation with ebs using oid
Multiple ldap implementation with ebs using oidMultiple ldap implementation with ebs using oid
Multiple ldap implementation with ebs using oid
 
Oracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle CloudOracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle Cloud
 
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
 
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov17
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov1712.2 secure configureconsole_adop_changes_aioug_appsdba_nov17
12.2 secure configureconsole_adop_changes_aioug_appsdba_nov17
 
Online patching ebs122_aioug_appsdba_nov2017
Online patching ebs122_aioug_appsdba_nov2017Online patching ebs122_aioug_appsdba_nov2017
Online patching ebs122_aioug_appsdba_nov2017
 
Analyzing and Interpreting AWR
Analyzing and Interpreting AWRAnalyzing and Interpreting AWR
Analyzing and Interpreting AWR
 
DBA to Data Scientist
DBA to Data ScientistDBA to Data Scientist
DBA to Data Scientist
 

Último

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Oracle database 12c intro

  • 1. © Copyright 2013. Apps Associates LLC. 1 Oracle Database 12c – An Introduction -- Satyendra P @pasalapudi
  • 3. Database-as-a-Service (DBaaS): Gives users access to databases running on a cloud computing platform Oracle Database 12c New Features
  • 4. Oracle Database 12c New Features
  • 5. Oracle Database 12c New Features
  • 6. Oracle Database 12c New Features
  • 7. Oracle Database 12c New Features From now on, we can speak of two types of instances: CBD and PDB. The CDB, or contanier Database, is the kind of body that can nurture others within your setup.While the PDB, Pluggable Database (embedded database or embedded) are still the classic database instances that we know in previous versions to 12c. A container database (CDB), can absorb many (252) PDB instances, in order to consolidate and streamline administration and save resources at the hardware level. "The idea is that we can manage many database instances as if they were one." PDB
  • 8. Oracle Database 12c New Features Physically, MYCDB is an Oracle database. MYCDB has a database instance (although possible number in Oracle Real Application Clusters) and a set of database files, as well as a non-CBD. Logically MYCDB contains two PDB: hrpdb and salespdb. The PDB serve their respective applications as they did before the consolidation of databases. For managing the CBD itself or any PDB within it, an administrator can connect to the root, which is a father for the PDB.
  • 9. Oracle Database 12c New Features
  • 10. Oracle Database 12c New Features
  • 11. Oracle Database 12c New Features
  • 12. Pluggable Databases What? • You can have many pluggable databases inside a single container database. A PDB is fully backwards compatible with an ordinary pre-12.1 database • Each instance in a RAC opens the CDB as a whole. A foreground session sees only the single PDB it connects to and sees it just like a non-CDB • The system administrator connects to the CDB as a whole and sees a single system image • Resource Manager is extended with new between-PDB capabilities • Integrated with Enterprise Manager and tools like SQL Developer
  • 13. Pluggable Databases Benefits? • Very fast provisioning of a new database or of a copy of an existing database. Very fast redeployment, by unplug and plug, of an existing database to a new platform • Patch or upgrade the Oracle Database version for many databases quickly, and for the human cost of doing it once. Patch or upgrade by unplugging a PDB and plugging it into a different CDB at a later version • Secure separation of the duties of the application administrator from the duties of the administrator of the Oracle-supplied system • Consolidate many more PDBs onto a single platform than you can non-CDBs • Centrally manage and administer multiple databases • Disaster recovery • Backups • Scale-out and fault isolation using RAC
  • 14. © Copyright 2013. Apps Associates LLC. 14
  • 15. What changed in 12c • Dictionary tables and user tables – the only ultimate logical reality Brand-new database: DBA_Objects, DBA_Views, … DBMS_Sql, DBMS_Output, …
  • 16. Earlier Releases before 12c The “system” and the application are mixed together
  • 17. In 12c Architectural separation between the “system” and the application
  • 18. Architecture to support multiple PDBs
  • 20. User Management • A PDB can be administered by a local user • PDBs can be administered by a common user in the root • A privileged common user can switch between PDBs • A privilege is contained within the container where it is granted
  • 21. Sessions and Services -How to connect • Every PDB has a default service with its name. • Service names across has to be unique across CDB • Connection pool across PDB with a Common User
  • 23. For the entire CDB • The Oracle software version • Active Data Guard • Scheduled RMAN backups • Some initialization parameters; some alter database operands (e.g. in 12c, character set must be the same in all containers) • Control files • spfile • Redo log files • Flashback log files • Undo
  • 24. For just a particular PDB • RMAN Point-in-time recovery (flashback PDB planned) • Ad hoc backup • In each instance: the PDB Open_Mode: MOUNTED, RESTRICTED, READ ONLY, READ WRITE • Flush shared pool • All parameters where IsSes_Modifiable = 'TRUE' and IsSys_Modifiable <> 'FALSE' and a few others (like Open_Cursors, Resource_Manager_Plan) • Some alter database operands (like default edition)
  • 25. Dictionary views and performance views • When queried from within a PDB, all dictionary views, and all performance views, will show information only from that PDB • New CDB_ dictionary views, when queried from the root, will provide information across PDBs • The existing performance views, when queried from the root, will provide information across PDBs • The set of PDBs that the current user sees, from the root, depends on a new attribute of the user
  • 26. Pluggable Databases Conclusion • No application validation required • All Oracle database regression suites run in PDBs with no change • Fast Provisioning • Fast creation of empty PDB • Fast clone of a PDB for testing • Fast plug PDB for migrations & upgrades • Strong Isolation • Pluggable database per application • High Level of Consolidation • One database to manage • Excellent Performance • Fewest database instances
  • 27. © Copyright 2013. Apps Associates LLC. 27
  • 28. Oracle Database 12c New Features The new Oracle Database 12c, maintains system privileges SYSDBA, SYSOPER, SYSASM, 11g of its predecessor but includes three new system privileges, extremely important and contribute to building a more secure and robust, in the issue of security . These privileges are: SYSBACKUP SYSDG SYSKM New administrative privileges in Oracle Database 12c: SYSBACKUP, SYSDG and SYSKM
  • 29. Oracle Database 12c New Features • SYSBACKUP, is a new privilege created to manage backup and recovery of database, made ​​with the RMAN utility. • SYSDG, is the privilege assigned to manage disk groups and disk storage in a Automatic Storage Management, better known as ASM. • SYSKM is a privilege to manage the repository of keys and encryption keys from the same database. The new feature in Oracle Advanced Security Transparent Database Encryption (TDE) in Oracle Database 12c, adds a range of new functional to manage consistently, both Oracle Wallets and the HSMs (Hardware Security Modules). New administrative privilegies -Oracle Database 12c: SYSBACKUP, SYSDG y SYSKM
  • 30. Oracle Database 12c New Features • Now, SQL, adding new commands, to manage these keys. From now on, it keeps a track record (METADATA) to the main attributes associated with keys created. • Also, incorporate new views that let you query the privileges of the keys. • Among the outstanding features is the ability to support export and import of keys between repositories of Oracle databases, as well as support to store, the Oracle Wallets, directly on Oracle ASM. New administrative privileges in Oracle Database 12c: SYSBACKUP, SYSDG and SYSKM
  • 31. In compliance with international standards and the lack of this requirement in the Standard editions databases and Standard Edition One, it was easy to predict that this would happen. From the Oracle Database 12c, encryption for data traveling on the network, based on native encryption and SSL / TLS, and based strong authentication services such as Kerberos, PKI and RADIUS, are no longer part of the Oracle advanced Security and now will be available for all editions licensable database. Native encryption and SSL / TLS Oracle Database 12c New Features
  • 32. • Data types VARCHAR2, NVARCHAR2, and RAW have been increased to 32K • A temporary UNDO tablespace has been added to the database, linked to global temporary tables. • Oracle Data Pump 12c, can turn the redo import processes for added load performance. This feature is only on import. • To turn off mode "Archive log" is not necessary to download the database. • Move or rename a "datafile" is now online • Check paged. Keywords SQL level will limit the number of records that must be deployed. This replaces the old reference ROWNUM Oracle Database 12c New Features
  • 33. SQL> select * from pruebas; CAMPO1 CAMPO2 CAMPO3 CAMPO4 ---------- ---------- -------- ---------- 1 Hola 21/05/13 1 2 como 21/05/13 2 3 te 21/05/13 3 4 encuentras 21/05/13 4 5 en 21/05/13 5 6 este 21/05/13 6 7 momento 21/05/13 7 7 filas seleccionadas. SQL> select * from pruebas fetch first 2 rows only; CAMPO1 CAMPO2 CAMPO3 CAMPO4 ---------- ---------- -------- ---------- 1 Hola 21/05/13 1 2 como 21/05/13 2 select * from pruebas fetch first 30 percent rows only; CAMPO1 CAMPO2 CAMPO3 CAMPO4 ---------- ---------- -------- ---------- 1 Hola 21/05/13 1 2 como 21/05/13 2 3 te 21/05/13 3 select * from pruebas fetch first 50 percent rows only; CAMPO1 CAMPO2 CAMPO3 CAMPO4 ---------- ---------- -------- ---------- 1 Hola 21/05/13 1 2 como 21/05/13 2 3 te 21/05/13 3 4 encuentras 21/05/13 4 select * from pruebas offset 2 rows fetch next 2 rows only; CAMPO1 CAMPO2 CAMPO3 CAMPO4 ---------- ---------- -------- ---------- 3 te 21/05/13 3 4 encuentras 21/05/13 4 Oracle Database 12c New Features
  • 34. From 12c, a set of columns that are the same leading order in an existing index, are permitted. For example, in a DW, where desired to have a column in an index such as "bitmap", previously defined in a type B-tree index in the table. SQL> create table pruebas(campo1 number, campo2 varchar2(10), campo3 date, campo4 number); Tabla creada. SQL> create index idx1_pruebas on pruebas( campo1, campo2); Indice creado. SQL> create bitmap index idx2_pruebas on pruebas(campo1, campo2); create bitmap index idx2_pruebas on pruebas(campo1, campo2) * ERROR en linea 1: ORA-01408: this column list already indexed SQL> create bitmap index idx2_pruebas on pruebas(campo1, campo2, campo3); Index created. Oracle Database 12c New Features Duplicate Indexes
  • 35. • RMAN Backup container level • An instance PDB can be "disengaged" from a container and embedded in other CBD • The PDB's can be cloned in the same container • The basic administrative actions of a PDB (clone, create, embed, disengage, delete) are implemented through SQL's. • Each PDB has its own data dictionary • The Data Guard configuration is at the level Container • Recovering from a PDB to a specific spot RMAN does not alter the functionality of the other instances within the container • Flashback for a PDB is available from Oracle Database 12c Release 2 The level of PDB Oracle Database 12c New Features
  • 36. Object-level recovery RMAN at 12c version, recover or restore from a backup, one or more tables, based on a versioning scheme (newest, oldest), with a single command, to solve a problem of accidental deletion or updating of data, on a table. The process may be performed at the same schema where the table belongs or another schema. The ability to manage versions, allows RMAN, work in an area where the Flashback could not come, either because the table had been purged from the recycle bin (recycle bin) or that the retention period of time, had passed. New features in RMAN Oracle Database 12c New Features
  • 37. Platform migration simplification The backup created with RMAN can back up tablespaces users and their respective metadata. When you need to restore the tablespace on a different target platform to source, RMAN will automatically convert, allowing easily attach the database to "Container". Support for database consolidation RMAN can back up and restore the "Container" in full, or only one of the databases attached. Restoring with RMAN, allow to fully or partially recover or restore a database, based on a point in time or in a change control number. Oracle Database 12c New Features New features in RMAN
  • 38. Increased performance? RMAN will allow us to easily clone our databases contained in the "Container". An important point is that they need prior to backup the database to be duplicated or cloned, before performing this task. A new feature compression during backup, restore, or clone, will increase the speed in these processes, including creating multiple tasks to meet the same process. The restoration or recovery of a datafile through the network from the STANDBY database may also be performed as part of the features added to improve performance. Oracle Database 12c New Features New features in RMAN
  • 39. An invisible column is a user-specified column whose values ​​are accessible only when the column is explicitly specified by name. You can add an invisible column to a table without affecting existing applications, and make visible column if necessary. Oracle Database 12c New Features Tables with columns INVISIBLE
  • 40. SQL> alter table pruebas add (INVISIBLE int); Tabla modificada. SQL> desc pruebas Nombre +Nulo? Tipo ----------------------------------------- -------- ---------------- CAMPO1 NUMBER CAMPO2 VARCHAR2(10) CAMPO3 DATE CAMPO4 NUMBER INVISIBLE NUMBER(38) SQL> update pruebas 2 set invisible=0 3 where campo1 in ( 1,3,5); 3 rows updated. Tables with columns INVISIBLE Oracle Database 12c New Features
  • 41. SQL> select * from pruebas; CAMPO1 CAMPO2 CAMPO3 CAMPO4 INVISIBLE ---------- ---------- -------- ---------- ---------- 1 Hola 21/05/13 1 0 2 como 21/05/13 2 3 te 21/05/13 3 0 4 encuentras 21/05/13 4 5 en 21/05/13 5 0 6 este 21/05/13 6 7 momento 21/05/13 7 7 filas seleccionadas. SQL> alter table pruebas modify(INVISIBLE invisible); Table Modified. Oracle Database 12c New Features Tables with columns INVISIBLE
  • 42. SQL> select * from pruebas; CAMPO1 CAMPO2 CAMPO3 CAMPO4 ---------- ---------- -------- ---------- 1 Hola 21/05/13 1 2 como 21/05/13 2 3 te 21/05/13 3 4 encuentras 21/05/13 4 5 en 21/05/13 5 6 este 21/05/13 6 7 momento 21/05/13 7 7 filas seleccionadas. SQL> select campo1, campo2, campo3, campo4, invisible from pruebas 2 where campo1 in (1,3,5); CAMPO1 CAMPO2 CAMPO3 CAMPO4 INVISIBLE ---------- ---------- -------- ---------- ---------- 1 Hola 21/05/13 1 0 3 te 21/05/13 3 0 5 en 21/05/13 5 0 Oracle Database 12c New Features Tables with columns INVISIBLE
  • 43. Oracle Object Tables is a user defined type with a name, attributes and methods. This object type to model real-world entities such as customers and purchase orders as objects in the database. An object type defines a logical structure, but does not create storage. Oracle Object Tables Oracle Database 12c New Features
  • 44. SQL> create type registro_clientes as OBJECT 2 ( nombre varchar2(100), 3 identificacion varchar2(30), 4 edad number, 5 empresa varchar2(20), 6 profesion varchar2(30), 7 educacion varchar2(15)); 8 / Type created. SQL> create table clientes of registro_clientes; Tabla created Oracle Object Tables Oracle Database 12c New Features
  • 45. SQL> insert into clientes values('Ronald Vargas','302970920',44,'NetsoftCA','Consultor','Universitaria'); 1 fila creada. SQL> select * from clientes; NOMBRE IDENTIFICACION EDAD EMPRESA PROFESION EDUCACION --------------- -------------- ----- ----------- -------------- -------------- Ronald Vargas 302970920 44 NetsoftCA Consultor Universitaria Oracle Database 12c New Features Oracle Object Tables
  • 46. SQL*Plus: Release 12.1.0.0.2 Beta on Mar May 21 16:38:09 2013 Copyright (c) 1982, 2012, Oracle. All rights reserved. Enter the user name: system @ lab1 Enter the password: Right Connection last time: Mon May June 2013 20:26:44 -06:00 Connected to:Oracle Database 12c Enterprise Edition Release 12.1.0.0.2 - 64bit Beta With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options SQL> select to_char(sysdate,'dd-mon-yy hh24:mi') from dual; TO_CHAR(SYSDATE --------------- 21-may-13 16:39 Last login Time Information in SQL*Plus Oracle Database 12c New Features
  • 47. © Copyright 2013. Apps Associates LLC. 49
  • 48. © Copyright 2013. Apps Associates LLC. 50