Mô tả

Hello there,

Welcome to the Full Oracle Database Administration with RAC course.

Learn Oracle Database Administration, 12C R2 RAC Administration, Oracle Backup and Recovery concepts in this course

We prepared this course of Oracle Database which includes not only database administration but also RAC (Real Application Clusters). While preparing the course, we first covered the basic issues of database management.  Then you will find a detailed explanation of Backup and Recovery concepts in Oracle as a part of database administration. Oracle database administration, oracle rac, oracle dba, rac, oracle, database administration, oracle database, oracle rac 12c, oracle 19c database administration, oracle 12c database administration, oracle golden gate, oracle 12c rac, oracle administration

Backup and recovery is a life-saving topic for DBAs so we tried to explain this topic as detailed as possible. Finally, you will see the administration of the RAC database system.  You can run two or more servers on a database as if one server by using RAC.  You will set up a two-node cluster database during the course. Then you will see many hands-on practices to administer the RAC environment.
Oracle Database is an enterprise database that can handle online transaction processing needs, as well as data warehousing and workloads for enterprise resource planning (ERP). Oracle DB was designed to be a flexible way to handle large applications and massive amounts of structured data.
In this course, you will learn everything with hands-on practices.  I'll also teach you the best practices and shortcuts. All my students will have a chance to learn not only the whats but also learn the whys and hows.

One of the things you will learn in this course Recovery Manager (RMAN) is an Oracle Database client that performs backup and recovery tasks on your databases and automates the administration of your backup strategies. It greatly simplifies backing up, restoring, and recovering database files.

RMAN also reduces the administration work associated with your backup strategy. RMAN keeps an extensive record of metadata about backups, archived logs, and its own activities, known as the RMAN repository. In restore operations, RMAN can use this information to eliminate the need for you to identify backup files for use in restores in most situations. You can also generate reports of backup activity using the information in the repository.

Fresh Content

Oracle is a unique technology that provides high availability and scalability for all application types. It prevents the server from being a single point of failure. But DBAs also should aware of the recent development and it’s no secret how technology is advancing at a rapid rate. New tools are released every day, Oracle updates its system, and it’s crucial to stay on top of the latest knowledge. With this course, you will always have a chance to follow the latest trends.


In this course you will learn;

  • Downloading Oracle Software,

  • Database and RDBMS Concepts,

  • DML ( Data Manipulating Language ) and TCL ( Transaction Control Language ),

  • Retrieving Data,

  • Restricting And Sorting Data,

  • Using Single-Row Functions and Customize Output,

  • Using Conversion Functions and Conditional Expressions,

  • Reporting Aggregated Data Using The Group Functions,

  • Defining Table Joins and Displaying Data from Multiple Tables,

  • Using Subqueries,

  • Using The Set Operators,

  • Schema Objects And Managing Schema,

  • Controlling User Access,

  • Manipulating Large Data Sets

  • What is RAC ( Real Application Cluster )

  • Installing Oracle Virtualbox

  • Setting Up Oracle Enterprise Linux

  • Installing Oracle Software

  • Oracle RAC

  • Creating Virtual Machines

  • Installing Oracle RAC Database to VMs

  • Installing Grid Infrastructure, Database Software, and Creating Database

  • Administer Database Instances and Cluster Databases

  • Oracle RAC One Node

  • How to Convert RAC Database to RAC One Node

  • Workload Management

  • Monitoring Performance

  • Design and Deployment Techniques

  • Cloning Oracle RAC

  • Managing backup, and restoring cluster database

  • Add and Delete Node From Cluster

  • Backup and recovery concepts in Oracle

  • Setting up the laboratory environment

  • Creating and managing the recovery catalog

  • Using flashback Technologies in Oracle

  • Backing up the database

  • Reporting on RMAN operations.

  • Managing RMAN backups

  • Using Data Recovery Advisor of Oracle

  • Restoring and recovering database and database objects.

  • The point-in-time recovery concept in Oracle will be crystal clear for you.

  • Managing Physical Standby Database

  • Basic usage of Data Guard Broker Utility

  • Creating and managing snapshot databases

  • Switchover and failover operations on physical standby database via both SQLPlus and Data Guard Broker

  • Creating Far Sync Instance

  • Configuring primary and standby databases for far sync instance

  • Creating Logical Standby database

  • Managing Logical Standby database

  • Switchover and failover operations on logical standby database via both SQLPlus and Data Guard Broker

