SlideShare a Scribd company logo
1 of 7
Download to read offline
ORACLE CORE DBA COURSE CONTENT 
Overview of the Oracle Core DBA 
 Introduction (Database Architecture) 
 Describe course objectives 
 Explore the Oracle 10g database architecture 
 Installing the Oracle Database Software 
 Explain core DBA tasks and tools 
 Plan an Oracle installation 
 Use optimal flexible architecture 
 Install software with the Oracle Universal Installer (OUI) 
 Creating an Oracle Database 
 Create a database with the Database Configuration Assistant (DBCA) 
 Create a database design template with the DBCA 
 Generate database creation scripts with the DBCA 
 Managing the Oracle Instance 
 Start and stop the Oracle database and components 
 Use Enterprise Manager (EM) 
 Access a database with SQL*Plus and iSQL*Plus 
 Modify database initialization parameters 
 Understand the stages of database startup 
 View the Alert log 
 Use the Data Dictionary 
 Managing Database Storage Structures 
 Describe table data storage (in blocks) 
 Define the purpose of tablespaces and data files 
 Understand and utilize Oracle Managed Files (OMF) 
 Create and manage tablespaces 
 Obtain tablespace information 
 Describe the main concepts and functionality of 
Automatic Storage Management (ASM) 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
INDIA Trainingicon USA 
Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
 
 Administering User Security 
 Create and manage database user accounts 
 Authenticate users 
 Assign default storage areas (tablespaces) 
 Grant and revoke privileges 
 Create and manage roles 
 Create and manage profiles 
 Implement standard password security features 
 Control resource usage by users 
Managing Schema Objects 
 
 Define schema objects and data types 
 Create and modify tables 
 Define constraints 
 View the columns and contents of a table 
 Create indexes, views and sequences 
 Explain the use of temporary tables 
 Use the Data Dictionary 
 Manage data through SQL 
 Monitor and resolve locking conflicts 
Managing Undo Data 
 
 Explain DML and undo data generation 
 Monitor and administer undo 
 Describe the difference between undo and redo data 
 Configure undo retention 
 Guarantee undo retention 
 Use the undo advisor 
 Implementing Oracle Database Security 
 Describe DBA responsibilities for security 
 Apply the principal of least privilege 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
INDIA Trainingicon USA 
Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
 Enable standard database auditing 
 Specify audit options 
 Review audit information 
 Maintain the audit trail 
Incomplete Recovery 
 
 Recovery Steps 
 Server and User Managed Recovery commands 
 Recovering a Control File Autobackup 
 Creating a New Control File 
 Incomplete Recovery Overview 
 Incomplete Recovery Best Practices 
 Simplified Recovery Through RESETLOGS 
 Point-in-time recovery using RMAN 
Flashback 
 
 Flashback Database Architecture 
 Configuring and Monitoring Flashback Database 
 Backing Up the Flash Recovery Area 
 Using V$FLASH_RECOVERY_AREA_USAGE 
 Flashback Database Considerations 
 Using the Flashback Database RMAN interface 
 Using Flashback Database EM Interface 
Managing and monitoring Flashback Database operations 
 
 Dealing with Database Corruption 
 Block Corruption Symptoms: ORA-1578 
 DBVERIFY Utility and the ANALYZE command 
 Initialization parameter DB_BLOCK_CHECKING 
 Segment Metadata Dump and Verification 
 Using Flashback for Logical Corruption and using DBMS_REPAIR 
 Block Media Recovery 
 RMAN BMR Interface 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
INDIA Trainingicon USA 
Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
 Dumping and Verifying Segment Metadata 
 Monitoring and Managing Storage I 
 Database Storage Structures 
 Space Management Overview 
 Oracle-Managed Files (OMF) 
 Row Chaining and Migrating 
 Proactive Tablespace Monitoring 
 Managing Resumable Space Allocation 
 SYSAUX Tablespace 
 Monitoring table and index space usage 
 Monitoring and Managing Storage II 
 Automatic Undo Management 
 Redo Log Files 
 Table Types 
 Partitioned Tables 
 Index-Organized Tables (IOT) 
 Managing index space with SQL 
 Configure optimal redo log file size 
 View Automatic Tuning of Undo Retention― 
 VLDB Support 
 Creating Big file Table spaces 
 Packages and data dictionary changes to support VLDB 
 Creating and maintaining temporary table space groups (TTG) 
 Partitioning and Partitioned Indexes 
 Skipping unusable indexes 
 DML Error Logging 
 Interpreting Big file ROWIDs 
 Automating Tasks with the Scheduler 
 Scheduler Concepts 
 Creating a Job Class and a Window 
 Managing Jobs, Programs, Chains, Events, Schedules, priority 
 Viewing and Purging Job Logs 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
