SlideShare a Scribd company logo
1 of 50
Download to read offline
Installation of Oracle Database
12c Enterprise/Standard Editions Release1:
This document describes the installation of Oracle Database 12c Enterprise/Standard edition
Release 1 on Windows 7 using VMware Workstation.
Introduction:
Oracle Database 12c, the latest generation of the world’s most popular database, has been
developed for the Cloud and will enable customers to make more efficient use of their IT
resources while continuing to improve their users’ service levels. In addition to a raft of
enhancements and new features, including a new architecture, Oracle Database 12c makes it
easier for customers to take advantage of the Cloud through:
Consolidating multiple databases with Oracle Multitenant
Automatically optimizing data storage and compression according to usage patterns
Providing continuous access with Oracle’s Maximum Availability Architecture
Securing enterprise data with comprehensive defense-in-depth strategy
Simplifying in-database analysis of Big Data
Efficient database management using Enterprise Manager Cloud Control
Enabling Database Clouds :
Oracle releases have helped customers standardize, consolidate and automate database
services on the cloud with a variety of innovations including:
• Oracle Real Application Clusters
• Oracle Automatic Storage Management
• Oracle Exadata Database Machine
New features included in Oracle 12c :
1. Pluggable Databases - Pluggable database are a neat feature. Basically, you create a
container database (CDB) that contains all of the oracle level data and data dictionary.
You then create pluggable databases (PDB) that contain user data and the user portion of
the data dictionary. Since the PDB files contain everything about the user data, you can
unplug a PDB from a CDB and plug it into a different CDB and be up in seconds. All that
needs to happen is a quick data dictionary update in the CDB.
2. Duplicate Indexes - Create duplicate indexes on the same set of columns. In 11.2 and
below, if you try to create an index using the same columns, in the same order, as an
existing index, you get an error. In some cases, you might want two different types of
index on the same data (such as in a data warehouse where you might want a bitmap index
on the leading edge of a set of columns that exists in a btree index).
3. Implicit Result Sets - create a procedure, open a ref cursor and return the results. No
types, not muss, no mess. Streamlined data access (kind of a catch up to other databases).
4. PL/SQL Unit Security - A role can now be granted to a code unit. That means you can
determine at a very fine grain, who can access a specific unit of code.
5. MapReduce in the Database - MapReduce can be run from PL/SQL directly in the
database. I don't have much more info than that.
6. Interval-Ref Partitions - Can now create a ref partition (to relate several tables with the
same partitions) as a sub-partition to the interval type. Ease of use feature.
7. SQL WITH Clause Enhancement - I want to see some examples of this one. In 12c, you
can declare PL/SQL functions in the WITH Clause of a select statement.
8. Catch up with MySQL - Some catch up features: INDENTITY columns (auto-sequence
on a PK), can now use a sequence as a DEFAULT column value.
9. 32k VARCHAR2 Support - Yes, 32k varchar2 in the database. Stored like a CLOB.
10. Yeah - Booleans in SQL (sort of) - You can use booleans values in dynamic PL/SQL.
Still no booleans as database types.
Pre requirements for installation of Oracle Database
12c Enterprise/Standard Editions Release1 on Windows7:
 Double click the Setup
 Click “YES”
 Uncheck the check-box and click Next
 Alert box will appear with “YES” and “NO” option then click “YES”
 Select the radio button named “SKIP SOFTWARE UPDATES” then click Next.
 Select the radio button named “create and configure a database” then click Next.
 Select the radio button named “Desktop class” then click Next.
 Select the radio button named “Use windows Build-in Account” then click Next.
 Alert box will appear with options “yes” and “no” , click “YES”
 Enter the empty fields named ( Global DB name , Administrative Password )
 Then check the checkbox named “create as container database”
 Enter the pluggable database name and then click Next.
 Then Click Install
 After completion of installation process click Close button.
