This document provides an overview of the topics covered in the Oracle Database 11g: SQL Fundamentals and Oracle Database 11g: Administration courses. The courses cover SQL and PL/SQL, database administration, security, backup and recovery, and performance tuning. Specific topics include SQL functions, joins, subqueries, data manipulation, schema objects, user access control, storage structures, auditing, maintenance, and backup solutions. The goal is to teach students to write SQL, administer an Oracle database, and perform backup and recovery tasks.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
231 views
Exploring The Oracle Database Architecture
This document provides an overview of the topics covered in the Oracle Database 11g: SQL Fundamentals and Oracle Database 11g: Administration courses. The courses cover SQL and PL/SQL, database administration, security, backup and recovery, and performance tuning. Specific topics include SQL functions, joins, subqueries, data manipulation, schema objects, user access control, storage structures, auditing, maintenance, and backup solutions. The goal is to teach students to write SQL, administer an Oracle database, and perform backup and recovery tasks.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5
Oracle Database 11g: SQL Fundamentals
Using Conversion Functions and Conditional Expressions
Describe various types of conversion functions that are available in SQL Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Apply conditional expressions in a SELECT statement Displaying Data from Multiple Tables Write SELECT statements to access data from more than one table using equijoins and nonequijoins Join a table to itself by using a self-join View data that generally does not meet a join condition by using outer joins Generate a Cartesian product of all rows from two or more tables Using Subqueries to Solve Queries Define subqueries Describe the types of problems that the subqueries can solve List the types of subqueries Write single-row and multiple-row subqueries Using the Set Operators Describe set operators Use a set operator to combine multiple queries into a single query Control the order of rows returned Manipulating Data Describe each data manipulation language (DML) statement Insert rows into a table Update rows in a table Delete rows from a table Control transactions Using DDL Statements to Create and Manage Tables Categorize the main database objects Review the table structure List the data types that are available for columns Create a simple table Explain how constraints are created at the time of table creation Describe how schema objects work Creating Other Schema Objects Create simple and complex views Retrieve data from views
Create, maintain, and use sequences
Create and maintain indexes Create private and public synonyms Oracle Database 11g: Controlling User Access and Managing Schema Objects Controlling User Access Managing Schema Objects Oracle Database 11g: Data Dictionary Views and Large Data Sets Managing Objects with Data Dictionary Views Manipulating Large Data Sets
Oracle Database 11g: Administration
Workshop Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture Memory structrues Logical and physical storage structures ASM storage components Installing your Oracle Software Tasks of an Oracle Database Administrator Tools Used to Administer an Oracle Database Installation: System Requirements Oracle Universal Installer (OUI) Installing Oracle Grid Infrastructure Installing Oracle Database Software Silent Install Creating an Oracle Database Planning the Database Using the DBCA to Create a Database Password Management Creating a Database Design Template Using the DBCA to Delete a Database Managing the Oracle Database Instance Start and stop the Oracle database and components Use Oracle Enterprise Manager
Access a database with SQLPlus
Modify database installation parameters Describe the stages of database startup Describe database shutdown options View the alert log Access dynamic performance views Manage the ASM Instance Set up initialization parameter files for ASM instance Start up and shut down ASM instances Administer ASM disk groups Configuring the Oracle Network Environment Use Enterprise Manager to create and configure the Listener Enable Oracle Restart to monitor the listener Use tnsping to test Oracle Net connectivity Identify when to use shared servers and when to use dedicated servers Managing Database Storage Structures Storage Structures How Table Data Is Stored Anatomy of a Database Block Space Management in Tablespaces Tablespaces in the Preconfigured Database Actions with Tablespaces Oracle Managed Files (OMF) Administering User Security Database User Accounts Predefined Administrative Accounts Benefits of Roles Predefined Roles Implementing Profiles Managing Data Concurrency Data Concurrency Enqueue Mechanism Resolving Lock Conflicts Deadlocks Managing Undo Data Data Manipulation Transactions and Undo Data Undo Data Versus Redo Data Configuring Undo Retention
Implementing Oracle Database Auditing
Describe DBA responsibilities for security Enable standard database auditing Specify audit options Review audit information Maintain the audit trail Database Maintenance Manage optimizer statistics Manage the Automatic Workload Repository (AWR) Use the Automatic Database Diagnostic Monitor (ADDM) Describe and use the advisory framework Set alert thresholds Use server-generated alerts Use automated tasks Performance Management Performance Monitoring Managing Memory Components Enabling Automatic Memory Management (AMM) Automatic Shared Memory Advisor Using Memory Advisors Dynamic Performance Statistics Troubleshooting and Tuning Views Invalid and Unusable Objects Backup and Recovery Concepts Part of Your Job Statement Failure User Error Understanding Instance Recovery Phases of Instance Recovery Using the MTTR Advisor Media Failure Archive Log Files Performing Database Backups Backup Solutions: Overview Oracle Secure Backup User-Managed Backup Terminology Recovery Manager (RMAN) Configuring Backup Settings Backing Up the Control File to a Trace File
Monitoring the Flash Recovery Area
Performing Database Recovery Opening a Database Data Recovery Advisor Loss of a Control File Loss of a Redo Log File Data Recovery Advisor Data Failures Listing Data Failures Data Recovery Advisor Views Moving Data Describe ways to move data Create and use directory objects Use SQL*Loader to move data Use external tables to move data General architecture of Oracle Data Pump Use Data Pump export and import to move data Using Flashback Technology I Flashback Technology: Overview and Setup Using Flashback Technology to Query Data Flashback Table Flashback Transaction Query Performing Flashback Transaction Backout Using Flashback Technology II Oracle Total Recall Flashback Drop and the Recycle Bin