INDIA Trainingicon USA 
Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
 Creating a program and a schedule 
 Creating a job that uses a program and a schedule 
Configuring the Oracle Network Environment 
 
 Create additional listeners 
 Create Net Service aliases 
 Configure connect-time failover 
 Control the Oracle Net Listener 
 Test Oracle Net connectivity 
 Identify when to use shared versus dedicated servers 
 Backup and Recovery Concepts 
 Identify the types of failure that may occur in an Oracle Database 
 Describe ways to tune instance recovery 
 Identify the importance of checkpoints, redo log files, and archived log files 
 Configure ARCHIVELOG mode 
 Performing Database Backups 
 Create consistent database backups 
 Back your database up without shutting it down 
 Create incremental backups 
 Automate database backups 
 Monitor the flash recovery area 
 Performing Database Recovery 
 Recover from loss of a control file 
 Recover from loss of a redo log file 
 Perform complete recovery following the loss of a data file 
 Performing Flashback 
 Describe Flashback database 
 Restore the table content to a specific point in the past with Flashback Table 
 Recover from a dropped table 
 View the contents of the database as of any single point in time with 
Flashback Query 
 See versions of a row over time with Flashback Versions Query 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
INDIA Trainingicon USA 
Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
 View the transaction history of a row with Flashback Transaction Query 
 Moving Data 
 Describe available ways for moving data 
 Create and use directory objects 
 Use SQL*Loader to load data from a non-Oracle database (or user files) 
 Explain the general architecture of Data Pump 
 Use Data Pump Export and Import to move data between Oracle databases 
 Use external tables to move data via platform-independent files 
 Configuring Recovery Manager 
 Recovery Manager Features and Components 
 Using a Flash Recovery Area with RMAN 
 Configuring RMAN 
 Control File Autobackups 
 Retention Policies and Channel Allocation 
 Using Recovery Manager to connect to a target database in default 
NOCATALOG mode 
 Displaying the current RMAN configuration settings 
 Altering the backup retention policy for a database 
 Altering the program and schedule for the job and observing the behavior 
change of the job 
 Monitoring job runs 
Using Recovery Manager 
 
 RMAN Command Overview 
 Parallelization of Backup Sets 
 Compressed Backups 
 Image Copy 
 Whole Database and Incremental Backups 
 LIST and REPORT commands 
 Enable ARCHIVELOG mode for the database 
 Use Recovery Manager 
 Recovering from Non-critical Losses 
 Recovery of Non-Critical Files 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
INDIA Trainingicon USA 
Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
 Creating New Temporary Tablespace 
 Recreating Redo Log Files, Index Tablespaces, and Indexes 
 Read-Only Tablespace Recovery 
 Authentication Methods for Database Administrators 
 Loss of Password Authentication File 
 Creating a new temporary tablespace 
 Altering the default temporary tablespace for a database 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
INDIA Trainingicon USA 
Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864

More Related Content

What's hot

Oracle Flashback Query 3
Oracle Flashback Query 3Oracle Flashback Query 3
Oracle Flashback Query 3grogers1124
 
Ensuring Data Protection Using Oracle Flashback Features - Presentation
Ensuring Data Protection Using Oracle Flashback Features - PresentationEnsuring Data Protection Using Oracle Flashback Features - Presentation
Ensuring Data Protection Using Oracle Flashback Features - PresentationPini Dibask
 
Oracle-L11 using Oracle flashback technology-Mazenet solution
Oracle-L11 using  Oracle flashback technology-Mazenet solutionOracle-L11 using  Oracle flashback technology-Mazenet solution
Oracle-L11 using Oracle flashback technology-Mazenet solutionMazenetsolution
 
Backup and Recovery Procedure
Backup and Recovery ProcedureBackup and Recovery Procedure
Backup and Recovery ProcedureAnar Godjaev
 