Creating an Oracle 12c Pluggable Database & Container
Database using DBCA:
After installing the Oracle Database 12c software on windows7 machine. Using the DBCA tool
(in advanced mode), I’m going to create a new container database named “cdb” and at the same
time create a pluggable database named “pdb”.
The idea behind this new “pluggable databases” feature in 12c (also known as “multi-tenancy”),
is that you build a single Container Database (CDB), which can contain many (up to 250 of
them!) Pluggable Databases (PDB). These pluggable databases appear like any ordinary pre-12c
database would do to end-users/applications. However, the container database owns the SGA
and background processes, and the pluggable databases are serviced by the container database
resources.
 Select the radio button named “Create Database” then click Next.
 Select the radio button named “Advanced Mode” then click Next.
 Select the radio button named “General Purpose or Transaction Process” then click Next.
 Enter the empty fields named ( Global DB name , Administrative Password )
 Then check the checkbox named “create as a container database”
 Then select the radio button named “create a container DB with or more PDB’s”
 Select the number of pluggable databases to connect with the container DB
 Enter the pluggable database name and then click Next.
 Select the radio button named “configure Enterprise Manager DB express” then click Next.
 Select the radio button named “Use the Same Admin Password for all Account” then click
Next.
 Then Enter the password
 Then click Next.
 Select the Check box named as LISTENER then click Next button.
 Select the radio button named “Use common location for all DB files”
 Then select the checkbox named “Specify Fast Recovery Area”
 Then select the checkbox named “Enable Archiving”
 Then Click Next button.
 Uncheck the checkbox named “ Sample schemas” and then click Next.
 Select the radio button named “Typical settings and then specify the Memory size (SGA and
PGA)
 Then select the radio button named “ Use Automatic Memory Management “
 Then Click Next.
 Then click FINISH button .
 Then “DB configuration Assistant” alert box will appear , press ok .
 Installation Starts
 Again “ DB Configuration Assistant” alert box will appear ,press Exit.
 After completion of installation , click Close button.
Adding pluggable DB in container DB named "cdb"
 After completion of installation ,click start button from desktop and then select Database
Configuration Assistant.
 Select the radio button named “Manage Pluggable Database “ then click Next.
 Select the radio button named“Create a Pluggable Database “ then click Next.
 Select a particular container database in which you going to add a pluggable database then
click Next button
 Select the radio button named“Create a new Pluggable Database “ then click Next.
 Enter the Pluggable database name .
 Select the radio button named “Create Default user Tablespace “.
 Enter the Administrator username and password for PDB user .
 Then click Next.
 After creating the pluggable database and message will be displayed as shown below
 Then Click Finish
 Installation process starts after clicking the finish button
 DBCA Alert box message will be appear after creation of pluggable DB
The following pluggable databases are added in container Db named "cdb" :
• PDB
• PDB2
• PDB3
• PDB4
Adding pluggable DB in container DB named "orcl"
The following pluggable databases are added in container Db named orcl" :
• PDBORCL
• ORCL2
• ORCL3
• ORCL4
Viewing the pluggable DB in container DB named "orcl"
 Select the radio button named “Manage Pluggable Database “ then click Next.
 Select the radio button named “configure a Pluggable Database “ then click Next
 Select a particular container database in which you going to view a pluggable database then
click Next button
 Select the require pluggable DB from the list of created pluggable database list
154090896 installation-of-oracle-database-12c

More Related Content

What's hot

Installation steps about window server 2003 and windows XP in virtualbox
Installation steps about window server 2003 and windows XP in virtualbox Installation steps about window server 2003 and windows XP in virtualbox
Installation steps about window server 2003 and windows XP in virtualbox sekhonharman
 
Creating Virtual Infrastructure
Creating Virtual InfrastructureCreating Virtual Infrastructure
Creating Virtual InfrastructureJake Weston
 
WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation K Kumar Guduru
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxRusty Painter
 
Oracle Web logic 12c on docker
Oracle Web logic 12c  on dockerOracle Web logic 12c  on docker
Oracle Web logic 12c on dockerK Kumar Guduru
 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12cMuqthiyar Pasha
 
Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows webservicesm
 
Dspace for windows
Dspace for windowsDspace for windows
Dspace for windowsRavi Bankar
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Mumbai B.Sc.IT Study
 
Unit 5 Project - Babeli
Unit 5 Project - BabeliUnit 5 Project - Babeli
Unit 5 Project - BabeliLianna Babeli
 
Oracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 InstallationOracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 InstallationVijay Reddy
 
SafePeak - How to manually configure SafePeak Cluster
SafePeak - How to manually configure SafePeak ClusterSafePeak - How to manually configure SafePeak Cluster
SafePeak - How to manually configure SafePeak ClusterVladi Vexler
 
