النتائج 1 إلى 8 من 8

الموضوع: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

  1. #1
    عضو
    تاريخ التسجيل
    Nov 2008
    المشاركات
    117
    الدولة: Egypt
    معدل تقييم المستوى
    16

    Cool CBT Nuggets Oracle Database 11g DBA 1 1Z0-052


    CBT Nuggets Oracle Database 11g DBA 1 1Z0-052 | ISO | 904.39 MB
    Genre: Video Training

    Become your company's database deity. Learn how to install and administer Oracle 11g databases from scratch and ensure the integrity and security of your organization's data. Tim Warner's series even shows you how to apply your existing SQL Server, MySQL, or DB2 skills directly to Oracle platforms! After watching, you'll be able to pass the Oracle 1Z0-052 exam, and you'll have the vocab, experience and confidence you need to impress hiring managers and clients.
    Series 1: Oracle Database 11g DBA 1 1Z0-052
    1
    Preview
    Course Introduction
    What is Oracle? About Oracle Certification. How This Course Works. Tackling the 1Z0-052 Exam. Summary: In this nugget we introduce the series. We describe Oracle Database 11g, learn how Oracle certification works, determine your best path through this training, and finally pick up important metadata concerning the 1Z0-052 test.
    00:19:22
    2
    Preview
    Exploring the Oracle Database Architecture
    Database Basics. Memory Structures. Process Structures . Storage Structures. Summary: We begin our training my examining the architectural underpinnings of Oracle Database 11g. This theory is important not only for our exam success, but also to give us a framework for later lessons on performance tuning and troubleshooting. Related Exam Objectives: Explain the Memory Structures; Describe the Process Structures; Overview of Storage Structures
    00:57:16
    3
    Preview
    Preparing the Database Environment
    Planning an Oracle Database Installation. Installing the Oracle software. Summary: In this nugget we learn how to install and configure Oracle Database 11g software. We'll learn that while installation on Windows is far easier than installation on NIX, the basic installation process is the same, thanks to the Oracle Universal Installer (OUI) Java application. Related Exam Objectives: Plan an Oracle Database installation; Install the Oracle software by using Oracle Universal Installer (OUI)
    00:40:29
    4
    Preview
    Creating an Oracle Database
    Using the Database Configuration Assistant. Oracle Database Administration Tools. Summary: This nugget serves as a nice bookend to what we covered in the previous nugget. Whereas in the previous lesson we learned how to install the Oracle 11g instance (that is, background processes and memory structures), in this nugget we install an actual database by using the Database Configuration Assistant (DBCA) utility. Related Exam Objectives: Identify the tools for Administering an Oracle Database; Create a database by using the Database Configuration Assistant (DBCA)
    00:50:04
    5
    Preview
    Managing the Oracle Instance Part 1
    Stages of Database Startup and Shutdown. Database Initialization Parameters. Summary: Now that we have Oracle Database 11g fully set up, we learn how to manage the startup and shutdown processes (these are actually more complex than you might initially think). We also introduce the critical subject of initialization parameters and how they are stored in the server parameter file (SPFILE). Related Exam Objectives: Setting database initialization parameters; Describe the stages of database startup and shutdown
    00:49:25
    6
    Preview
    Managing the Oracle Instance Part 2
    Alert Log and Trace Files. The Data Dictionary. Dynamic Performance Views. Summary: As we delve deeper into Oracle DBA concepts, we examine the alert and trace logs, both rich sources of diagnostic and performance information. We also formally define the data dictionary and learn to query both data dictionary views and dynamic performance views to gather instance/database metadata. Related Exam Objectives: Using alert log and trace files; Using data dictionary and dynamic performance views
    00:31:32
    7
    Preview
    Configuring the Oracle Network Environment
    Configuring and Managing the Oracle Network. Using the Oracle Shared Server Architecture. Summary: As you know, Oracle Database 11g is a client/server relational database management system (RDBMS). To that end, in this lesson we learn how to configure the Oracle network environment for maximum reliability, performance, and security. We also differentiate between the dedicated server and shared server process architectures, weighing the relative pros and cons of each approach. Related Exam Objectives: Configure and Manage the Oracle Network; Using the Oracle Shared Server architecture
    00:47:20
    8
    Preview
    Managing Database Storage Structures
    Reviewing Oracle Data Storage. Understanding Tablespaces and Datafiles. Creating and Managing Tablespaces. Summary: As we know, the physical files are what comprises the Oracle 11g database, proper. To wit, in this nugget we review the relevant terminology: stuff like datafiles, control files, and the logical storage construct known as the tablespace. Related Exam Objectives: Overview of tablespace and datafiles; Create and manage tablespaces; Space management in tablespaces
    00:39:54
    9
    Preview
    Administering User Security
    Creating and Managing Database User Accounts. Granting and Revoking Privileges. Creating and Managing Roles. Creating and Managing Profiles. Summary: Oracle databases often contain highly sensitive data. Therefore, keeping the database as secure as possible is a chief task of any Oracle DBA. In this lesson we learn how to create and manage user accounts. We then examine how best to grant and revoke permissions by using roles. Finally, we learn how to institute password complexity rules and resource utilization limits by rolling out profiles. Related Exam Objectives: Create and manage database user accounts; Grant and revoke privileges; Create and manage roles; Create and manage profiles
    00:47:49
    10
    Preview
    Managing Data and Concurrency
    Understanding Transactions. Monitoring and Resolving Locking Conflicts. Summary: Any RDBMS worth its salt will support multiuser access. Oracle 11g is known particularly for its adherence to the ACID properties of database transactions. By concluding this nugget you will understand how to define and manage transactions in Oracle. You will also learn how to diagnose and resolve user process locking problems. Related Exam Objectives: Monitor and resolve locking conflicts; Transactions and undo data
    00:40:26
    11
    Preview
    Managing Undo Data
    Multiplexing the Redo Log Files. Understanding Undo. Managing Undo. Summary: Undo data in Oracle enables us to restore previous data values if needed as well as provides us with multi-user access to database data. In this nugget we'll learn how to multiplex the redo log files and manage the undo tablespace and datafiles. Related Exam Objectives: Overview of Undo; Transactions and undo data; Managing undo
    00:29:31
    12
    Preview
    Implementing Oracle Database Security
    Reviewing Database Security Tasks. Using Standard Database Auditing. Summary: Here we revisit the subject of database security (it's a really important concept if you haven't put that together yet). Specifically, here we concentrate on a "laundry list" of security-related DBA tasks. Then we transition into a consideration of standard database auditing. Related Exam Objectives: Database Security and Principle of Least Privilege; Work with Standard Database Auditing
    00:34:00
    13
    Preview
    Database Maintenance
    Managing Optimizer Statistics. Managing Automatic Workload Repository. Using Advisory Framework. Setting Alerts. Summary: Like a vehicle or most other mechanical possessions, we need to perform regular maintenance to keep those items tuned up. The same thing goes for Oracle Database 11g. In this nugget we get a flying head start on the myriad self-tuning options supported by Oracle Database 11g. Sometimes we might think that Oracle does self-management so well that we can leave the DBA business! Related Exam Objectives: Use and manage optimizer statistics; Use and manage Automatic Workload Repository (AWR); Use advisory framework; Manage Alerts and Thresholds
    00:42:01
    14
    Preview
    Performance Management
    Using Automatic Memory Management. Using Memory Advisors. Troubleshooting Invalid and Unusable Objects. Summary: While performance tuning is a major subject on the Oracle Certified Professional (OCP) exam, here we cover the basics. We learn to tune memory and then discover and correct invalid/unusable database objects. Related Exam Objectives: Use Automatic Memory Management; Use Memory Advisors; Troubleshoot invalid and unusable objects
    00:26:20
    15
    Preview
    Intelligent Infrastructure Enhancements
    Using the Enterprise Manager Support Workbench. Managing Patches. Summary: Oracle support is not free, but if you have it you'll doubtless find it very comprehensive and extremely helpful. In this nugget we learn the basic mechanics of how to file issues with Oracle Support. Related Exam Objectives: Use the Enterprise Manager Support Workbench; Managing Patches.
    00:34:50
    16
    Preview
    Backup and Recovery Concepts
    Identifying Oracle Database Types of Failure. Tuning Instance Recovery. Checkpoints, Redo Log Files, and Archived Log Files. Configuring ARCHIVELOG Mode. Summary: Like performance tuning, backup and recovery is the other "centerpiece" subject on the OCP exams. Here we, again, cover the basic principles of this vast subject. Specifically, here we focus on backup and recovery concepts and the notion of database recovery. Related Exam Objectives: Identify the types of failure that can occur in an Oracle database; Describe ways to tune instance recovery; Identify the importance of checkpoints, redo log files, and archived log files; Overview of flash recovery area; Configure ARCHIVELOG mode
    00:31:41
    17
    Preview
    Performing Database Backups Part 1
    Creating Consistent Database Backups. Performing a Hot Backup. Creating Incremental Backups. Summary: This is part one of a three-part nugget miniseries on performing Oracle backups and restores. This particular nugget teaches you the "nuts" and bolts of performing backups by using both the RMAN utility as well as Oracle Enterprise Manager (OEM). Related Exam Objectives: Create consistent database backups; Back up your database without shutting it down; Create incremental backups
    00:37:23
    18
    Preview
    Performing Database Backups Part 2
    Automating Database Backups. Managing Backups. Viewing Backup Reports. Summary: In this nugget we continue our discussion from the previous lesson. Here we examine how to script out/automate database backups and examine backup reports. Related Exam Objectives: Automate database backups; Manage backups, view backup reports and monitor the flash recovery area
    00:31:32
    19
    Preview
    Performing Database Recovery
    Understanding Data Recovery Advisor. Performing Recovery (Control file, Redo Log File and Data File). Summary: In this nugget we look at the other side of the disaster recovery coin: that is, how to restore all or part of an Oracle 11g database by using RMAN and OEM. Related Exam Objectives: Overview of Data Recovery Advisor; Use Data Recovery Advisor to Perform recovery (Control file, Redo log file and Data file)
    00:29:45
    20
    Preview
    Moving Data
    Moving Data (Directory Objects, SQL*Loader, External Tables). Understanding Oracle Data Pump. Using Data Pump Export and Import. Summary: We complete the training by learning to use the built-in Oracle tools for performing data import and export. This supports technologies and scenarios such as data warehousing and Extract-Transform-Load (ETL). Related Exam Objectives: Describe and use methods to move data (Directory objects, SQL*Loader, External Tables); Explain the general architecture of Oracle Data Pump; Use Data Pump Export and Import to move data between Oracle databases

    https://www.filesonic.com/file/4231810135/Oracle Database 11g DBA 1 1Z0-052.part1.rar
    https://www.filesonic.com/file/4231810145/Oracle Database 11g DBA 1 1Z0-052.part2.rar
    https://www.filesonic.com/file/4231810155/Oracle Database 11g DBA 1 1Z0-052.part3.rar
    https://www.filesonic.com/file/4231810095/Oracle Database 11g DBA 1 1Z0-052.part4.rar

    https://uploading.com/files/7b1e5dec...052.part1.rar/
    https://uploading.com/files/3662e445...052.part2.rar/
    https://uploading.com/files/2c564fbd...052.part3.rar/
    https://uploading.com/files/6bm67687...052.part4.rar/

    https://www.fileserve.com/file/47BQhZw/Oracle Database 11g DBA 1 1Z0-052.part3.rar
    https://www.fileserve.com/file/63MVFY9/Oracle Database 11g DBA 1 1Z0-052.part4.rar
    https://www.fileserve.com/file/UkT3dTM/Oracle Database 11g DBA 1 1Z0-052.part2.rar
    https://www.fileserve.com/file/fMuyxhx/Oracle Database 11g DBA 1 1Z0-052.part1.rar

    https://www.filejungle.com/f/fD6Ccj/Oracle Database 11g DBA 1 1Z0-052.part1.rar
    https://www.filejungle.com/f/mbhgqz/Oracle Database 11g DBA 1 1Z0-052.part2.rar
    https://www.filejungle.com/f/mhuHKw/Oracle Database 11g DBA 1 1Z0-052.part3.rar
    https://www.filejungle.com/f/uvFyrw/Oracle Database 11g DBA 1 1Z0-052.part4.rar



  2. #2
    عضو
    تاريخ التسجيل
    Sep 2007
    المشاركات
    3
    معدل تقييم المستوى
    0

    رد: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

    الله عليييييييييييييييييييييييييييييييييييييييييك
    :ah4:
    :ah7:

  3. #3
    مشرف سابق الصورة الرمزية A Beautiful Mind
    تاريخ التسجيل
    Aug 2009
    المشاركات
    2,611
    الدولة: Egypt
    معدل تقييم المستوى
    44

    رد: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

    بارك الله فيك اخى العزيز على ما تقوم به
    لك منى اجمل تقييم ليك منتظرين منك دائما كل ما هو جديد
    Closed

  4. #4
    عضوية جديدة
    تاريخ التسجيل
    Nov 2011
    المشاركات
    23
    الدولة: Egypt
    معدل تقييم المستوى
    0

    رد: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

    جزاك الله خيرا على المجهود الرائع
    بس ياريت اللي عنده شرح عربي للكورس دا يفيدنا بيه برده

  5. #5
    عضو
    تاريخ التسجيل
    Sep 2007
    المشاركات
    3
    معدل تقييم المستوى
    0

    رد: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

    تم التحميل بحمد الله
    :D

    مشكووووووووووووووووووووووووووووووووووووووووووووووو وووووووووووووووووووووووووووووووووووووووووووووور
    :ah4:

  6. #6
    عضو
    تاريخ التسجيل
    Nov 2008
    المشاركات
    117
    الدولة: Egypt
    معدل تقييم المستوى
    16

    رد: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

    شكرا على مروركم
    و الحمدلله انها افادت ناس
    بالتوفيق لنا جميعا يا رب


  7. #7
    مخالف للقوانين
    تاريخ التسجيل
    Feb 2009
    المشاركات
    1,027
    الدولة: Egypt
    معدل تقييم المستوى
    0

    رد: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

    ألف شكر ليك على هذا الموضوع الرائع ياريت لو عندك شرح FORMS AND REPORTS

  8. #8
    عضو
    تاريخ التسجيل
    Nov 2008
    المشاركات
    117
    الدولة: Egypt
    معدل تقييم المستوى
    16

    رد: CBT Nuggets Oracle Database 11g DBA 1 1Z0-052

    شكرا لمرورك استاذ هلال بس مش لاقى ماتريال لل developer
    ان شاء الله لو لقيت اجيبهم

المواضيع المتشابهه

  1. CBT Nuggets Oracle Database 11g SQL Fundamentals 1 1Z0-051
    بواسطة bloodyelf في المنتدى الأرشيف
    مشاركات: 1
    آخر مشاركة: 19-12-2011, 18:46
  2. Oracle Database 11g - Underground Advice for Database Administrators
    بواسطة bloodyelf في المنتدى الأرشيف
    مشاركات: 0
    آخر مشاركة: 15-12-2011, 02:28
  3. Expert Oracle Database Architecture: Oracle Database Programming 9i, 10g, and 11g Te
    بواسطة Abouzied في المنتدى الأرشيف
    مشاركات: 5
    آخر مشاركة: 04-10-2010, 11:49

المفضلات

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •