Instructional Video8:18
Curated Video

Oracle Database Administration from Zero to Hero - Performing Incremental Backups (1 of 3)

Higher Ed
In this video, we will introduce the concept of incremental backups. You will understand the difference between differential and cumulative incremental backups and their significance in the backup strategy. This clip is from the chapter...
Instructional Video6:19
Curated Video

Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part II (1 of 3)

Higher Ed
In this video, we will focus on additional aspects of RMAN full backups. You will learn multiple options to backup control files and how to back up the SPFILE. This clip is from the chapter "Taking Backups in Oracle Databases" of the...
Instructional Video9:23
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Introducing RMAN

Higher Ed
In this practice video, you will have hands-on experience with RMAN. You will learn how to start RMAN, connect it to a target database, configure date and time formats, change persistent settings, and set the...
Instructional Video12:40
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Backup and Recovery

Higher Ed
In this video, we will explore the fundamentals of backup and recovery in Oracle databases. You will learn about different categories of data failure, understand the backup and recovery roadmap, and compare the available Oracle database...
Instructional Video10:46
Curated Video

Oracle Database Administration from Zero to Hero - Managing the Fast Recovery Area

Higher Ed
In this video, we will delve into the management of the Fast Recovery Area (FRA). You will learn about the purpose of the FRA, its advantages, and how to enable and monitor it. Additionally, we will discuss best practices for effectively...
Instructional Video7:30
Curated Video

Oracle Database Administration from Zero to Hero - Configuring Oracle Network Environment (Part 3 of 4)

Higher Ed
In this video, we will further explore configuring the Oracle network environment. You will learn how to test Oracle Net connectivity and use the Oracle Net Configuration Assistant. This clip is from the chapter "Managing Database...
Instructional Video8:21
Curated Video

Oracle Database Administration from Zero to Hero - Using OS Authentication (Part 2 of 2)

Higher Ed
In this video, we will continue our exploration of OS authentication. You will learn how to allow administrative OS authentication for OS users and create OS-authenticated normal users. This clip is from the chapter "Managing Database...
Instructional Video5:09
Curated Video

Oracle Database Administration from Zero to Hero - Using Deferred Segment Creation

Higher Ed
In this video, we will delve into the concept of deferred segment creation. You will understand how to leverage deferred segment creation to optimize space utilization and materialize database segments efficiently. This clip is from the...
Instructional Video10:09
Curated Video

Oracle Database Administration from Zero to Hero - Shrinking Segments (Part 1 of 2)

Higher Ed
In this video, you will learn about shrinking segments. You will understand the ROWID pseudocolumn and segment defragmentation, which are essential for optimizing storage space utilization. This clip is from the chapter "Managing...
Instructional Video7:59
Curated Video

Oracle Database Administration from Zero to Hero - Managing Resumable Space Allocation (Part 2 of 2)

Higher Ed
In this video, we will continue our discussion on managing resumable space allocation. You will learn about operations that can be made resumable, setting the resumable space allocation timeout interval, using triggers to control...
Instructional Video8:56
Curated Video

Oracle Database Administration from Zero to Hero - Managing Data Files

Higher Ed
In this video, we will focus on managing data files within an Oracle database. You will learn how to resize data files, alter data file availability, rename and relocate data files, and drop a data file. This clip is from the chapter...
Instructional Video11:50
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Tablespaces (Part 1 of 2)

Higher Ed
In this practice video, you will gain hands-on experience managing Oracle database storage structures, specifically tablespaces. You will examine segments, extents, and data blocks and practice managing tablespaces. This clip is from the...
Instructional Video8:53
Curated Video

Oracle Database Administration from Zero to Hero - Managing Tablespaces (Part 4 of 4)

Higher Ed
In this video, we will further discuss the management of tablespaces. You will learn how to alter tablespace availability, make tablespaces read-only or read-write, and assign specific quota on tablespaces to users. This clip is from the...
Instructional Video9:05
Curated Video

Oracle Database Administration from Zero to Hero - Database Storage Structures

Higher Ed
In this video, we will focus on database storage structures. You will learn how to describe different database storage structures and specify the database standard block size. This clip is from the chapter "Managing Oracle Database...
Instructional Video7:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - While Loop / 020

Higher Ed
This video explains while loop along with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops in JavaScript such...
Instructional Video14:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Numbers / 011

Higher Ed
This video explains numbers and operations in JavaScript along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video4:52
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Convert JSON to HCL

Higher Ed
This video provides a hands-on lab covering converting a Packer template from JSON to HCL format. The lab covers how to use the Packer init command to convert the template and how to modify the resulting HCL file to update the...
Instructional Video7:07
Curated Video

Alteryx Advanced - Machine Learning Part 4

Higher Ed
In this video, you will learn to deploy and operationalize ML models using Alteryx, create a scoring macro, publish a predictive model to a REST API, and use Alteryx Server to manage and monitor machine learning workflows. This clip is...
Instructional Video3:03
Curated Video

Design Microservices Architecture with Patterns and Principles - Best Practices for CQRS and Instagram Database Architecture with CQRS

Higher Ed
This video discusses the advantages and disadvantages of implementing the Command Query Responsibility Segregation (CQRS) pattern, the benefits of improved performance, scalability, and flexibility in data handling, as well as the...
Instructional Video2:51
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?

Higher Ed
The video introduces the concept of data partitioning and explains its purpose in microservices data management and discusses the benefits of data partitioning and explores the idea of distributing data across multiple partitions or...
Instructional Video2:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Service-to-Service Communications Chain Queries

Higher Ed
The concept of chain queries in service-to-service communication is discussed in this video and explains how chain queries involve making sequential requests to multiple microservices to fulfill a client's request and highlights the...
Instructional Video3:09
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Aggregation Pattern

Higher Ed
This video explores the gateway aggregation pattern, which allows the API gateway to aggregate data from multiple microservices and present it as a single unified response to clients and discusses the benefits of this pattern, such as...
Instructional Video3:20
Curated Video

Design Microservices Architecture with Patterns and Principles - Architecture Design Journey - Evolution of Architectures

Higher Ed
This video delves into software architecture design, examining how architectures have evolved over time. We will gain insights into the different architectural paradigms and their implications. This clip is from the chapter "Course...
Instructional Video8:28
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Resilience, Observability, Monitoring Code Review - E-Commerce App

Higher Ed
In this video, a code review is conducted for the microservices' resilience, observability, and monitoring aspects in the e-commerce application. We will explore the codebase related to resilience patterns, logging, distributed tracing,...