SlideShare una empresa de Scribd logo
1 de 41
Descargar para leer sin conexión
Create Non-CDB Oracle Database 12c on
Windows
Oracle documentation to create a database…
http://docs.oracle.com/cd/E16655_01/server.121/e17643/install.htm#CHDGJGHB
Invoke DBCA: Click Start, select All Programs, then Oracle – OraDB12Home1, then Configuration and
Migration Tools, and then Database Configuration Assistant.
Click Yes.
Click Next.
Click Help button in any screen to get context sensitive help. Few of the help screens are shown here.
Choosing the “Default Configuration” is easy and quick way to create a database. To install Container
Database, the “Create as Container Database” checkbox must be checked.
Create Database - Summary
Database Configuration Summary
Global Database Name: o12c01
Database Configuration Type: Single Instance
SID: o12c01
Create As Container Database No
Storage Type: File System
Memory Configuration Type: Automatic Shared Memory Management
Template Name: General Purpose or Transaction Processing
Database Configuration Details
Database Components
Component Selected
Oracle JVM true
Oracle Text true
Oracle Multimedia true
Oracle OLAP true
Oracle Spatial true
Oracle Label Security true
Sample Schemas false
Oracle Application Express true
Oracle Database Vault true
Oracle Database Extensions for .NET true
Initialization Parameters
Name Value
audit_file_dest {ORACLE_BASE}admin{DB_UNIQUE_NAME}adump
audit_trail db
compatible 12.1.0.0.0
db_block_size 8KB
db_create_file_dest {ORACLE_BASE}oradata
db_domain
db_name o12c01
db_recovery_file_dest {ORACLE_BASE}fast_recovery_area
db_recovery_file_dest_size 6930MB
diagnostic_dest {ORACLE_BASE}
dispatchers (PROTOCOL=TCP) (SERVICE={SID}XDB)
open_cursors 300
pga_aggregate_target 806MB
processes 300
remote_login_passwordfile EXCLUSIVE
sga_target 2419MB
undo_tablespace UNDOTBS1
Character Sets
Name Value
Database Character Set AL32UTF8
National Character Set AL16UTF16
Data Files
Name Tablespace Size(M)
<OMF_SYSTEM _DATAFILE> SYSTEM 770
<OMF_SYSAUX _DATAFILE> SYSAUX 660
<OMF_UNDOTBS1 _DATAFILE> UNDOTBS1 725
<OMF_USERS _DATAFILE> USERS 5
<OMF_TEMP _TEMPFILE> TEMP 64
Redo Log Groups
Group Size(K)
1 51200
2 51200
3 51200
Let’s change to “Advanced Mode” and see the difference in DB Creation screens… In this demo, I am not
changing any defaults, but screens are to show you the options available.
Click show details to see what products are installed in the pre-configured database…
Check the “Sample Schemas” checkbox. This will install the HR and other sample schemas and tables
with data to practice SQL.
Create Database - Summary
Database Configuration Summary
Global Database Name: o12c01
Database Configuration Type: Single Instance
SID: o12c01
Create As Container Database No
Storage Type: File System
Memory Configuration Type: Automatic Shared Memory Management
Template Name: General Purpose or Transaction Processing
Database Configuration Details
Database Components
Component Selected
Oracle JVM true
Oracle Text true
Oracle Multimedia true
Oracle OLAP true
Oracle Spatial true
Oracle Label Security true
Sample Schemas true
Oracle Application Express true
Oracle Database Vault true
Oracle Database Extensions for .NET true
Initialization Parameters
Name Value
audit_file_dest {ORACLE_BASE}admin{DB_UNIQUE_NAME}adump
audit_trail db
compatible 12.1.0.0.0
control_files
("{ORACLE_BASE}oradata{DB_UNIQUE_NAME}control01.ctl",
"{ORACLE_BASE}fast_recovery_area{DB_UNIQUE_NAME}control02.ctl"
)
db_block_size 8KB
db_domain
db_name o12c01
db_recovery_file_dest {ORACLE_BASE}fast_recovery_area
db_recovery_file_dest_siz
e
6930MB
diagnostic_dest {ORACLE_BASE}
dispatchers (PROTOCOL=TCP) (SERVICE={SID}XDB)
open_cursors 300
pga_aggregate_target 728MB
processes 300
remote_login_passwordfile EXCLUSIVE
sga_target 2048MB
undo_tablespace UNDOTBS1
Character Sets
Name Value
Database Character Set AL32UTF8
National Character Set AL16UTF16
Data Files
Name Tablespace Size(M)
{ORACLE_BASE}oradata{DB_UNIQUE_NAME}SYSTEM01.DBF SYSTEM 770
{ORACLE_BASE}oradata{DB_UNIQUE_NAME}SYSAUX01.DBF SYSAUX 660
{ORACLE_BASE}oradata{DB_UNIQUE_NAME}UNDOTBS01.DBF UNDOTBS1 725
{ORACLE_BASE}oradata{DB_UNIQUE_NAME}USERS01.DBF USERS 5
{ORACLE_BASE}oradata{DB_UNIQUE_NAME}TEMP01.DBF TEMP 64
Control Files
Name
{ORACLE_BASE}oradata{DB_UNIQUE_NAME}control01.ctl
{ORACLE_BASE}fast_recovery_area{DB_UNIQUE_NAME}control02.ctl
Redo Log Groups
Group Size(K)
1 51200
2 51200
3 51200
The EM Database Express URL is https://computername:5500/em
Click on Password Management if you would like to unlock any of the system accounts. Usually not
needed to do, you may unlock and set password for the sample schemas such as HR, OE, etc.
Connect to the database using sqlplus to verify the database. Unlock the Sample Schemas to start using
them for demo purposes.
Click Start, select All Programs, then Oracle – OraDB12Home1, then Application Development, and
then SQL Plus.
Now you are ready to connect to the database as HR user and start playing with the tables.
Verify Enterprise Manager access using the URL provided by DBCA in the summary screen after database
creation.
Another tool to login to the database is SQL Developer, which is also installed by default along with 12c
Database Software Install.
Click Start, select All Programs, then Oracle – OraDB12Home1, then Application Development, and
then SQL Developer.
First time, a configuration screen appears asking the java location. I used the location installed by the
Oracle DB 12c software.
Click on the green “+” to add database connection information.
Enjoy the Oracle12c Database learning!