Oracle backup and recovery
Oracle backup and recoveryOracle backup and recovery
Oracle backup and recoveryYogiji Creations
 
2013 Collaborate - OAUG - Presentation
2013 Collaborate - OAUG - Presentation2013 Collaborate - OAUG - Presentation
2013 Collaborate - OAUG - PresentationBiju Thomas
 
Ensuring Data Protection Using Oracle Flashback Features
Ensuring Data Protection Using Oracle Flashback FeaturesEnsuring Data Protection Using Oracle Flashback Features
Ensuring Data Protection Using Oracle Flashback FeaturesPini Dibask
 

What's hot (20)

Oracle Flashback Query 3
Oracle Flashback Query 3Oracle Flashback Query 3
Oracle Flashback Query 3
 
Ensuring Data Protection Using Oracle Flashback Features - Presentation
Ensuring Data Protection Using Oracle Flashback Features - PresentationEnsuring Data Protection Using Oracle Flashback Features - Presentation
Ensuring Data Protection Using Oracle Flashback Features - Presentation
 
Oracle-L11 using Oracle flashback technology-Mazenet solution
Oracle-L11 using  Oracle flashback technology-Mazenet solutionOracle-L11 using  Oracle flashback technology-Mazenet solution
Oracle-L11 using Oracle flashback technology-Mazenet solution
 
Les 07 rman_rec
Les 07 rman_recLes 07 rman_rec
Les 07 rman_rec
 
Les 03 catalog
Les 03 catalogLes 03 catalog
Les 03 catalog
 
Les 02 config
Les 02 configLes 02 config
Les 02 config
 
Backup and Recovery Procedure
Backup and Recovery ProcedureBackup and Recovery Procedure
Backup and Recovery Procedure
 
Oracle backup and recovery
Oracle backup and recoveryOracle backup and recovery
Oracle backup and recovery
 
Les 04 config_bu
Les 04 config_buLes 04 config_bu
Les 04 config_bu
 
Xpp b tspitr
Xpp b tspitrXpp b tspitr
Xpp b tspitr
 
Les 14 perf_db
Les 14 perf_dbLes 14 perf_db
Les 14 perf_db
 
Les 10 fl1
Les 10 fl1Les 10 fl1
Les 10 fl1
 
Why virtual private catalog?
Why virtual private catalog?Why virtual private catalog?
Why virtual private catalog?
 
Les 00 intro
Les 00 introLes 00 intro
Les 00 intro
 
2013 Collaborate - OAUG - Presentation
2013 Collaborate - OAUG - Presentation2013 Collaborate - OAUG - Presentation
2013 Collaborate - OAUG - Presentation
 
Les 05 create_bu
Les 05 create_buLes 05 create_bu
Les 05 create_bu
 
Les 20 dup_db
Les 20 dup_dbLes 20 dup_db
Les 20 dup_db
 
Les 18 space
Les 18 spaceLes 18 space
Les 18 space
 
Ensuring Data Protection Using Oracle Flashback Features
Ensuring Data Protection Using Oracle Flashback FeaturesEnsuring Data Protection Using Oracle Flashback Features
Ensuring Data Protection Using Oracle Flashback Features
 
Les 08 tune_rman
Les 08 tune_rmanLes 08 tune_rman
Les 08 tune_rman
 

Similar to ORACLE CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGsapcrmtraining
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGtraining3
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online trainingSanthosh Reddy
 
Orcale dba training
Orcale dba trainingOrcale dba training
Orcale dba trainingUgs8008
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabadunited global soft
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadUgs8008
 
Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...
Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...
Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...united global soft
 
Orcale dba Online training India
Orcale dba Online training IndiaOrcale dba Online training India
Orcale dba Online training Indiaunited global soft
 
Orcale DBA Online Training in India
Orcale DBA Online Training in IndiaOrcale DBA Online Training in India
Orcale DBA Online Training in Indiaunited global soft
 
Oracle DBA Online Training in India
Oracle DBA Online Training in IndiaOracle DBA Online Training in India
Oracle DBA Online Training in Indiaunited global soft
 
Oracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canadaOracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canadatrainingindians
 
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767trainingindians
 
OBIEE ONLINE TRAINING
 OBIEE ONLINE TRAINING OBIEE ONLINE TRAINING
