Instructional Video8:06
Curated Video

Oracle Database Administration from Zero to Hero - Creating an Oracle Database (Part 1 of 3)

Higher Ed
In this video, you will learn how to create an Oracle database using the 19c software. We will cover the necessary steps for preparing the software installation and perform the installation itself. This clip is from the chapter...
Instructional Video8:44
Curated Video

Oracle Database Administration from Zero to Hero - Oracle DB Software Installation (Part 2 of 2)

Higher Ed
In this video, we will perform the actual database software installation on both Linux and Windows platforms. We will also discuss the Oracle Inventory Directory and its significance. This clip is from the chapter "Installing and...
Instructional Video18:55
Curated Video

Oracle Database Administration from Zero to Hero - Oracle DB Software Installation (Part 1 of 2)

Higher Ed
In this video, you will learn how to prepare the systems for Oracle database software installation, including the necessary prerequisites and considerations. This clip is from the chapter "Installing and Creating Oracle Databases" of the...
Instructional Video7:34
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Database Tablespaces and Data Files

Higher Ed
In this video, you will learn about database tablespaces and data files, including their structure, types, and usage in Oracle database architecture. This clip is from the chapter "Database Architecture" of the series "Oracle Database...
Instructional Video6:49
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Oracle Database Architecture (Part 2 of 2)

Higher Ed
In this video, you will learn about the major Oracle database files, including their purpose, types, and locations. This clip is from the chapter "Database Architecture" of the series "Oracle Database Administration from Zero to Hero".In...
Instructional Video10:11
Curated Video

Oracle Database Administration from Zero to Hero - About Oracle Database Administrator (DBA)

Higher Ed
In this video, we will understand the role of an Oracle Database Administrator (DBA), the DBA duties and responsibilities, the different DBA role types, the learning path for becoming a DBA, and the demand for DBAs in the job market....
Instructional Video12:39
Curated Video

Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies

Higher Ed
In this video, we will describe the different Oracle database technologies, options, and management packs. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
Instructional Video9:57
Curated Video

Oracle Database Administration from Zero to Hero - Overview on Oracle Database (Part 1 of 2)

Higher Ed
In this video, we will explore the different Oracle database releases, the difference between Long Term Support Releases and Innovation Releases, and the Oracle Database Cloud Services. This clip is from the chapter "Introduction to...
Instructional Video8:20
Curated Video

Oracle Database Administration from Zero to Hero - Overview of RDBMS (Part 1 of 2)

Higher Ed
In this video, you will learn about the basics of RDBMS, including its features, SQL, and the different RDBMS products available in the market. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database...
Instructional Video3:30
Curated Video

Oracle Database Administration from Zero to Hero - Welcome to the Course!

Higher Ed
This clip is from the chapter "Introduction" of the series "Oracle Database Administration from Zero to Hero".In this section, we will provide an introduction to the course and cover essential information to help you get started. You...
Instructional Video4:59
Curated Video

The Complete Vue.js Course for Beginners - Events and Parameters

Higher Ed
In this video, you will learn about events in Vue.js; we will also discuss how we can use events in JavaScript as a framework. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
Instructional Video5:41
Curated Video

The Complete Vue.js Course for Beginners - Methods and Parameters

Higher Ed
In this video, you will learn about methods with parameters in Vue.js. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with the basic...
Instructional Video4:01
Curated Video

The Complete Vue.js Course for Beginners - File and Folder Overview

Higher Ed
In this video, we will understand the file and folder structure of Vue.js. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for Beginners".This section explains the installation of Vue.js and...
Instructional Video4:23
Curated Video

The Complete Vue.js Course for Beginners - Installing and Running Vue.js

Higher Ed
In this video, we will see how to install and run Vue.js, how to install Vue CLI, and how to install Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video6:37
Curated Video

The Complete Vue.js Course for Beginners - Using Vue.js without Installation

Higher Ed
In this video, we will see how we can use and make Vue.js files without any installation and how we can use Vue.js by having to use Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course...
Instructional Video4:14
Curated Video

The Complete Vue.js Course for Beginners - Props

Higher Ed
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js...
Instructional Video4:22
Curated Video

The Complete Vue.js Course for Beginners - HTML Binding

Higher Ed
This video is about HTML binding; we will also discuss how we can use tags in the Vue part of the HTML file and how we can do binding in between them. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js...
Instructional Video5:09
Curated Video

The Complete Vue.js Course for Beginners - Reuse Components

Higher Ed
In this video, we will discuss the reuse of components. You will learn to build a reusable component in Vue, which will be used to reuse it in Create or Edit or anywhere that requires the same code and functionality. This clip is from...
Instructional Video7:00
Curated Video

The Complete Vue.js Course for Beginners - Two-Way Binding with Multiple Inputs

Higher Ed
In this video, you will learn about two-way binding with multiple bindings, and we will add a new dynamic in this video by adding multiple boxes and obtain data from them. This clip is from the chapter "Getting Started with Basic Code"...
Instructional Video4:15
Curated Video

The Complete Vue.js Course for Beginners - API

Higher Ed
In this video, you will learn about API, how to make an API, how to test an API, and what are the methods of API. This clip is from the chapter "Routing and API" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video3:26
Curated Video

The Complete Vue.js Course for Beginners - Page Not found

Higher Ed
In this video, we will talk about the Page Not Found error and how to create the Page Not found view. This clip is from the chapter "Routing and API" of the series "The Complete Vue.js Course for Beginners".This section explains routing,...
Instructional Video6:19
Curated Video

The Complete Vue.js Course for Beginners - Dynamic Routing

Higher Ed
In this video, we are going to talk about dynamic routing, what is dynamic routing, why we use dynamic routing and what is the difference between static routing and dynamic routing This clip is from the chapter "Routing and API" of the...
Instructional Video8:12
Curated Video

The Complete Vue.js Course for Beginners - Routing

Higher Ed
This video talks about what routing is. Routing is one of the many features provided by Vue.js to allow users to switch between pages without refreshing everytime a page is loaded. This clip is from the chapter "Routing and API" of the...
Instructional Video3:10
Curated Video

The Complete Vue.js Course for Beginners - beforeCreate and created

Higher Ed
In this video, we will look at beforeCreate and created, where beforeCreated hook is before an instance has been fully initialized whereas the created hook is after an instance is created. This clip is from the chapter "Understanding the...