Más contenido relacionado

La actualidad más candente

Parallel Query on Exadata
Parallel Query on ExadataParallel Query on Exadata
Parallel Query on Exadata
Enkitec
 

La actualidad más candente (20)

AUSOUG Oracle Password Security
AUSOUG Oracle Password SecurityAUSOUG Oracle Password Security
AUSOUG Oracle Password Security
 
12 Things about Oracle WebLogic Server 12c
12 Things	 about Oracle WebLogic Server 12c12 Things	 about Oracle WebLogic Server 12c
12 Things about Oracle WebLogic Server 12c
 
RAC Attack 12c Installation Instruction
RAC Attack 12c Installation InstructionRAC Attack 12c Installation Instruction
RAC Attack 12c Installation Instruction
 
Security Best Practice: Oracle passwords, but secure!
Security Best Practice: Oracle passwords, but secure!Security Best Practice: Oracle passwords, but secure!
Security Best Practice: Oracle passwords, but secure!
 
Oracle Exadata Maintenance tasks 101 - OTN Tour 2015
Oracle Exadata Maintenance tasks 101 - OTN Tour 2015Oracle Exadata Maintenance tasks 101 - OTN Tour 2015
Oracle Exadata Maintenance tasks 101 - OTN Tour 2015
 
Looking at RAC, GI/Clusterware Diagnostic Tools
Looking at RAC,   GI/Clusterware Diagnostic Tools Looking at RAC,   GI/Clusterware Diagnostic Tools
Looking at RAC, GI/Clusterware Diagnostic Tools
 
Deploying SOA on the Oracle Database Appliance
Deploying SOA on the Oracle Database ApplianceDeploying SOA on the Oracle Database Appliance
Deploying SOA on the Oracle Database Appliance
 
GLOC 2014 NEOOUG - Oracle Database 12c New Features
GLOC 2014 NEOOUG - Oracle Database 12c New FeaturesGLOC 2014 NEOOUG - Oracle Database 12c New Features
GLOC 2014 NEOOUG - Oracle Database 12c New Features
 