OBIEE ONLINE TRAININGTRAINING ICON
 
ORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGSanthosh Sap
 

Similar to ORACLE CORE DBA ONLINE TRAINING (20)

ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online training
 
Oracle Database Administration 11g Course Content
Oracle Database Administration 11g Course ContentOracle Database Administration 11g Course Content
Oracle Database Administration 11g Course Content
 
Orcale dba training
Orcale dba trainingOrcale dba training
Orcale dba training
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabad
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabad
 
Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...
Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...
Oracle DBA Online Training in India,Oracle DBA Training in USA,Oracle DBA Tra...
 
Orcale dba Online training India
Orcale dba Online training IndiaOrcale dba Online training India
Orcale dba Online training India
 
Orcale DBA Online Training in India
Orcale DBA Online Training in IndiaOrcale DBA Online Training in India
Orcale DBA Online Training in India
 
Orcale dba training
Orcale dba trainingOrcale dba training
Orcale dba training
 
Orcale dba training
Orcale dba trainingOrcale dba training
Orcale dba training
 
Oracle DBA Online Training in India
Oracle DBA Online Training in IndiaOracle DBA Online Training in India
Oracle DBA Online Training in India
 
Less04 Instance
Less04 InstanceLess04 Instance
Less04 Instance
 
Oracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canadaOracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canada
 
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
 
OBIEE ONLINE TRAINING
 OBIEE ONLINE TRAINING OBIEE ONLINE TRAINING
OBIEE ONLINE TRAINING
 
SAS ONLINE TRAINING
SAS ONLINE TRAININGSAS ONLINE TRAINING
SAS ONLINE TRAINING
 
Sas online training
Sas online trainingSas online training
Sas online training
 
ORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAINING
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 