Installation of Dspace in Windows OS: A Complete Documentation
Installation of Dspace in Windows OS: A Complete DocumentationInstallation of Dspace in Windows OS: A Complete Documentation
Installation of Dspace in Windows OS: A Complete DocumentationAshok Kumar Satapathy
 
Oracle 12cR2 Installation On Oracle Linux 7
Oracle 12cR2 Installation On Oracle Linux 7Oracle 12cR2 Installation On Oracle Linux 7
Oracle 12cR2 Installation On Oracle Linux 7Arun Sharma
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federpfederpmatc
 
All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016AllDatabaseSolutions
 

What's hot (17)

Installation steps about window server 2003 and windows XP in virtualbox
Installation steps about window server 2003 and windows XP in virtualbox Installation steps about window server 2003 and windows XP in virtualbox
Installation steps about window server 2003 and windows XP in virtualbox
 
Creating Virtual Infrastructure
Creating Virtual InfrastructureCreating Virtual Infrastructure
Creating Virtual Infrastructure
 
WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation
 
Weblogic12 c installation guide
Weblogic12 c installation guideWeblogic12 c installation guide
Weblogic12 c installation guide
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
 
Oracle Web logic 12c on docker
Oracle Web logic 12c  on dockerOracle Web logic 12c  on docker
Oracle Web logic 12c on docker
 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12c
 
Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows
 
Dspace for windows
Dspace for windowsDspace for windows
Dspace for windows
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
 
Unit 5 Project - Babeli
Unit 5 Project - BabeliUnit 5 Project - Babeli
Unit 5 Project - Babeli
 
Oracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 InstallationOracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 Installation
 
SafePeak - How to manually configure SafePeak Cluster
SafePeak - How to manually configure SafePeak ClusterSafePeak - How to manually configure SafePeak Cluster
SafePeak - How to manually configure SafePeak Cluster
 
Installation of Dspace in Windows OS: A Complete Documentation
Installation of Dspace in Windows OS: A Complete DocumentationInstallation of Dspace in Windows OS: A Complete Documentation
Installation of Dspace in Windows OS: A Complete Documentation
 
Oracle 12cR2 Installation On Oracle Linux 7
Oracle 12cR2 Installation On Oracle Linux 7Oracle 12cR2 Installation On Oracle Linux 7
Oracle 12cR2 Installation On Oracle Linux 7
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federp
 
All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016All database solution-Installing Micosoft SQL Server 2016
All database solution-Installing Micosoft SQL Server 2016
 

Viewers also liked

Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...Zhaoyang Wang
 
Text mode Linux Installation Part 01
Text mode Linux Installation Part 01Text mode Linux Installation Part 01
Text mode Linux Installation Part 01Subhasis Nayak
 
Installing Linux CentOs 5.0 Step-by-Step
Installing Linux CentOs 5.0 Step-by-StepInstalling Linux CentOs 5.0 Step-by-Step
Installing Linux CentOs 5.0 Step-by-StepMehdi Poustchi Amin
 
Sap r3 installation on windows oracle database
Sap r3 installation on windows   oracle databaseSap r3 installation on windows   oracle database
Sap r3 installation on windows oracle databasericardopabloasensio
 
Weblogic 12c installation (oracle linux)
Weblogic 12c installation (oracle linux)Weblogic 12c installation (oracle linux)
Weblogic 12c installation (oracle linux)Osama Mustafa
 
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4Jorge Batista
 
Oracle sharding : Installation & Configuration
Oracle sharding : Installation & ConfigurationOracle sharding : Installation & Configuration
Oracle sharding : Installation & Configurationsuresh gandhi
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power CenterEdureka!
 
Connecting Hadoop and Oracle
Connecting Hadoop and OracleConnecting Hadoop and Oracle
Connecting Hadoop and OracleTanel Poder
 
OAS 10gR3 (32 bit) Installation on Oracle Linux 5
OAS 10gR3 (32 bit) Installation on Oracle Linux 5OAS 10gR3 (32 bit) Installation on Oracle Linux 5
OAS 10gR3 (32 bit) Installation on Oracle Linux 5chetanpatil1984
 

Viewers also liked (15)

Oracle installation
Oracle installationOracle installation
Oracle installation
 
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
 
