Instructional Video12:06
Curated Video

Oracle Database Administration from Zero to Hero - Managing Roles (Part 2 of 2)

Higher Ed
In this video, we will continue our discussion on managing roles. You will learn how to use password-protected roles, understand the usage of the PUBLIC role, drop roles, obtain information about granted privileges and roles, and...
Instructional Video14:54
Curated Video

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

Higher Ed
In this video, we will explore the usage of roles in managing database users. You will understand the purpose of using roles, list predefined roles, and learn how to create and use roles.
<
br/>
This clip is from the chapter...
Instructional Video14:15
Curated Video

Oracle Database Administration from Zero to Hero - Managing User Privileges (Part 2 of 2)

Higher Ed
In this video, we will continue our discussion on managing user privileges. You will learn how to manage object privileges and understand the cascading effects in system and object privileges.
<
br/>
This clip is from the chapter...
Instructional Video12:25
Curated Video

Oracle Database Administration from Zero to Hero - Managing User Privileges (Part 1 of 2)

Higher Ed
In this video, we will delve into managing user privileges. You will understand the difference between system and user privileges and learn how to manage system privileges.
<
br/>
This clip is from the chapter "Managing Database...
Instructional Video13:48
Curated Video

Oracle Database Administration from Zero to Hero - Managing Database Users (Part 2 of 2)

Higher Ed
In this video, we will continue our exploration of managing database users. You will learn how to create a database user with database authentication, convert a user to a schema-only account, manage tablespace quotas for users, and...
Instructional Video8:19
Curated Video

Oracle Database Administration from Zero to Hero - Using Table Compression (Part 1 of 2)

Higher Ed
In this video, we will explore the usage of table compression techniques. You will learn about basic compression and how to describe and apply it to optimize storage space.
<
br/>
This clip is from the chapter "Managing Database...
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.
<
br/>
This clip is from the chapter...
Instructional Video10:10
Curated Video

Oracle Database Administration from Zero to Hero - Managing Undo Data (Part 2 of 3)

Higher Ed
In this video, we will continue exploring the management of undo data. You will learn how to tune undo data and leverage the undo advisor for performance optimization.
<
br/>
This clip is from the chapter "Managing Oracle Database...
Instructional Video15:09
Curated Video

Oracle Database Administration from Zero to Hero - Managing Undo Data (Part 1 of 3)

Higher Ed
In this video, we will dive into managing undo data within an Oracle Database. You will learn about the benefits of undo, tasks involved in undo space management, and setting undo management parameters and retention.
<
br/>
This...
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: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.
<
br/>
This clip...
Instructional Video9:13
Curated Video

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

Higher Ed
In this video, we will delve into managing tablespaces. You will learn about Oracle-Managed Files (OMF), how to enable them, and how to obtain information about tablespaces.
<
br/>
This clip is from the chapter "Managing Oracle...
Instructional Video8:54
Curated Video

Oracle Database Administration from Zero to Hero - Managing Database Memory (Part 2 of 2)

Higher Ed
In this video, we will further explore database memory management techniques. You will learn how to enable manual shared memory management, monitor the automatic memory management, and tune memory using advisors.
<
br/>
This clip is...
Instructional Video13:18
Curated Video

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

Higher Ed
In this video, we will focus on managing database memory. You will learn how to enable Automatic Memory Management (AMM) and leverage the Automatic Shared Memory Management (ASMM) feature.
<
br/>
This clip is from the chapter...
Instructional Video13:11
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Swipe Library - I / 308

Higher Ed
This video explains the swipe library, which was designed by other developers.
<
br/>
This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video5:29
Curated Video

Design Microservices Architecture with Patterns and Principles - Demo: Layered Monolithic Architecture Code Review - E-Commerce App

Higher Ed
In this video, we will conduct a code review demo of an e-commerce application implemented using a layered monolithic architecture. We will analyze the codebase, identify any potential issues or violations of design principles, and...
Instructional Video6:24
Curated Video

Design Microservices Architecture with Patterns and Principles - Event-Driven Serverless Microservices Design with AWS Lambda

Higher Ed
This video focuses on designing event-driven serverless microservices using AWS Lambda and event-driven architecture and showcases how AWS Lambda can be used to handle event processing and orchestration in a serverless environment,...
Instructional Video5:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Elastic Stack for Microservices Observability with Distributed Logging

Higher Ed
In this video, we will discover the Elastic Stack, a popular open-source solution for log management and analysis, and see how you can use tools such as Elasticsearch, Logstash, and Kibana to collect, process, and visualize log data...
Instructional Video3:57
Curated Video

Design Microservices Architecture with Patterns and Principles - Circuit Breaker Pattern

Higher Ed
In this video, you will learn the Circuit Breaker pattern, which is a resiliency pattern that helps protect microservices from cascading failures. You will learn how the Circuit Breaker acts as a safety mechanism by monitoring the...
Instructional Video5:45
Curated Video

Design Microservices Architecture with Patterns and Principles - CDC - Change Data Capture with Outbox Pattern

Higher Ed
This video explores the combination of CDC with the Outbox pattern to achieve a reliable and scalable approach for capturing and processing database changes within a microservices architecture and how CDC can be used to extract and...
Instructional Video5:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Communication Types - Synchronous or Asynchronous Communication

Higher Ed
In this video, you will learn about the two primary types of communication in microservices: synchronous and asynchronous. We will understand the characteristics, benefits, and trade-offs of each approach.
<
br/>
This clip is from...
Instructional Video2:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Adapt Microservices Architecture with Decomposition Patterns

Higher Ed
In this video, we will investigate the design and adaptation of a microservices architecture using decomposition patterns. You will learn to map the identified microservices to their respective bounded contexts, define their...
Instructional Video5:14
Curated Video

Design Microservices Architecture with Patterns and Principles - Monolith First Approaches from Martin Fowler and Sam Newman

Higher Ed
In this video, you will learn about the “monolith first” approach advocated by industry experts. We will understand the benefits of starting with a monolithic architecture and gradually transitioning to more distributed...
Instructional Video4:19
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Modular Monolithic Architecture?

Higher Ed
In this video, we will explore the definition and core principles of modular monolithic architecture. We will understand how it differs from traditional monolithic and microservices architectures and how it leverages modularity to...