ORACLE CORE DBA ONLINE TRAINING

  • 1. ORACLE CORE DBA COURSE CONTENT Overview of the Oracle Core DBA  Introduction (Database Architecture)  Describe course objectives  Explore the Oracle 10g database architecture  Installing the Oracle Database Software  Explain core DBA tasks and tools  Plan an Oracle installation  Use optimal flexible architecture  Install software with the Oracle Universal Installer (OUI)  Creating an Oracle Database  Create a database with the Database Configuration Assistant (DBCA)  Create a database design template with the DBCA  Generate database creation scripts with the DBCA  Managing the Oracle Instance  Start and stop the Oracle database and components  Use Enterprise Manager (EM)  Access a database with SQL*Plus and iSQL*Plus  Modify database initialization parameters  Understand the stages of database startup  View the Alert log  Use the Data Dictionary  Managing Database Storage Structures  Describe table data storage (in blocks)  Define the purpose of tablespaces and data files  Understand and utilize Oracle Managed Files (OMF)  Create and manage tablespaces  Obtain tablespace information  Describe the main concepts and functionality of Automatic Storage Management (ASM) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INDIA Trainingicon USA Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
  • 2.   Administering User Security  Create and manage database user accounts  Authenticate users  Assign default storage areas (tablespaces)  Grant and revoke privileges  Create and manage roles  Create and manage profiles  Implement standard password security features  Control resource usage by users Managing Schema Objects   Define schema objects and data types  Create and modify tables  Define constraints  View the columns and contents of a table  Create indexes, views and sequences  Explain the use of temporary tables  Use the Data Dictionary  Manage data through SQL  Monitor and resolve locking conflicts Managing Undo Data   Explain DML and undo data generation  Monitor and administer undo  Describe the difference between undo and redo data  Configure undo retention  Guarantee undo retention  Use the undo advisor  Implementing Oracle Database Security  Describe DBA responsibilities for security  Apply the principal of least privilege ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INDIA Trainingicon USA Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
  • 3.  Enable standard database auditing  Specify audit options  Review audit information  Maintain the audit trail Incomplete Recovery   Recovery Steps  Server and User Managed Recovery commands  Recovering a Control File Autobackup  Creating a New Control File  Incomplete Recovery Overview  Incomplete Recovery Best Practices  Simplified Recovery Through RESETLOGS  Point-in-time recovery using RMAN Flashback   Flashback Database Architecture  Configuring and Monitoring Flashback Database  Backing Up the Flash Recovery Area  Using V$FLASH_RECOVERY_AREA_USAGE  Flashback Database Considerations  Using the Flashback Database RMAN interface  Using Flashback Database EM Interface Managing and monitoring Flashback Database operations   Dealing with Database Corruption  Block Corruption Symptoms: ORA-1578  DBVERIFY Utility and the ANALYZE command  Initialization parameter DB_BLOCK_CHECKING  Segment Metadata Dump and Verification  Using Flashback for Logical Corruption and using DBMS_REPAIR  Block Media Recovery  RMAN BMR Interface ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INDIA Trainingicon USA Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
  • 4.  Dumping and Verifying Segment Metadata  Monitoring and Managing Storage I  Database Storage Structures  Space Management Overview  Oracle-Managed Files (OMF)  Row Chaining and Migrating  Proactive Tablespace Monitoring  Managing Resumable Space Allocation  SYSAUX Tablespace  Monitoring table and index space usage  Monitoring and Managing Storage II  Automatic Undo Management  Redo Log Files  Table Types  Partitioned Tables  Index-Organized Tables (IOT)  Managing index space with SQL  Configure optimal redo log file size  View Automatic Tuning of Undo Retention―  VLDB Support  Creating Big file Table spaces  Packages and data dictionary changes to support VLDB  Creating and maintaining temporary table space groups (TTG)  Partitioning and Partitioned Indexes  Skipping unusable indexes  DML Error Logging  Interpreting Big file ROWIDs  Automating Tasks with the Scheduler  Scheduler Concepts  Creating a Job Class and a Window  Managing Jobs, Programs, Chains, Events, Schedules, priority  Viewing and Purging Job Logs ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INDIA Trainingicon USA Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
  • 5.  Creating a program and a schedule  Creating a job that uses a program and a schedule Configuring the Oracle Network Environment   Create additional listeners  Create Net Service aliases  Configure connect-time failover  Control the Oracle Net Listener  Test Oracle Net connectivity  Identify when to use shared versus dedicated servers  Backup and Recovery Concepts  Identify the types of failure that may occur in an Oracle Database  Describe ways to tune instance recovery  Identify the importance of checkpoints, redo log files, and archived log files  Configure ARCHIVELOG mode  Performing Database Backups  Create consistent database backups  Back your database up without shutting it down  Create incremental backups  Automate database backups  Monitor the flash recovery area  Performing Database Recovery  Recover from loss of a control file  Recover from loss of a redo log file  Perform complete recovery following the loss of a data file  Performing Flashback  Describe Flashback database  Restore the table content to a specific point in the past with Flashback Table  Recover from a dropped table  View the contents of the database as of any single point in time with Flashback Query  See versions of a row over time with Flashback Versions Query ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INDIA Trainingicon USA Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
  • 6.  View the transaction history of a row with Flashback Transaction Query  Moving Data  Describe available ways for moving data  Create and use directory objects  Use SQL*Loader to load data from a non-Oracle database (or user files)  Explain the general architecture of Data Pump  Use Data Pump Export and Import to move data between Oracle databases  Use external tables to move data via platform-independent files  Configuring Recovery Manager  Recovery Manager Features and Components  Using a Flash Recovery Area with RMAN  Configuring RMAN  Control File Autobackups  Retention Policies and Channel Allocation  Using Recovery Manager to connect to a target database in default NOCATALOG mode  Displaying the current RMAN configuration settings  Altering the backup retention policy for a database  Altering the program and schedule for the job and observing the behavior change of the job  Monitoring job runs Using Recovery Manager   RMAN Command Overview  Parallelization of Backup Sets  Compressed Backups  Image Copy  Whole Database and Incremental Backups  LIST and REPORT commands  Enable ARCHIVELOG mode for the database  Use Recovery Manager  Recovering from Non-critical Losses  Recovery of Non-Critical Files ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INDIA Trainingicon USA Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864
  • 7.  Creating New Temporary Tablespace  Recreating Redo Log Files, Index Tablespaces, and Indexes  Read-Only Tablespace Recovery  Authentication Methods for Database Administrators  Loss of Password Authentication File  Creating a new temporary tablespace  Altering the default temporary tablespace for a database ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INDIA Trainingicon USA Phone: +91-966-690-0051 Email: info@trainingicon.com | www.trainingicon.com Phone: +1-408-791-8864