Parallel Query on Exadata
Parallel Query on ExadataParallel Query on Exadata
Parallel Query on Exadata
 
Oracle and Docker
Oracle and DockerOracle and Docker
Oracle and Docker
 
Christo kutrovsky oracle rac solving common scalability problems
Christo kutrovsky   oracle rac solving common scalability problemsChristo kutrovsky   oracle rac solving common scalability problems
Christo kutrovsky oracle rac solving common scalability problems
 
Exadata database machine_x5-2
Exadata database machine_x5-2Exadata database machine_x5-2
Exadata database machine_x5-2
 
Obia with odi
Obia with odiObia with odi
Obia with odi
 
SOUG Day Oracle 21c New Security Features
SOUG Day Oracle 21c New Security FeaturesSOUG Day Oracle 21c New Security Features
SOUG Day Oracle 21c New Security Features
 
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
 
Exadata
ExadataExadata
Exadata
 
TechEvent 2019: Oracle PDB Isolation and Security; Stefan Oehrli - Trivadis
TechEvent 2019: Oracle PDB Isolation and Security; Stefan Oehrli - TrivadisTechEvent 2019: Oracle PDB Isolation and Security; Stefan Oehrli - Trivadis
TechEvent 2019: Oracle PDB Isolation and Security; Stefan Oehrli - Trivadis
 
SOUG PDB Security, Isolation and DB Nest 20c
SOUG PDB Security, Isolation and DB Nest 20cSOUG PDB Security, Isolation and DB Nest 20c
SOUG PDB Security, Isolation and DB Nest 20c
 
ODA X6-2 family
ODA X6-2 familyODA X6-2 family
ODA X6-2 family
 
An introduction into Oracle VM V3.x
An introduction into Oracle VM V3.xAn introduction into Oracle VM V3.x
An introduction into Oracle VM V3.x
 

Destacado (6)

Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
 
Collabion Charts for SharePoint
Collabion Charts for SharePointCollabion Charts for SharePoint
Collabion Charts for SharePoint
 
Mohamed -CV 2016
Mohamed -CV 2016 Mohamed -CV 2016
Mohamed -CV 2016
 
Cliente 12c
Cliente 12cCliente 12c
Cliente 12c
 
SQL: The one language to rule all your data
SQL: The one language to rule all your dataSQL: The one language to rule all your data
SQL: The one language to rule all your data
 
Predictive analytics: Mining gold and creating valuable product
Predictive analytics: Mining gold and creating valuable productPredictive analytics: Mining gold and creating valuable product
Predictive analytics: Mining gold and creating valuable product
 

Similar a Create non-cdb (traditional) oracle database 12c on windows

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
Anar Godjaev
 
Ob loading data_oracle
Ob loading data_oracleOb loading data_oracle
Ob loading data_oracle
Steve Xu
 

Similar a Create non-cdb (traditional) oracle database 12c on windows (20)

patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack
 
PHP Oracle
PHP OraclePHP Oracle
PHP Oracle
 
154090896 installation-of-oracle-database-12c
154090896 installation-of-oracle-database-12c154090896 installation-of-oracle-database-12c
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...
 
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
 
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
 
12c weblogic installation steps for Windows
12c weblogic installation steps for Windows12c weblogic installation steps for Windows
12c weblogic installation steps for Windows
 
Sql saturday oc 2019
Sql saturday oc 2019Sql saturday oc 2019
Sql saturday oc 2019
 
Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014
 
Odi 11g master and work repository creation steps
Odi 11g master and work repository creation stepsOdi 11g master and work repository creation steps
Odi 11g master and work repository creation steps
 
11g Identity Management - InSync10
11g Identity Management - InSync1011g Identity Management - InSync10
11g Identity Management - InSync10
 
Ob loading data_oracle
Ob loading data_oracleOb loading data_oracle
Ob loading data_oracle
 
Rdbms Practical file diploma
Rdbms Practical file diploma Rdbms Practical file diploma
Rdbms Practical file diploma
 
How to connect sql server to oracle server
How to connect sql server to oracle serverHow to connect sql server to oracle server
How to connect sql server to oracle server
 