Why would you want to take this course?

Our answer is simple: The quality of teaching.

When you enroll, you will feel the OAK Academy`s seasoned developers' expertise.

No Previous Knowledge is needed!

This course will take you from a beginner to a more experienced level.

If you are new to Oracle Database or have no idea about what a DBA does no problem, you will learn anything you need to start Oracle Database.

If you are a DBA or familiar with the Oracle Database / Oracle SQL  and you just need a refresher, you are also in the right place. You will learn step by step with hands-on examples.

What is oracle SQL?

SQL stands for Structured Query Language—the language developers use to interact with databases to create, read, update, and delete database records and manage other aspects of those databases. ANSI created the standard for SQL. Many database vendors, like Oracle, expand on this standard to create their version of the language. Oracle SQL is compliant with ANSI SQL standards, with features designed specifically for the Oracle database management system. This RDBMS was released as the first commercially available relational database management system in 1977 and holds the top market share worldwide for relational database management systems. Oracle SQL extends the SQL standard with a procedural language PL/SQL and adds the ability to use the Java programming language.

What careers use Oracle SQL?

Having Oracle SQL skills can add value to many careers. The most obvious is being a database administrator in enterprises that use the Oracle database management system. But SQL dialects are pretty similar, and knowledge of Oracle SQL can apply to many types of relational databases and doesn't limit you to Oracle. Database developers also use Oracle SQL all day long to create new databases and table structures. Most applications require a database to function, so software engineers and web developers also use Oracle SQL frequently. Data scientists must access data to create machine learning models and find trends, and a lot of this data will get stored in databases that require a knowledge of SQL to retrieve and transform. Business analysts also use Oracle SQL to generate reports that help businesses get to their next stage.

What skills should I have before learning Oracle SQL?

There are no prerequisites to learning Oracle SQL. Oracle SQL has a simpler syntax than many standard programming languages and reads almost like English. Most people can understand what a SQL query is trying to do before they even know the language. All you need is an interest in the language and a commitment to learning. That said, some things could help with your Oracle SQL education if you are already familiar with them. If you are familiar with Excel spreadsheets and understand how columns and rows work, you can apply that knowledge to Oracle database tables. It also helps to know at least the concepts of how a relational database management system works. Also, if you already know a programming language, that will help learn Oracle's extended features like PL/SQL.

Video and Audio Production Quality

All our content is created/produced as high-quality video/audio to provide you the best learning experience.

You will be,

  • Seeing clearly

  • Hearing clearly

  • Moving through the course without distractions

You'll also get:

  • Lifetime Access to The Course

  • Fast & Friendly Support in the Q&A section

  • Udemy Certificate of Completion Ready for Download

Dive in now!

We offer full support, answering any questions.

See you in the course!

Bạn sẽ học được gì

We prepared this course of Oracle Database which includes not only database administration but also RAC (Real Application Clusters).

Creating Tables in Oracle Database Administration

You would be able to install the necessary Oracle Software/Database

Creating and Starting Oracle Database

Creating A New Database User

Database Concepts And Fundamentals

Inserting, Updating and Deleting Data In The Table

Retrieving Data From Table

Retrieving Data From Table

Filtering Result Set in Oracle Database Administration

Using Ampersand Subtition To Make More Dynamic Queries

Single Row Functions

Reporting Aggregated Data

Table Joins

Using Subqueries

Exists And Not Exists

Using Set Operators

To convert RAC database to RAC One Node and administer it

What is Real Application Cluster?

Install Grid Infrastructure, Database Software and Create database

Administer Database Instances and Cluster Databases

While preparing the course, we first covered the basic issues of database management.  Then you will find a detailed explanation of Backup and Recovery concepts

Design and Deployment Techniques

Backup and recovery concepts in Oracle

Setting up the laboratory environment

Creating and managing recovery catalog

Using flashback Technologies in Oracle

Data Guard Administration for Oracle 12C R2

Switchover and Failover Operations on Physical Standby Database via both SQLPlus and Data Guard Broker

Configuring Primary and Standby Databases for far sync Instance

Oracle Database is an enterprise database that can handle online transaction processing needs, as well as data warehousing and workloads for ERP

Oracle DB was designed to be a flexible way to handle large applications and massive amounts of structured data.

SQL stands for Structured Query Language—the language developers use to interact with databases to create, read, update, and delete database records

ANSI created the standard for SQL. Many database vendors, like Oracle, expand on this standard to create their version of the language.

Oracle SQL is compliant with ANSI SQL standards, with features designed specifically for the Oracle database management system.

Oracle SQL extends the SQL standard with a procedural language PL/SQL and adds the ability to use the Java programming language.

Having Oracle SQL skills can add value to many careers. The most obvious is being a database administrator in enterprises that use the Oracle databasemanagement

Business analysts also use Oracle SQL to generate reports that help businesses get to their next stage.

Yêu cầu

  • At least 12 GB memory, 120 GB of free disk space and internet connection
  • Basic Computer Use Knowledge with (Win7/8/10)
  • Desire to learn Oracle Database
  • Desire to learn Oracle database administration
  • Desire to learn Oracle DBA
  • Desire tolearn Oracle Rac
  • Desire to learn Oracle RAC 12c
  • LIFETIME ACCESS, course updates, new content, anytime, anywhere, on any device
  • Nothing else! It’s just you, your computer and your ambition to get started today

Nội dung khoá học

50 sections

Getting Started to Oracle DBA

5 lectures
What We Will Learn in Oracle DBA Sections?
03:33
Let's See What We Will Cover In This RMAN Course
04:54
What We Will Learn in Oracle RAC Sections?
02:55
Project Files and Course Documents Oracle Database Administration DBA
00:05
FAQ about Oracle Database Administration DBA, Oracle Database
01:54

Setting Up Oracle database administration, oracle rac

10 lectures
Download Virtualbox Oracle Database Administration DBA, Oracle RAC
00:54
Download Linux Oracle Database Administration DBA, Oracle RAC
03:39
Download Oracle Software
01:20
Extracting Files Oracle Database Administration DBA, Oracle RAC
00:29
Installing Oracle 12c Database
03:59
Startup Instance on Windows Oracle Database Administration DBA, Oracle RAC
03:23
Shutdown Instance Oracle Database Administration DBA, Oracle RAC
03:00
Make SQL Developer Run Faster
01:48
Oracle Live SQL
03:42
quiz
2 questions

Installation of Oracle Database on Linux

7 lectures
Install Virtualbox Oracle Database Administration DBA, Oracle RAC
01:35
Create Virtual Machine
01:09
Install Linux
08:11
Prerequests Oracle Database Administration DBA, Oracle RAC
11:02
Oracle Software Installation For Linux
06:31
Create Database For Linux
02:59
quiz
3 questions

After Installations Oracle Database Administration DBA, Oracle RAC

3 lectures
Startup & Shutdown Instance From Client
05:34
Connect Database From Client Oracle Database Administration DBA, Oracle RAC
01:20
quiz
3 questions

Database and RDBMS Concepts Oracle Database Administration DBA, Oracle RAC

2 lectures
Learn Data, Database and RDBMS Concepts
16:08
quiz
3 questions

DDL (Data Definition Language)

10 lectures
What is DDL?
00:57
Connect and Start to Create Objects
03:34
Create Tablespace Oracle Database Administration DBA
01:37
Create User Oracle Database Administration DBA
01:40
Create Table
03:31
Create Synonym
02:22
Alter Objects
03:30
Drop Objects
03:13
Section Practice
03:51
quiz
3 questions

DML (Data Manipulating Language) and TCL (Transaction Control Language)

5 lectures
DML and TCL
01:02
Insert Data to Table
04:55
Update Table Data
04:27
Delete from Table
05:32
quiz
3 questions

Retrieving, Restricting and Reporting Data

16 lectures
Basic Select Statement
17:23
"Like" Operator
04:32
Sorting Data
05:11
Limiting The Resultset
06:15
Single Row Operators
03:49
Single Row Functions
17:30
Conversion Functions
13:48
Using Group Functions
10:40
Restricting Reported Data
02:15
Joining Tables
30:10
Using Subqueries
21:54
Exists And Not Exists
03:41
"With" Clause
03:50
Using The Set Operators
07:32
What We Have Learned?
04:40
quiz
3 questions

Schema Objects And Managing Schema

4 lectures
Schema Objects With SQL Developer
53:02
Using Dictionary Views To Manage Schema
05:43
What We Have Learned In This Section?
01:14
quiz
3 questions

Controlling User Access

3 lectures
Controlling User Access
13:49
Section Summary
00:44
quiz
2 questions

Manipulating Large Data Sets

3 lectures
Manipulating Large Data Sets
15:41
Section Summary
01:19
quiz
2 questions

Homework

1 lectures
Be Ready For The Homework
04:06

Installation for Backup and Recovery Using RMAN

7 lectures
Prerequisites
11:02
Oracle Software Installation
07:19
Clone Virtual Machine
05:00
Create Primary Database
02:59
Create Catalog Database
02:40
Create Sample Data
04:33
quiz
2 questions

Intro to Backup and Recovery

2 lectures
Introduction to Backup and Recovery
20:32
quiz
2 questions

Starting and Interacting with the RMAN Client

2 lectures
Starting and Interacting with the RMAN Client
03:58
quiz
2 questions

Create Recovery Catalog

2 lectures
Create Recovery Catalog
16:54
quiz
2 questions

Flashback Database and Restore Points

3 lectures
Flashback Database and Restore Points Presentation
07:25
Flashback Database and Restore Points
24:52
quiz
2 questions

Backup Database

5 lectures
Backup Database Concepts
19:20
Backup Database
36:50
Backup Database - Advanced Topics
32:25
Quiz oracle database administration
1 question
Quiz oracle database administration dba
1 question

Reporting on RMAN Operations

2 lectures
Reporting on RMAN Operations
31:55
quiz
2 questions

Maintaining RMAN Backups and Repository Records

3 lectures
Maintaining RMAN Backups and Repository Records Presentation
04:24
Maintaining RMAN Backups and Repository Records
30:45
quiz
2 questions

Managing Recovery Catalog

3 lectures
Managing Recovery Catalog Presentation
04:09
Managing Recovery Catalog
16:20
quiz
2 questions

Data Repair Concepts

3 lectures
Data Repair Concepts
07:29
Data Recovery Advisor
11:07
quiz
2 questions

Validating Database Files and Backups

2 lectures
Validating Database Files and Backups
05:54
quiz
2 questions

Performing Complete Database Recovery

5 lectures
Performing Datafile Recovery
06:00
Performing Tablespace Recovery
05:59
Performing PDB Recovery
04:50
Performing Database Recovery
06:46
quiz
2 questions

Performing Point-in-Time Recovery

3 lectures
Database Point In Time Recovery
15:00
Tablespace Point In Time Recovery
14:01
Quiz Oracle, oracle sql, oracle database administration, oracle dba
2 questions

Performing Block Media Recovery

2 lectures
Performing Block Media Recovery
06:30
quiz
2 questions

What We Have Learned In This RMAN Course?

1 lectures
Let's Wrap Up What We Covered In This RMAN Course
03:50

Introduction to Oracle RAC (Real Application Cluster)

2 lectures
Intro to RAC
09:30
quiz
2 questions

Setting Up The Oracle Database Environment

10 lectures
Create Virtual Machine for Oracle
03:31
Install Guest Operating System for Oracle
09:50
Install Grid Prerequisites Part1
03:53
Install Grid Prerequisites Part2
10:45
Clone Virtual Machine
06:17
Create Shared Disk
06:14
Install Grid Infrastructure
10:48
Install Database Software
05:36
Create Database in Oracle Database Administration
09:31
quiz
2 questions

Administration of Oracle RAC

7 lectures
Start Crs
04:06
Start Database
04:45
Stop Database & CRS
07:59
Disable CRS
04:46
Add & Delete Service
06:52
Kill a Session & Set Spfile Parameter
04:47
quiz
2 questions

RAC One Node

2 lectures
Administration of RAC One Node
09:35
quiz
2 questions

Workload Management

2 lectures
Workload Management
07:00
quiz
2 questions

Monitoring Performance

2 lectures
Monitoring Performance
06:38
quiz
2 questions

Design & Deployment Techniques

3 lectures
Design & Deployment Techniques
03:56
Clone Oracle RAC
02:13
quiz
2 questions

Managing Backup & Recovery

4 lectures
Introduction to Recevery & RMAN
03:18
Backup Database
09:08
Restore Database
13:16
quiz
2 questions

Add & Delete Node

3 lectures
Add Node to Cluster
10:07
Delete Node from Cluster
07:54
quiz
2 questions

Tips & Tricks

5 lectures
First Controls of Day
06:35
Monthly Controls
07:54
Useful Scripts Usage
04:16
Opatch-AWR-ASH
05:30
ORA Errors Solutions
07:06

What We Have Learned?

1 lectures
What We Have Learned?
01:26

Let's Start to Learn Oracle Data Guard

5 lectures
What is Oracle Data Guard?
17:22
Understanding the Oracle Data Guard Administration
19:00
Redo Transport Services
06:07
Apply Services
02:44
quiz
1 question

Downloads Oracle Data Guard

3 lectures
Download Virtualbox in Oracle Data Guard
00:54
Download Oracle Linux in Oracle Data Guard
03:39
Download Oracle Software in Oracle Data Guard
01:20

Installations

8 lectures
Install Virtualbox in Oracle Data Guard
01:35
Create Virtual Machine in Oracle Data Guard
01:27
Install Guest Operating System in Oracle Data Guard
08:11
Install Prerequisites in Oracle Data Guard
11:02
Install Oracle Software in Oracle Data Guard
07:19
Clone Virtual Machine in Oracle Data Guard
04:30
Create Database in Oracle Data Guard
02:59
quiz
2 questions

Creating Physical Standby

3 lectures
Creating Physical Standby Presentation
09:24
Creating Physical Standby Practice
33:31
quiz
2 questions

Managing Physical Standby

2 lectures
Managing Physical Standby
32:04
quiz
2 questions

Managing Snapshot Database

2 lectures
Managing Snapshot Database
08:06
quiz
2 questions

Role Transitions on Physical Standby

4 lectures
Role Transitions Presentation
04:15
Switchover on Physical Standby
19:04
Failover on Physical Standby
18:25
quiz
2 questions

Far Sync Instance

3 lectures
What is Far Sync Instance?
08:50
Far Sync Instance Practice
37:30
quiz
2 questions

Creating Logical Standby

3 lectures
Creating Logical Standby
04:50
Creating Logical Standby Practice
10:59
quiz
2 questions

Managing Logical Standby

2 lectures
Managing Logical Standby
24:54
quiz
2 questions

Role Transitions on Logical Standby

3 lectures
Switchover on Logical Standby
08:01
Failover on Logical Standby
15:58
quiz
2 questions

Extra

1 lectures
Full Oracle Database Administration with RAC
00:11

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.