Text mode Linux Installation Part 01
Text mode Linux Installation Part 01Text mode Linux Installation Part 01
Text mode Linux Installation Part 01
 
Installing Linux CentOs 5.0 Step-by-Step
Installing Linux CentOs 5.0 Step-by-StepInstalling Linux CentOs 5.0 Step-by-Step
Installing Linux CentOs 5.0 Step-by-Step
 
Sap r3 installation on windows oracle database
Sap r3 installation on windows   oracle databaseSap r3 installation on windows   oracle database
Sap r3 installation on windows oracle database
 
Weblogic 12c installation (oracle linux)
Weblogic 12c installation (oracle linux)Weblogic 12c installation (oracle linux)
Weblogic 12c installation (oracle linux)
 
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
 
Oracle installation
Oracle installationOracle installation
Oracle installation
 
Oracle 10g Installation
Oracle 10g InstallationOracle 10g Installation
Oracle 10g Installation
 
Introduction to OBIEE 11g
Introduction to OBIEE 11gIntroduction to OBIEE 11g
Introduction to OBIEE 11g
 
Oracle sharding : Installation & Configuration
Oracle sharding : Installation & ConfigurationOracle sharding : Installation & Configuration
Oracle sharding : Installation & Configuration
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power Center
 
Connecting Hadoop and Oracle
Connecting Hadoop and OracleConnecting Hadoop and Oracle
Connecting Hadoop and Oracle
 
A data analyst view of Bigdata
A data analyst view of Bigdata A data analyst view of Bigdata
A data analyst view of Bigdata
 
OAS 10gR3 (32 bit) Installation on Oracle Linux 5
OAS 10gR3 (32 bit) Installation on Oracle Linux 5OAS 10gR3 (32 bit) Installation on Oracle Linux 5
OAS 10gR3 (32 bit) Installation on Oracle Linux 5
 

Similar to 154090896 installation-of-oracle-database-12c

Installing oracle database 12c as container database with three pluggable dat...
Installing oracle database 12c as container database with three pluggable dat...Installing oracle database 12c as container database with three pluggable dat...
Installing oracle database 12c as container database with three pluggable dat...Marco Vigelini
 
Obia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platformObia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platformSheikh Zakirulla
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxAnar Godjaev
 
Rdbms Practical file diploma
Rdbms Practical file diploma Rdbms Practical file diploma
Rdbms Practical file diploma mustkeem khan
 
Project Presentation
Project PresentationProject Presentation
Project PresentationShariffAyesha
 
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)yoonus ch
 
Style Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationStyle Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationArleneWatson
 
patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack David McNish
 
Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...
Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...
Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...Amit Singh
 
Create non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windowsCreate non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windowsBiju Thomas
 
Database development connection steps
Database development connection stepsDatabase development connection steps
Database development connection stepsAravindharamanan S
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica serverketulp
 
Uklug 2014 connections dev faq
Uklug 2014  connections dev faqUklug 2014  connections dev faq
Uklug 2014 connections dev faqMark Myers
 
Installation of oracle
Installation of oracleInstallation of oracle
Installation of oracleRamanRai18
 
Managing SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBAManaging SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBAConcentrated Technology
 
Oracle olap-installation
Oracle olap-installationOracle olap-installation
Oracle olap-installationAmit Sharma
 
Part 4 working with databases
Part 4 working with databasesPart 4 working with databases
Part 4 working with databasestechbed
 

Similar to 154090896 installation-of-oracle-database-12c (20)

Installing oracle database 12c as container database with three pluggable dat...
Installing oracle database 12c as container database with three pluggable dat...Installing oracle database 12c as container database with three pluggable dat...
Installing oracle database 12c as container database with three pluggable dat...
 
Obia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platformObia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platform
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linux
 
Rdbms Practical file diploma
Rdbms Practical file diploma Rdbms Practical file diploma
Rdbms Practical file diploma
 
Project Presentation
Project PresentationProject Presentation
Project Presentation
 
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
 
Mule data bases
Mule data basesMule data bases
Mule data bases
 
Style Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationStyle Intelligence Evaluation Documentation
Style Intelligence Evaluation Documentation
 
patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack
 
Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...
Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...
Oracle EBS 12.1.3 : Integrate OA Framework BC4J components within java concur...
 