ora_sothea
ora_sotheaora_sothea
ora_sothea
 
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)
 
The best Teradata RDBMS introduction a quick refresher
The best Teradata RDBMS introduction a quick refresherThe best Teradata RDBMS introduction a quick refresher
The best Teradata RDBMS introduction a quick refresher
 
Sql tuning
Sql tuningSql tuning
Sql tuning
 
0396 oracle-goldengate-12c-tutorial
0396 oracle-goldengate-12c-tutorial0396 oracle-goldengate-12c-tutorial
0396 oracle-goldengate-12c-tutorial
 

Más de Biju Thomas

Más de Biju Thomas (10)

Notes from #OOW19
Notes from #OOW19Notes from #OOW19
Notes from #OOW19
 
Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2
 
GLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
GLOC 2014 NEOOUG - R12 Upgrade Downtime ReductionGLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
GLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
 
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
 
OTech magazine article - Principle of Least Privilege
OTech magazine article - Principle of Least PrivilegeOTech magazine article - Principle of Least Privilege
OTech magazine article - Principle of Least Privilege
 
Install oracle database 12c software on windows
Install oracle database 12c software on windowsInstall oracle database 12c software on windows
Install oracle database 12c software on windows
 
2008 Collaborate IOUG Presentation
2008 Collaborate IOUG Presentation2008 Collaborate IOUG Presentation
2008 Collaborate IOUG Presentation
 
2009 Collaborate IOUG Presentation
2009 Collaborate IOUG Presentation2009 Collaborate IOUG Presentation
2009 Collaborate IOUG Presentation
 
2011 Collaborate IOUG Presentation
2011 Collaborate IOUG Presentation2011 Collaborate IOUG Presentation
2011 Collaborate IOUG Presentation
 
2013 Collaborate - OAUG - Presentation
2013 Collaborate - OAUG - Presentation2013 Collaborate - OAUG - Presentation
2013 Collaborate - OAUG - Presentation
 

Último

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
giselly40
 

