Oracle 11g DBA Technology
- Offered byDUCAT
Oracle 11g DBA Technology at DUCAT Overview
Mode of learning | Online |
Credential | Certificate |
Oracle 11g DBA Technology at DUCAT Highlights
- Certification will be issued after completion Of Course
Oracle 11g DBA Technology at DUCAT Course details
- This Course Starts Oracle starts where Oracle Parallel Server ends It allows someone to approach the same database simultaneously It ensures full tolerance, load balancing, and of course performance The heart of this technology is the concept of the shared disk subsystem In case of system failure, it allows recovery of that node from other nodes.
Oracle 11g DBA Technology at DUCAT Curriculum
INTRODUCTION TO ORACLE DATABASE
List the features of Oracle Database 12c
Discuss the basic design, theoretical, and physical aspects of a relational database
Categorize the different types of SQL statements
Describe the data set used by the course
RETRIEVE DATA USING THE SQL SELECT STATEMENT
Generate a report of data from the output of a basic SELECT statement
Select All Columns
Select Specific Columns
Use Column Heading Defaults
Use Arithmetic Operators
USAGE OF SINGLE-ROW FUNCTIONS TO CUSTOMIZE OUTPUT
Describe the differences between single-row and multiple-row functions
Manipulate strings with character functions in the SELECT and WHERE clauses
Manipulate numbers with the ROUND, TRUNC, and MOD functions
Perform arithmetic with date data
INVOKE CONVERSION FUNCTIONS AND CONDITIONAL EXPRESSIONS
Describe implicit and explicit data type conversion
Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
Nest multiple functions
Apply the NVL, NULLIF, and COALESCE functions to the data
USE OF DDL STATEMENTS TO CREATE AND MANAGE TABLES
Categorize the main database objects
Review the table structure
List the data types available for columns
Create a simple table
Decipher how constraints can be created at table creation
CONTROL USER ACCESS
Differentiate system privileges from object privileges
Create Users
Grant System Privileges
Create and Grant Privileges to a Role
MANAGEMENT OF SCHEMA OBJECTS
Add, Modify, and Drop a Column
Add, Drop, and Defer a Constraint
How to enable and Disable a Constraint?
Create and Remove Indexes
Create a Function-Based Index
ENHANCING REPORTS USING THE DATA MODEL: CREATING COLUMNS
Data Model Columns
Maintaining Data Source Columns
Producing File Content Output
Creating a Column
Creating Summary Columns
MAXIMIZING PERFORMANCE USING ORACLEAS REPORTS SERVICES
Running Reports Using OracleAS Reports Services
Report Request Methods
Oracle Application Server Components
Enabling Single Sign-On Access
Running the Web Layout: JSP Run-time Architecture
BUILDING REPORTS: EFFICIENCY GUIDELINES