Instructional Video17:20
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building AWS AMIs with Packer

Higher Ed
In this lab demonstration, we will walk through building the AWS AMI with Packer. Based on our use case, we will create an EBS-backed AMI and an instance store on AMI.
<
br/>
This clip is from the chapter "Builders" of the series...
Instructional Video8:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Writing Packer Templates

Higher Ed
In this lab demonstration, we will create our first Packer template. We will create a source block, validate the Packer template, create a building block, and build a new image using Packer.
<
br/>
This clip is from the chapter...
Instructional Video5:52
Curated Video

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

Higher Ed
This lab demonstration video will walk us through migrating a JSON template to HCL2 format. We will begin with creating a JSON template, then run through creating an HCL2 command and convert it to a pkr.hcl template.
<
br/>
This...
Instructional Video2:50
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Provisioners

Higher Ed
In this lesson, we will understand provisioners, which use built-in, third-party integrations to install packages and configure the machine image, which integrates with shell options and different files.
<
br/>
This clip is from the...
Instructional Video9:26
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - HCL Syntax

Higher Ed
In this lesson, you will learn about writing templates using the HCL syntax, which is in the form of blocks. We will define the components of the league and let Packer know the references in our blocks, and use single or multiple...
Instructional Video10:38
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Writing Packer Templates

Higher Ed
In this video, you will learn about the Packer template, which consists of declarations and commands, such as what plugins to use, configuring the plugins, and the order in which to run the plugins.
<
br/>
This clip is from the...
Instructional Video6:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - The Packer Command Line

Higher Ed
In this demonstration lab, we will explore the Packer command line. We will explore the Packer CLI and the Packer version, enable autocompletion for Packer CLI, explore subcommands and flags, and the Packer format.
<
br/>
This clip...
Instructional Video12:22
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - The Packer Command Line

Higher Ed
After installing Packer on our local machine, you will learn to interact with Packer, which uses the primary and only way, the command line interface (CLI), as Packer does not have a user interface or an API we can interact with.
<
br/>...
Instructional Video14:51
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Core Components of Packer

Higher Ed
In this video, you will learn more about the core components that make up the Packer solutions tool, which builds images using templates created using JSON or HCL2.
<
br/>
This clip is from the chapter "Introduction to HashiCorp...
Instructional Video18:37
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Upgrading Oracle Database

Higher Ed
In this practice video, you will perform a practical exercise in upgrading an Oracle CDB database from version 19c to version 21c on the server named srv1. By following the step-by-step instructions, you will gain hands-on experience...
Instructional Video13:36
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Creating Oracle Database with ASM (Part 4 of 4)

Higher Ed
In this practice video, you will focus on practical tasks related to Oracle Restart and ASM. You will check the Oracle Restart components and their functionality, retrieve information about ASM, get started with asmcmd for ASM...
Instructional Video8:48
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Creating Oracle Database with ASM (Part 3 of 4)

Higher Ed
In this practice video, you will progress further in creating an Oracle database with ASM. You will create an ASM Disk Group, install Oracle database software, and create an ASM-based database. These exercises will provide you with...
Instructional Video11:14
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Creating Oracle Database with ASM (Part 2 of 4)

Higher Ed
In this practice video, you will continue working on creating an Oracle database with ASM. You will set up the required environment variables for the OS accounts, install the necessary ASM packages, create ASM disk volumes, and adjust...
Instructional Video10:09
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Creating Oracle Database with ASM (Part 1 of 4)

Higher Ed
In this practice video, you will gain hands-on experience in creating an Oracle database with ASM. You will perform tasks such as downloading Oracle Grid Infrastructure 19c software, setting up an Oracle VirtualBox appliance, and...
Instructional Video22:00
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Automatic Storage Management (Part 3 of 3)

Higher Ed
In this video, we will cover advanced topics related to Automatic Storage Management (ASM). You will learn how to utilize ASM system privileges, start and stop components managed by Oracle Restart, create tablespace datafiles in ASM...
Instructional Video14:08
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using ADR Command Interpreter

Higher Ed
In this practice video, you will apply your knowledge by executing common tasks involved in using the ADR command interpreter. Through hands-on exercises, you will gain practical experience in utilizing the ADR infrastructure to...
Instructional Video12:06
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using External Tables

Higher Ed
In this practice video, you will apply your knowledge by creating external tables using the ORACLE_LOADER and ORACLE_DATAPUMP access drivers. Through hands-on exercises, you will gain practical experience in utilizing External Tables...
Instructional Video12:14
Curated Video

Oracle Database Administration from Zero to Hero - Using External Tables

Higher Ed
In this video, we will introduce External Tables, a powerful feature for accessing data in external files as if they were database tables. You will learn how to describe External Tables, use them with the ORACLE_LOADER driver for data...
Instructional Video18:49
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using SQL Loader

Higher Ed
In this practice video, you will gain hands-on experience by implementing multiple data load scenarios using SQL Loader. Through practical exercises, you will learn how to efficiently load data files into your Oracle database using SQL...
Instructional Video11:57
Curated Video

Oracle Database Administration from Zero to Hero - Using SQL Loader (Part 3 of 4)

Higher Ed
In this video, we will further enhance your knowledge of SQL Loader by exploring additional control file configuration options. You will also learn how to use multiple INTO TABLE clauses to load data into multiple tables...
Instructional Video12:19
Curated Video

Oracle Database Administration from Zero to Hero - Using SQL Loader (Part 2 of 4)

Higher Ed
In this video, we will continue exploring SQL Loader. You will learn how to create SQL Loader control files and configure them for different loading scenarios. Understanding these techniques will enable you to effectively load data...
Instructional Video12:09
Curated Video

Oracle Database Administration from Zero to Hero - Using SQL Loader (Part 1 of 4)

Higher Ed
In this video, we will introduce SQL Loader, a versatile utility for loading data into Oracle databases. You will learn about the target, components, and features of SQL Loader. Additionally, we will cover how to start SQL Loader and...
Instructional Video20:07
Curated Video

Oracle Database Administration from Zero to Hero - Using Oracle Data Pump (Part 3 of 3)

Higher Ed
In this video, we will continue our exploration of Oracle Data Pump. You will discover the essential parameters for importing data using Data Pump and learn how to implement parallelism to enhance the performance of your Data Pump...
Instructional Video18:00
Curated Video

Oracle Database Administration from Zero to Hero - Using Oracle Data Pump (Part 2 of 3)

Higher Ed
In this video, you will delve deeper into the practical usage of Oracle Data Pump. You will learn how to invoke Data Pump utilities from the command-line, understand Data Pump modes, and explore the basic parameters for exporting...