Último (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
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...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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
 
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
 
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
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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...
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Create non-cdb (traditional) oracle database 12c on windows

  • 1. Create Non-CDB Oracle Database 12c on Windows Oracle documentation to create a database… http://docs.oracle.com/cd/E16655_01/server.121/e17643/install.htm#CHDGJGHB Invoke DBCA: Click Start, select All Programs, then Oracle – OraDB12Home1, then Configuration and Migration Tools, and then Database Configuration Assistant. Click Yes.
  • 2. Click Next. Click Help button in any screen to get context sensitive help. Few of the help screens are shown here.
  • 3.
  • 4. Choosing the “Default Configuration” is easy and quick way to create a database. To install Container Database, the “Create as Container Database” checkbox must be checked.
  • 5.
  • 6. Create Database - Summary Database Configuration Summary Global Database Name: o12c01 Database Configuration Type: Single Instance SID: o12c01 Create As Container Database No Storage Type: File System Memory Configuration Type: Automatic Shared Memory Management Template Name: General Purpose or Transaction Processing Database Configuration Details Database Components Component Selected Oracle JVM true
  • 7. Oracle Text true Oracle Multimedia true Oracle OLAP true Oracle Spatial true Oracle Label Security true Sample Schemas false Oracle Application Express true Oracle Database Vault true Oracle Database Extensions for .NET true Initialization Parameters Name Value audit_file_dest {ORACLE_BASE}admin{DB_UNIQUE_NAME}adump audit_trail db compatible 12.1.0.0.0 db_block_size 8KB db_create_file_dest {ORACLE_BASE}oradata db_domain db_name o12c01 db_recovery_file_dest {ORACLE_BASE}fast_recovery_area db_recovery_file_dest_size 6930MB diagnostic_dest {ORACLE_BASE} dispatchers (PROTOCOL=TCP) (SERVICE={SID}XDB) open_cursors 300 pga_aggregate_target 806MB processes 300 remote_login_passwordfile EXCLUSIVE sga_target 2419MB undo_tablespace UNDOTBS1 Character Sets Name Value Database Character Set AL32UTF8 National Character Set AL16UTF16 Data Files Name Tablespace Size(M)
  • 8. <OMF_SYSTEM _DATAFILE> SYSTEM 770 <OMF_SYSAUX _DATAFILE> SYSAUX 660 <OMF_UNDOTBS1 _DATAFILE> UNDOTBS1 725 <OMF_USERS _DATAFILE> USERS 5 <OMF_TEMP _TEMPFILE> TEMP 64 Redo Log Groups Group Size(K) 1 51200 2 51200 3 51200 Let’s change to “Advanced Mode” and see the difference in DB Creation screens… In this demo, I am not changing any defaults, but screens are to show you the options available.
  • 9. Click show details to see what products are installed in the pre-configured database…
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20. Check the “Sample Schemas” checkbox. This will install the HR and other sample schemas and tables with data to practice SQL.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28. Create Database - Summary Database Configuration Summary Global Database Name: o12c01 Database Configuration Type: Single Instance SID: o12c01 Create As Container Database No Storage Type: File System Memory Configuration Type: Automatic Shared Memory Management Template Name: General Purpose or Transaction Processing Database Configuration Details Database Components Component Selected Oracle JVM true
  • 29. Oracle Text true Oracle Multimedia true Oracle OLAP true Oracle Spatial true Oracle Label Security true Sample Schemas true Oracle Application Express true Oracle Database Vault true Oracle Database Extensions for .NET true Initialization Parameters Name Value audit_file_dest {ORACLE_BASE}admin{DB_UNIQUE_NAME}adump audit_trail db compatible 12.1.0.0.0 control_files ("{ORACLE_BASE}oradata{DB_UNIQUE_NAME}control01.ctl", "{ORACLE_BASE}fast_recovery_area{DB_UNIQUE_NAME}control02.ctl" ) db_block_size 8KB db_domain db_name o12c01 db_recovery_file_dest {ORACLE_BASE}fast_recovery_area db_recovery_file_dest_siz e 6930MB diagnostic_dest {ORACLE_BASE} dispatchers (PROTOCOL=TCP) (SERVICE={SID}XDB) open_cursors 300 pga_aggregate_target 728MB processes 300 remote_login_passwordfile EXCLUSIVE sga_target 2048MB undo_tablespace UNDOTBS1 Character Sets Name Value Database Character Set AL32UTF8 National Character Set AL16UTF16 Data Files
  • 30. Name Tablespace Size(M) {ORACLE_BASE}oradata{DB_UNIQUE_NAME}SYSTEM01.DBF SYSTEM 770 {ORACLE_BASE}oradata{DB_UNIQUE_NAME}SYSAUX01.DBF SYSAUX 660 {ORACLE_BASE}oradata{DB_UNIQUE_NAME}UNDOTBS01.DBF UNDOTBS1 725 {ORACLE_BASE}oradata{DB_UNIQUE_NAME}USERS01.DBF USERS 5 {ORACLE_BASE}oradata{DB_UNIQUE_NAME}TEMP01.DBF TEMP 64 Control Files Name {ORACLE_BASE}oradata{DB_UNIQUE_NAME}control01.ctl {ORACLE_BASE}fast_recovery_area{DB_UNIQUE_NAME}control02.ctl Redo Log Groups Group Size(K) 1 51200 2 51200 3 51200
  • 31.
  • 32.
  • 33. The EM Database Express URL is https://computername:5500/em Click on Password Management if you would like to unlock any of the system accounts. Usually not needed to do, you may unlock and set password for the sample schemas such as HR, OE, etc.
  • 34.
  • 35. Connect to the database using sqlplus to verify the database. Unlock the Sample Schemas to start using them for demo purposes. Click Start, select All Programs, then Oracle – OraDB12Home1, then Application Development, and then SQL Plus.
  • 36. Now you are ready to connect to the database as HR user and start playing with the tables.
  • 37. Verify Enterprise Manager access using the URL provided by DBCA in the summary screen after database creation.
  • 38.
  • 39. Another tool to login to the database is SQL Developer, which is also installed by default along with 12c Database Software Install. Click Start, select All Programs, then Oracle – OraDB12Home1, then Application Development, and then SQL Developer. First time, a configuration screen appears asking the java location. I used the location installed by the Oracle DB 12c software.
  • 40. Click on the green “+” to add database connection information.
  • 41. Enjoy the Oracle12c Database learning!