
What is the purpose of this course? This lecture introduces the course to you Oracle 19c and its concepts.
In this lecture, we will understand the definition of Data as well as Database. Data are stored in structured sets such as Tables which are stored in Database
A DBMS or a Database Management System is a system that provides access to the database. IBM defines it as a computerized data-keeping system. A DBMS defines how the data is stored and accessed.
Where does the data get stored? Data gets stored in a type of an object called TABLE. This is where an user can insert data, modify it as well as delete it. Besides there are other objects which can hold supporting data, which we will take a look at in the subsequent lessons.
Installing Oracle creates the executable files and the data files in the hard disk. This lecture explains about it.
This lecture explains about the logical storage structures of an Oracle Database. User, Roles and Tablespaces are discussed in this video
A schema is an user account used for storing objects such as tables. It is not tied to any user.
This lecture explains about how to provide the access rights
This video explains about the client server architecture
This video explains about the types of clients
This video gives you a quick overview of Oracle RDBMS Architecture
This video will explain you the difference between an Oracle Instance and Oracle Database
This video explains about the concept of installation
This video explains about how the files are stored.
This video explains about the concept behind starting a database
This video explains about the basics of computing
This video explains about the Client Server Architecture in detail
This video explains about the Program Global Area.
This video explains about Dedicated Server mode
This video explains about Shared Server mode
This video explains about how to download and install Oracle 19c on a Windows 10 PC
This video explains about making the first connection to the newly installed database
This video explains about how to connect as SYSDBA. The it also explains about stopping and starting a database
This video explains about how to install SQL Developer in a Windows PC
Explains about TABLE
Explains about Data Types
Explains about the SELECT statement
Explains about the DESC statement
Explains about SELECT COUNT
Explains about DBA_TABLESPACES
How to select particular columns
Explains about WHERE clause
Explains about Oracle Database User Architecture
Explains the difference between Schema and User
Explains about the storage behind the objects
Explains about accessing the objects
Types of SQL Commands
How to create a Table.
Gives you the basics of a DML
About the SELECT statement
About INSERT statement
About METADATA
About Data Dictionary
About Default Permanent Tablespace
Explains about Fixing the failed INSERT
Gives you a demo of a transaction
Explains about the REDO process
Explains about the UNDO process
An introductory course about Oracle 19c Database from Oracle. Oracle has been the leading RDBMS vendor in the world. With the industry going towards Data Science and Artificial Intelligent, Database Management is a highly sought after skill. This course will introduce you to RDBMS concepts and also how to install Oracle 19c in a Windows 10 PC. This will also introduce you to Oracle DBA also known as Oracle Database Administration