Create non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windowsCreate non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windows
 
Database development connection steps
Database development connection stepsDatabase development connection steps
Database development connection steps
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica server
 
Db2 tutorial
Db2 tutorialDb2 tutorial
Db2 tutorial
 
fast_bitcoin_data_mining
fast_bitcoin_data_miningfast_bitcoin_data_mining
fast_bitcoin_data_mining
 
Uklug 2014 connections dev faq
Uklug 2014  connections dev faqUklug 2014  connections dev faq
Uklug 2014 connections dev faq
 
Installation of oracle
Installation of oracleInstallation of oracle
Installation of oracle
 
Managing SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBAManaging SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBA
 
Oracle olap-installation
Oracle olap-installationOracle olap-installation
Oracle olap-installation
 
Part 4 working with databases
Part 4 working with databasesPart 4 working with databases
Part 4 working with databases
 

Recently uploaded

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 

Recently uploaded (20)

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 

154090896 installation-of-oracle-database-12c

  • 1. Installation of Oracle Database 12c Enterprise/Standard Editions Release1: This document describes the installation of Oracle Database 12c Enterprise/Standard edition Release 1 on Windows 7 using VMware Workstation. Introduction: Oracle Database 12c, the latest generation of the world’s most popular database, has been developed for the Cloud and will enable customers to make more efficient use of their IT resources while continuing to improve their users’ service levels. In addition to a raft of enhancements and new features, including a new architecture, Oracle Database 12c makes it easier for customers to take advantage of the Cloud through: Consolidating multiple databases with Oracle Multitenant Automatically optimizing data storage and compression according to usage patterns Providing continuous access with Oracle’s Maximum Availability Architecture Securing enterprise data with comprehensive defense-in-depth strategy Simplifying in-database analysis of Big Data Efficient database management using Enterprise Manager Cloud Control Enabling Database Clouds : Oracle releases have helped customers standardize, consolidate and automate database services on the cloud with a variety of innovations including: • Oracle Real Application Clusters • Oracle Automatic Storage Management • Oracle Exadata Database Machine New features included in Oracle 12c : 1. Pluggable Databases - Pluggable database are a neat feature. Basically, you create a
  • 2. container database (CDB) that contains all of the oracle level data and data dictionary. You then create pluggable databases (PDB) that contain user data and the user portion of the data dictionary. Since the PDB files contain everything about the user data, you can unplug a PDB from a CDB and plug it into a different CDB and be up in seconds. All that needs to happen is a quick data dictionary update in the CDB. 2. Duplicate Indexes - Create duplicate indexes on the same set of columns. In 11.2 and below, if you try to create an index using the same columns, in the same order, as an existing index, you get an error. In some cases, you might want two different types of index on the same data (such as in a data warehouse where you might want a bitmap index on the leading edge of a set of columns that exists in a btree index). 3. Implicit Result Sets - create a procedure, open a ref cursor and return the results. No types, not muss, no mess. Streamlined data access (kind of a catch up to other databases). 4. PL/SQL Unit Security - A role can now be granted to a code unit. That means you can determine at a very fine grain, who can access a specific unit of code. 5. MapReduce in the Database - MapReduce can be run from PL/SQL directly in the database. I don't have much more info than that. 6. Interval-Ref Partitions - Can now create a ref partition (to relate several tables with the same partitions) as a sub-partition to the interval type. Ease of use feature. 7. SQL WITH Clause Enhancement - I want to see some examples of this one. In 12c, you can declare PL/SQL functions in the WITH Clause of a select statement. 8. Catch up with MySQL - Some catch up features: INDENTITY columns (auto-sequence on a PK), can now use a sequence as a DEFAULT column value. 9. 32k VARCHAR2 Support - Yes, 32k varchar2 in the database. Stored like a CLOB. 10. Yeah - Booleans in SQL (sort of) - You can use booleans values in dynamic PL/SQL. Still no booleans as database types. Pre requirements for installation of Oracle Database 12c Enterprise/Standard Editions Release1 on Windows7:
  • 3.  Double click the Setup  Click “YES”
  • 4.  Uncheck the check-box and click Next
  • 5.
  • 6.  Alert box will appear with “YES” and “NO” option then click “YES”  Select the radio button named “SKIP SOFTWARE UPDATES” then click Next.
  • 7.  Select the radio button named “create and configure a database” then click Next.
  • 8.  Select the radio button named “Desktop class” then click Next.
  • 9.  Select the radio button named “Use windows Build-in Account” then click Next.
  • 10.  Alert box will appear with options “yes” and “no” , click “YES”
  • 11.  Enter the empty fields named ( Global DB name , Administrative Password )
  • 12.  Then check the checkbox named “create as container database”  Enter the pluggable database name and then click Next.
  • 13.  Then Click Install
  • 14.
  • 15.
  • 16.
  • 17.  After completion of installation process click Close button. Creating an Oracle 12c Pluggable Database & Container
  • 18. Database using DBCA: After installing the Oracle Database 12c software on windows7 machine. Using the DBCA tool (in advanced mode), I’m going to create a new container database named “cdb” and at the same time create a pluggable database named “pdb”. The idea behind this new “pluggable databases” feature in 12c (also known as “multi-tenancy”), is that you build a single Container Database (CDB), which can contain many (up to 250 of them!) Pluggable Databases (PDB). These pluggable databases appear like any ordinary pre-12c database would do to end-users/applications. However, the container database owns the SGA and background processes, and the pluggable databases are serviced by the container database resources.  Select the radio button named “Create Database” then click Next.
  • 19.  Select the radio button named “Advanced Mode” then click Next.
  • 20.  Select the radio button named “General Purpose or Transaction Process” then click Next.
  • 21.  Enter the empty fields named ( Global DB name , Administrative Password )  Then check the checkbox named “create as a container database”  Then select the radio button named “create a container DB with or more PDB’s”  Select the number of pluggable databases to connect with the container DB  Enter the pluggable database name and then click Next.
  • 22.  Select the radio button named “configure Enterprise Manager DB express” then click Next.
  • 23.  Select the radio button named “Use the Same Admin Password for all Account” then click Next.  Then Enter the password  Then click Next.
  • 24.  Select the Check box named as LISTENER then click Next button.
  • 25.  Select the radio button named “Use common location for all DB files”  Then select the checkbox named “Specify Fast Recovery Area”  Then select the checkbox named “Enable Archiving”  Then Click Next button.
  • 26.  Uncheck the checkbox named “ Sample schemas” and then click Next.
  • 27.  Select the radio button named “Typical settings and then specify the Memory size (SGA and PGA)  Then select the radio button named “ Use Automatic Memory Management “  Then Click Next.
  • 28.
  • 29.  Then click FINISH button .
  • 30.  Then “DB configuration Assistant” alert box will appear , press ok .
  • 32.
  • 33.  Again “ DB Configuration Assistant” alert box will appear ,press Exit.
  • 34.  After completion of installation , click Close button.
  • 35. Adding pluggable DB in container DB named "cdb"  After completion of installation ,click start button from desktop and then select Database Configuration Assistant.
  • 36.  Select the radio button named “Manage Pluggable Database “ then click Next.
  • 37.  Select the radio button named“Create a Pluggable Database “ then click Next.
  • 38.  Select a particular container database in which you going to add a pluggable database then click Next button
  • 39.  Select the radio button named“Create a new Pluggable Database “ then click Next.
  • 40.
  • 41.  Enter the Pluggable database name .  Select the radio button named “Create Default user Tablespace “.  Enter the Administrator username and password for PDB user .  Then click Next.
  • 42.  After creating the pluggable database and message will be displayed as shown below  Then Click Finish
  • 43.  Installation process starts after clicking the finish button
  • 44.  DBCA Alert box message will be appear after creation of pluggable DB The following pluggable databases are added in container Db named "cdb" : • PDB • PDB2 • PDB3 • PDB4
  • 45. Adding pluggable DB in container DB named "orcl" The following pluggable databases are added in container Db named orcl" : • PDBORCL • ORCL2 • ORCL3 • ORCL4 Viewing the pluggable DB in container DB named "orcl"
  • 46.  Select the radio button named “Manage Pluggable Database “ then click Next.
  • 47.  Select the radio button named “configure a Pluggable Database “ then click Next
  • 48.  Select a particular container database in which you going to view a pluggable database then click Next button
  • 49.  Select the require pluggable DB from the list of created pluggable database list