Oracle Dba
Oracle Dba
Table of Contents
Overview ....................................................................................................................................................... 5
About DBA University, Inc. ............................................................................................................................ 5
About Srini Ramineni – Oracle DBA Instructor and Founder of DBA University .......................................... 6
Eligibility ........................................................................................................................................................ 7
Oracle Certified Professional (OCA, OCP) Certification ................................................................................ 7
Pricing and Registration ................................................................................................................................ 7
Live Online Training .................................................................................................................................. 7
On Demand Training ................................................................................................................................. 8
Cloud based remote LAB Access ................................................................................................................... 9
Course Topics ................................................................................................................................................ 9
Introduction to database management systems and databases.............................................................. 9
What is a database? .............................................................................................................................. 9
Popular database management system (DBMS) software and why Oracle DBMS. ............................. 9
History and Current trends of DBMS and Database Administration. ................................................... 9
Oracle database market share and about its current competitive landscape...................................... 9
Tasks of a Database Administrator. ...................................................................................................... 9
Installing Oracle database software (12c R1 and 12c R2)......................................................................... 9
Understand prerequisites for a successful Oracle RDBMS software installation. ................................ 9
Installation of Oracle 12c R1 database software with the latest patchset. .......................................... 9
Installation of Oracle 12c R2 database software .................................................................................. 9
Oracle Database Architecture ................................................................................................................... 9
Planning for an Oracle database creation........................................................................................... 10
Creating an Oracle 12c R1 database using the CREATE DATABASE SQL command............................ 10
Creating an Oracle 12c R2 database using the Graphical Tool (Database Configuration Assistant). . 10
How to configure and use Oracle Enterprise Manager (OEM) Database Express web based tool. ... 10
Overview
Database Administrators (DBAs) are responsible for the design, implementation, support and
maintenance of computerized databases in today’s organizations. The role also includes architecting,
building and scaling databases for future data growth and capacity. They are also responsible for security,
performance and availability of data to users and customers.
All the above tasks are performed with the help of a Database Management System (DBMS) and the
leading and most widely used DBMS across the world today are the Oracle, Microsoft SQL Server, MySQL
database etc.
DBAs play an important and responsible role in every company’s Information Technology (IT) department.
DBAs are also very well paid, and the average annual salary is more than $100,000 in the USA.
Furthermore, it is projected that the demand for DBAs will grow at the rate of 20% per year until 2023.
www.cnn.com also published an article recently that Database Administrators are in the TOP TEN in-
demand jobs for the next decade.
The leading technology job portal in the United States – www.dice.com often reports in its monthly job
reports that DBAs are in the “Most Difficult to Fill” (due to shortage of qualified DBAs) IT job.
DBA University, Inc. is a professionally run organization based in Chicago, USA specializing in training and
services in computer database administration and development. We are currently offering training in
Oracle DBA, Oracle SQL & PL/SQL, SQL Server DBA and Big Data with Hadoop using expert instructors and
excellent REMOTE LAB access through affordable prices.
We are very dedicated and committed towards the success of our students. Our courses are very hands-
on and aimed at job placement and preparing our students to face the real world with self-confidence
and expert level technical skills in Oracle DBA, Oracle SQL & PL/SQL, SQL Server DBA and Big Data with
Hadoop.
Srini Ramineni is also the founder of DBA University and a well experienced IT Professional with solid
experience and knowledge in Oracle DBA, Oracle SQL and PL/SQL. He is an ex Oracle Corporation
employee and has provides training in an interactive method with lots of LAB practice work in his classes.
In short, Srini is a "results oriented" training provider with the dual aim of providing a world class training
experience and helping our students secure a well-paying and stable job as an Oracle DBA.
Eligibility
Anyone is eligible to register for the Oracle DBA course. But If you are new to Oracle databases, we
strongly recommend you to first complete our Oracle SQL Training course for $399 at
https://dbauniversity.com/course/oracle_sql_training/
Students can use this training to prepare for majority of the topics required to pass the Oracle Database
12c Administration 1Z0-062 examination towards Oracle OCA certification (Oracle Certified Associate).
The same training course can be used for preparation towards the Oracle Database 11g: Administration I
1Z0-052 examination as well. Additionally, students can also use this training to prepare for some topics
required to pass the Oracle Database 12c: Advanced Administration 1Z0-063 exam that is required for
acquiring the Oracle Certified Professional (OCP) designation.
The course fee for live online training is $799 (all-inclusive price). We also provide cloud-based remote
lab access for practical exercises. Students can connect to the lab server using either a Windows PC or an
Apple MAC computer using the Remote Desktop Connection program. So, it is very easy to connect to the
lab server.
We use a DIGITAL WHITE BOARD for teaching our courses. Teaching with a DIGITAL WHITE BOARD gives
our students a traditional classroom like experience. The instructor Srini Ramineni writes and draws by
his free hand on the DIGITAL WHITE BOARD and all our students can see it in real time in the online
classroom. This is a much better training methodology for easier understanding of the course topics.
On Demand Training
The course fee for on demand training is $499 (all-inclusive price). We provide cloud-based access to our
38 video recordings for 12 months of on demand access on a 24*7 basis and it also comes with our cloud
lab access for 6 months (with an option to extend the lab access duration to 1 year). Students can connect
to the lab using either a Windows PC or an Apple MAC computer using the Remote Desktop Connection
program. So, it is very easy to connect to the lab server.
Even though it is an on-demand course based on video recordings, it still provides you a real classroom
like experience because the videos are developed using a White Board. This is a very lengthy and
comprehensive database administration course.
a) 38 video recordings.
b) Access for 12 months on a 24*7 basis.
c) Each video is about 1 hour to 1.5 hours approximately.
d) Remote Desktop Connection for 6 months. (with an option to extend the access time to 1 year)
e) Training materials through Dropbox email download.
f) The training fee is $499 (all-inclusive price)
• We provide a dedicated Remote Desktop Connection to each student to access our lab servers.
• Students can connect from either a Windows or MAC computer with an internet connection.
• We provide LINUX 64-bit server as the operating system for the lab practical exercises.
Course Topics
What is a database?
Popular database management system (DBMS) software and why Oracle DBMS.
Oracle database market share and about its current competitive landscape.
Creating an Oracle 12c R1 database using the CREATE DATABASE SQL command.
Creating an Oracle 12c R2 database using the Graphical Tool (Database Configuration Assistant).
How to configure and use Oracle Enterprise Manager (OEM) Database Express web based tool.
Database storage
How to create datafiles with fixed size and auto extend option.
What are control files and how to view control file content in a trace file.
Oracle Networking
Oracle netca (Network Configuration Assistant) tool for configuration file generation.
Oracle netmgr tool for adding database services to a static listener.ora configuration file.
What are database links and learn about best practices in creating them.
Backup and Recovery Configuration (Configure the fast recovery area and ARCHIVELOG mode.)
How to create a consistent database backup aka offline backup (COLD BACKUP)
Hot to create an inconsistent database backup aka online backup (HOT BACKUP).
How to clone a database using Cancel based recovery from an inconsistent database backup.
How to clone a database using Time based recovery (Database point in time recovery) from an
inconsistent database backup.
How to restore and recover a full database from its RMAN backup.
Use Data Recovery Advisor to perform recovery of the control file and redo log file.
How to upgrade from one patchset to another patchset within the same maintenance release.
Oracle database logical backup and restore operations (Data Pump Export and Import).
How to size the Oracle database memory structures for optimal performance.
What is Oracle automatic workload repository (AWR) and how to obtain AWR reports.
Type of Oracle errors. Valid errors and internal exceptions (ORA-00600 and ORA-07445 errors).
For Oracle RAC, ASM and Data Guard we have a separate course conducted by Srini Ramineni. Please
purchase it at https://dbauniversity.com/course/oracle_rac_asm_dg_training/ for $499.
For Oracle RAC, ASM and Data Guard we have a separate course conducted by Srini Ramineni. Please
purchase it at https://dbauniversity.com/course/oracle_rac_asm_dg_training/ for $499.
We use a DIGITAL WHITE BOARD for teaching our online courses. Teaching with a DIGITAL WHITE BOARD
gives our students a traditional classroom like experience. The instructor writes and draws by free hand
on the DIGITAL WHITE BOARD and all our students can see it in real time in the online classroom.
More Information