Automatic Storage Management (ASM) Best Practices OUGN Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS

Size: px
Start display at page:

Download "Automatic Storage Management (ASM) Best Practices OUGN Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS"

Transcription

1 Automatic Storage Management (ASM) Best Practices OUGN Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS

2 Agenda Concepts, Architecture New Features in Database Release 11g Tips and Techniques Examples, Demo

3 ASM Architecture - Overview 1. Automatic Storage Management (ASM) instance Oracle instance that manages the diskgroup metadata 2. ASM Disk Groups Logical grouping of disks Determines file mirroring options 3. ASM Disks LUNs presented to ASM 4. ASM Files Files that are stored in ASM disk groups are called ASM files, this includes database files

4 ASM Architecture - Overview ASM provides filesystem and volume manager capabilities built into the Oracle Database kernel Provides a simple storage management interface across all server and storage platforms Discover and associate (adding) disks under ASM management A disk can be partition of a physical spindle, the entire spindle, or a LUN in a RAID group set Logical volumes can be presented to ASM as disks, but not a good practice, since an extra layer is added to IO code path, and thus some level of overhead

5 Key Benefits of ASM I/O is spread evenly across all available disk drives to prevent hot spots and maximize performance ASM eliminates the need for over provisioning and maximizes storage resource utilization facilitating database consolidation Performs automatic online redistribution after the incremental addition or removal of storage capacity Maintains redundant copies of data to provide high availability, or leverage 3rd party RAID functionality Capable of leveraging 3rd party multi-pathing technologies

6 Key Benefits of ASM (cont.) An Oracle Database can contain ASM and non-asm files. Any new files can be created as ASM files whilst existing files can also be migrated to ASM RMAN commands enable non-asm managed files to be relocated to an ASM disk group Enterprise Manager can be used to manage ASM disk and file management activities ASM reduces Oracle Database cost and complexity without compromising performance or availability

7 Software Stack With and Without ASM APPL1 APPL2 APPL3 APPL1 APPL2 APPL3 DB1 DB2 File System DB1 DB2 Logical Volume Manager ASM OPERATING SYSTEM OPERATING SYSTEM

8 Disk Group Dynamic Rebalancing Automatic online rebalancing whenever storage configuration changes Only move data proportional to storage added No need for manual I/O tuning Online migration to new storage

9 Mirroring And Striping Mirroring : Redundant copies of data over multiple disks Primary data extents Secondary data extents Striping : Spreading data over multiple disks Unstriped Disks Striped Disks

10 ASM Instance Oracle instance to manage the metadata for disk groups All metadata modifications are done by the ASM instance Database instances connect to ASM instance to create, delete, resize, open, or close files Database instances read/write directly to the disks One ASM instance is required per node The ASM instance comprises shared memory structure (SGA) and background processes The ASM instance contains no physical files other than the password file and the parameter file Instance alert log file and trace files in the admin directories (release 10g), or diag directory (release 11g)

11 ASM Instance (cont.) Works with the RAC architecture to support clustered storage environments In RAC environments, there will be one ASM instance per clustered node, and the ASM instances communicate with each other on a peer-to-peer basis using the interconnect Generally named +ASM, in a RAC environment +ASM1, +ASM2, etc

12 ASM Instance (cont.) instance_type=asm asm_diskstring asm_diskgroups asm_power_limit sga_target or memory_target ; used in ASM release 11.1 db_cache_size=64m ; The buffer cache area is used to cache metadata blocks shared_pool=12m ; Used for standard memory usage (control structures, etc.) to manage the instance large_pool=128m ; Used to store extent maps processes Background processes RBAL This process performs global opens of all the disks in the disk groups, manages rebalancing operations ASMB Periodic messages are exchanged to update statistics and provide a heartbeat mechanism O00x A group of slave processes establish connections to the ASM instance

13 ASM Diskgroups Highest-level data structure in ASM Comparable to a LVM s volume group SQL> create diskgroup <name> disk <path>, <path> ; When the diskgroup has been created, metadata information, which includes creation date, diskgroup name, and redundancy type, is stored in the SGA and on each disk (in disk header) within the diskgroup A disk and a database file can only be part of one diskgroup A database can store its files in multiple diskgroups Recommended to have two diskgroups: Database area Flash recovery area

14 ASM Disks Unit of persistent storage for a disk group Accessed through normal OS interfaces Oracle must have read/write access Must be accessible to all nodes of a cluster May have different names on different nodes Cannot be a local filesystem file Must not include partition table Unit that fails if using redundancy Disks in a disk group are the same percent full Best practice is to have disks of same capacity (size, throughput) belonging to the same diskgroup ASM must scale to support at least 10,000 disks in a disk group

15 Allocation Unit ASM Disk 1 MB ASM disks are divided into allocation units Unit of allocating storage to a file 1 MB in size ; release 10g 1, 2, 4, 8, 16, 32, 64 MB ; release 11g Small enough to not be hot Large enough for efficient sequential access Many allocation units in a single file

16 Redundancy and Failure Groups External redundancy No mirroring, no failure groups Normal redundancy ; default Files are two-way mirrored, requiring at least two failure groups High redundancy Using three-way mirroring, requiring at least three failure groups Redundancy level set at creation time A failure group, a subset of a diskgroup, is a collection of disks that can become unavailable due to a failure of one of its associated components; e.g., controllers or entire arrays Disks in two separate failure groups (for the same diskgroup) must not share a common failure component The primary extent and its mirror copy are always stored in separate failure groups

17 Redundancy Levels External redundancy data exists only once Normal redundancy two-way mirroring one additional extent copy at least two failure groups High redundancy three-way mirroring two additional copies at least three failure groups

18 ASM Files Datafiles, control files, spfiles, and redo log files, incl archived log files, can be stored in ASM diskgroups Rman backups ASM file names are in the format of +diskgroup_name/database_name/file_type/tag_name.file_n umber.incarnation ASM Alias name format: instead of a file and incarnation number, a user-friendly string name is used For best practices, implement the Oracle Managed File (OMF) feature Log files, trace files and executables are stored outside ASM diskgroups

19 ASM Rebalance and Redistribution ASM allocates space in units called allocation units (AU) A database file is broken up into file extents (coarse and fine distribution) Changing the storage configuration, for example adding a disk to a diskgroup, will trigger a rebalance operation The objective of the rebalance operation is to provide an even distribution of file extents and space usage across all disks in the diskgroup Rebalancing involves physical movement of file extents If removing or adding several disks, it is best to add or remove drives all at once, this will reduce the number rebalance operations that are needed for storage changes

20 ASM Views V$ASM_DISK V$ASM_DISKGROUP V$ASM_DISK_STAT V$ASM_DISKGROUP_STAT V$ASM_OPERATION V$ASM_CLIENT V$ASM_FILE V$ASM_ALIAS V$ASM_TEMPLATE

21 ASMCMD Utility Command line interface providing access to the files and directories within the ASM diskgroups $ export ORACLE_SID=+ASM $ asmcmd ASMCMD> lsdg State Type Rebal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Name MOUNTED NORMAL N DATA1/ MOUNTED EXTERN N FRA1/ ASMCMD> cd data1 ASMCMD> ls X1020/ X1110/ ASMCMD> cd X1110/ ASMCMD> ls CONTROLFILE/ DATAFILE/ ONLINELOG/ PARAMETERFILE/ TEMPFILE/ spfilex1110.ora ASMCMD> ls DATAFILE/ SYSAUX SYSTEM UNDOTBS USERS ASMCMD>

22 Migrating to ASM ASM migration using Data Guard physical standby Use this method if your requirement is to minimize downtime during the migration. It is possible to reduce total downtime to just seconds by using the best practices described in the white paper ASM migration using Rman A simpler approach, but one that can result in downtime measured in minutes to hours, depending on the method used for migration ASM migration using DBMS_FILE_TRANSFER

23 Copying Files To and From ASM Diskgroups Across ASM diskgroups Between the OS file system and ASM diskgroups 1. Using Rman 2. Using the DBMS_FILE_TRANSFER package 3. Through ftp to the XML DB Virtual Folder 4. Using the ASMCMD command cp in release 11g

24 ASM New Features in Release 11g ASM Fast Mirror Resync ASM Preferred Mirror Read ASM Rolling Upgrades and Patches ASM Scalability and Performance Enhancements Multiple Allocation Unit Size SYSASM Privilege ASMCMD Extensions To use the new diskgroup features, the disk group compatibility attribute must be set to 11.1

25 Without ASM Fast Mirror Resync 1 ASM redundancy used 2 Disk access failure Oracle Database 10g and 11g 4 Disk added back: 3 Disk automatically dropped: Extents rebalanced All dropped extents re-created

26 With ASM Fast Mirror Resync 1 ASM redundancy used 2 Disk access failure Oracle Database 11g 4 Disk again accessible: Auto resync modified extents 3 Failure time < DISK_REPAIR_TIME> Access other extents

27 ASM Fast Mirror Resync Define DISK_REPAIR_TIME ALTER DISKGROUP dgroupa SET ATTRIBUTE 'DISK_REPAIR_TIME'='3H'; ALTER DISKGROUP dgroupa OFFLINE DISKS IN FAILGROUP contrl2 DROP AFTER 5H; Check time left before ASM drops offlined disk SELECT REPAIR_TIMER FROM V$ASM_DISK; Online disk after completing maintenance ALTER DISKGROUP dgroupa ONLINE DISKS IN FAILGROUP contrl2 POWER 2 WAIT;

28 ASM Preferred Mirror Read Allow local mirror read operations Eliminate network latencies in extended clusters Site A Site B P Extended Cluster S ASM_PREFERRED_READ_ FAILURE_GROUPS=DATA.SITEA ASM_PREFERRED_READ_ FAILURE_GROUPS=DATA.SITEB SELECT preferred_read FROM v$asm_disk; SELECT * FROM v$asm_disk_iostat;

29 ASM Rolling Upgrades and Patches Maximizes database availability in a cluster How it works Place cluster in Rolling Migration mode Bring down ASM on a cluster node Upgrade or patch software Restart ASM Stop Rolling Migration mode after upgrading all nodes

30 ASM Scalability and Performance Enhancements Variable size extents Grows automatically with file size Benefits Increase ASM file size Reduce memory utilization in SGA 100% automatic 63 disk groups 10,000 ASM disks 4 petabyte per ASM disk 40 exabyte of storage 1 million files per disk group Maximum file size: External redundancy: 140 PB Normal redundancy: 42 PB High redundancy: 15 PB

31 SYSASM Privilege SYSASM role to manage ASM instances separates duty of DBAs and storage administrators SQL> CONNECT / AS SYSASM SQL> CREATE USER ossysasmusername IDENTIFIED by passwd; SQL> GRANT SYSASM TO ossysasmusername; SQL> CONNECT ossysasmusername / passwd AS SYSASM; SQL> DROP USER ossysasmusername; SYSDBA will be deprecated for ASM management: Oracle Database 11g Release 1 behaves as in 10g In future releases SYSDBA privileges restricted in ASM instances

32 Multiple Allocation Unit Size Allocation Unit (AU) selected at disk group creation time and may be 1,2,4,8,16,32,64 MB Set Oracle MAX_IO_SIZE = AU size Default MAX_IO_SIZE is 1MB MAX_IO_SIZE determines default AU size Striping coarse stripe size = 1 AU fine stripe size = 128KB Higher performance for large sequential I/O (DW) Better leverage of Hardware RAID read-ahead

33 ASMCMD Extensions User created directories Templates Disk group compatibility Disk group name Disk names and failure groups md_backup md_restore repair Repair Bad Blocks $ asmcmd help lsdsk cp Copy files List ASM disks

34 Tips and Techniques Best Practices Should ASM be installed in a separate Oracle_Home? Yes, it is recommended to install and run ASM in a separate Oracle_Home. Use the latest RDBMS version, currently version For release 10g, use version plus patch for defect Where do I run the database listener from, the ASM Oracle_Home or the Database Oracle_Home? It is recommended to run the listener from the ASM Oracle_Home, or a separate Oracle_Home. This is particularly important for RAC installations since the listener is a node-level resource.

35 Tips and Techniques Best Practices (cont.) How to separate ASM administrators from DBAs? Choose a different OSDBA group for the ASM installation (asmdba) than for the Database installation (dba). The Database instance connects to ASM using OSDBA group of the ASM instance, which means that the software owner for each Database instance connecting to ASM must be a member of ASM's OSDBA group. In 11g, ASM administrator has to be member of a separate SYSASM group to separate ASM administrators and DBAs.

36 Tips and Techniques Best Practices (cont.) Can the Database instance and the ASM instance run different versions? Yes, the ASM instance can be at a higher version or a lower version than its client databases. There are two components of compatibility: 1. Software compatibility The compatible instance parameter 2. Diskgroup compatibility attributes: compatible.asm compatible.rdbms

37 Tips and Techniques Best Practices (cont.) What instance parameters need to be configured for ASM instances? The default parameter settings work perfectly for ASM release 11g. The only parameters needed for ASM release 11g: instance_type asm_diskstring asm_diskgroups Does the FILESYSTEMIO_OPTIONS parameter need to be configured in the Database instance when using ASM? No, the Database instance does I/O directly to the raw disk devices, whereas the FILESYSTEMIO_OPTIONS parameter is only for file systems

38 Tips and Techniques Best Practices (cont.) How many diskgroups should I have? The general recommendation is two diskgroups: 1. Database area 2. Flash recovery area What redundancy level should be used? Use normal redundancy level, or high redundancy level, if the underlying storage system does not provide mirroring. You can rely on external redundancy level if the underlying storage system provides mirroring and you determine that failgroups are not needed.

39 Tips and Techniques Best Practices (cont.) What size would be a good allocation unit (AU) for disk groups? In 10g, the allocation unit size is, by default, set to 1 MB. In 11g, it is recommended to use 4 MB. What is the best LUN size for ASM? There is no generic best size, in most cases the storage team will dictate based on their standardized LUN size. Communicate the ASM Best Practices and application characteristics to the storage team: Need equally sized / performance LUNs Do not use LUNs larger than 2 TB (minimum of 4 MB) The capacity requirement The workload characteristic (random r/w, sequential r/w) & any response time SLA

40 Tips and Techniques Best Practices (cont.) Would it be better to use BIGFILE tablespaces, or default (SMALLFILE) tablespaces for ASM? The use of BIGFILE tablespaces has no bearing on ASM, or vice versa. In fact, most database object related decisions are transparent to ASM. How to backup the ASM instance? All the metadata the ASM instance needs to startup is on on-disk structures (in the disk headers). There are no datafiles or control files that need to be backed up. The only file you can consider to back up is the instance parameter file. In 11g, use the ASMCMD md_backup to take a copy of the metadata.

41 Tips and Techniques Best Practices (cont.) When should I use RMAN and when should I use ASMCMD copy? RMAN is the recommended and most complete and flexible method to backup and transport database files in ASM. ASMCMD cp is good for copying single files Supports all Oracle file types Can be used to instantiate a Data Guard environment Does not update the controlfile Does not create OMF files

42 Tips and Techniques Best Practices (cont.) Is it possible to unplug an ASM disk group from one platform and plug into a server on another platform, for example from Solaris to Linux)? No, cross-platform disk group migration is not supported. To move datafiles between endian-ness platforms, you need to use XTTS, Datapump or Streams. How does ASM work with multipathing software? Oracle does not certify or qualify multi-pathing tools. ASM does, however, leverage multi-pathing tools. Use multi-pathing if the underlying storage supports it. Multipathing software is at a layer lower than ASM, and thus transparent to ASM. You may need to adjust the ASM_DISKSTRING parameter to specify only the path to the multipathing pseudo devices.

43 Tips and Techniques Best Practices (cont.) AIX specific information: Do not assign a PVID to ASM disks Assigning a Physical Volume ID (PVID) to an existing ASM disk will destroy the ASM disk header rendering the ASM disk unusable. How to repair damaged disk headers? If you encounter an error situation caused by corrupt disk headers leading to invalid ASM metadata, open a service request with Oracle Support to get technical assistance from the ASM team. Depending on the extent of the damage, it may be possible to manually repair the disk headers. However, if internal structures cannot be patched, the only solution will be to recreate the diskgroup and restore data from backup. Make sure you always have a good backup of your data. Also, store backup copies outside ASM diskgroups.

44 Tips and Techniques Best Practices (cont.) Should ASMLib be used on Linux installations? Yes, this is the recommendation. The ASMLib interface is not required to run ASM, however, it provides easier management of disk discovery and provisioning. Set the ASM_DISKSTRING parameter to ORCL:.

45 References Oracle Database Storage Administrator's Guide 11g Release 1 (11.1) B pdf ASM Collateral and Content Best Practices for Minimal Downtime Migration to ASM Oracle 10g Release 2 a_wp_10gr2_asmmigrationwithdg.pdf

46 References (cont.) ASM and Multipathing Generic Best Practices and Information Matrix March asm%20and%20multipathing%20best%20practices%20info%20matrix % pdf MyOracleSupport Note: ASM Technical Best Practices MyOracleSupport Note: How to perform Rolling Upgrade/Downgrade in 11g ASM

47

COPYRIGHTED MATERIAL. Using Oracle ASM. Chapter. ÛÛDatabase Architecture and ASM. Describe Automatic Storage Management (ASM)

COPYRIGHTED MATERIAL. Using Oracle ASM. Chapter. ÛÛDatabase Architecture and ASM. Describe Automatic Storage Management (ASM) Chapter 1 Using Oracle ASM Oracle Database 11g: Administration II exam objectives covered in this chapter: ÛÛDatabase Architecture and ASM NN NN NN NN Describe Automatic Storage Management (ASM) Set up

More information

See the disks inside ASM ASM> select name,label,path,header_status,os_mb,free_mb from v$asm_disk order by 2;

See the disks inside ASM ASM> select name,label,path,header_status,os_mb,free_mb from v$asm_disk order by 2; -- Demystifying ASM REQUIRED_MIRROR_FREE_MB and _FILE_MB -- See the available ASMLIB disks ASM>!oracleasm listdisks ACFS DATA JBOD01 JBOD02 JBOD03 JBOD04 JBOD05 JBOD06 RECO -- See the disks inside ASM

More information

Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices

Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices 7/30/09 1 Table of Contents Introduction... 3 Overview of Oracle Database 10g Release

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management Introduction... 3 Database Migration to ASM

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management Executive Overview... 3 Introduction... 3 Database

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Oracle 12c Flex ASM & Flex Cluster

Oracle 12c Flex ASM & Flex Cluster Oracle 12c Flex ASM & Flex Cluster PRESENTER Yenugula Venkata Ravikumar OCM, Head-Database Practice, 8th NOVEMBER 2014 BENGALURU, INDIA 1 2 ABOUT ME AGENDA The History of ASM Benefits Of ASM Automatic

More information

ASM New Features for Release 12.2

ASM New Features for Release 12.2 ASM New Features for Release 122 Uwe Kirchhoff 05122017 ASM 122 Features 1 2 Flex Disk Group Extended Cluster Why the Flex Diskgroup? Deployment inflexibility Storage administrator must choose disk group

More information

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps Oracle 1Z0-053 Dumps with Valid 1Z0-053 Exam Questions PDF [2018] The Oracle 1Z0-053 Oracle Database 11g: Administration II exam is an ultimate source for professionals to retain their credentials dynamic.

More information

ASM Internals. By Riyaj Shamsudeen. OraInternals Riyaj Shamsudeen

ASM Internals. By Riyaj Shamsudeen. OraInternals Riyaj Shamsudeen ASM Internals By Riyaj Shamsudeen OraInternals Riyaj Shamsudeen Me 20+ years as DBA OakTable member Oracle ACE Director Alumni Specializes in RAC, performance tuning and Internals. Slowly in to BigData

More information

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 CHECKLIST 5-1 Migration Preparation Operations 1 Capture database file metadata 2 Verify COMPATIBLE setting 3 Create INCREMENTAL

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version : DEMO Get Latest &

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 1z1-068 Title : Oracle Database 12c: RAC and Grid Infrastructure Administration

More information

ORACLE RAC DBA COURSE CONTENT

ORACLE RAC DBA COURSE CONTENT ORACLE RAC DBA COURSE CONTENT Course Objectives Understand Oracle Clusterware architecture Describe how Grid Plug and Play affects Clusterware Describe Automatic Storage Management (ASM) architecture Perform

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

A Deep Dive into ASM Redundancy in Exadata

A Deep Dive into ASM Redundancy in Exadata Emre Baransel Advanced Support Engineer - Oracle About Me Oracle ACE Alumni Advanced Customer Support Engineer Founding member of Turkish Oracle User Group Author of Data Guard Administration 11gR2 (Packt)

More information

Oracle 1Z Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0

Oracle 1Z Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0 Oracle 1Z0-053 Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ 1Z0-053 Oracle Database 11g: Administration II. This 1Z0-053 exam continues to cover basic

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set.

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set. Volume: 148 Questions Question No : 1 memory_target big integer 808M pga_aggregate_target big integer 0 sga_target big integer 0 SQL> SHOW PARAMETER SGA_MAX_SIZE NAME TYPE VALUE sga_max_size big integer

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure

More information

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product Oracle EXAM - 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Buy Full Product http://www.examskey.com/1z0-058.html Examskey Oracle 1Z0-058 exam demo product

More information

Andy Mendelsohn, Oracle Corporation

Andy Mendelsohn, Oracle Corporation ORACLE DATABASE 10G: A REVOLUTION IN DATABASE TECHNOLOGY Andy Mendelsohn, Oracle Corporation EXECUTIVE OVERVIEW Oracle Database 10g is the first database designed for Enterprise Grid Computing. Oracle

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product Oracle EXAM - 1Z0-027 Oracle Exadata Database Machine Administration, Software Release 11.x Exam Buy Full Product http://www.examskey.com/1z0-027.html Examskey Oracle 1Z0-027 exam demo product is here

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس:

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس: Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 (48 hrs.) This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle Grid Infrastructure

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

How To Reduce Temp Tablespace Size In Oracle 11g

How To Reduce Temp Tablespace Size In Oracle 11g How To Reduce Temp Tablespace Size In Oracle 11g 12 How do I find used/free space in a TEMPORARY tablespace? One can manually increase or decrease the size of a datafile from Oracle 7.2 using. With an

More information

EMC OPEN REPLICATOR MIGRATION FROM HP 3PAR TO EMC VMAX3 USING ORACLE DATABASE

EMC OPEN REPLICATOR MIGRATION FROM HP 3PAR TO EMC VMAX3 USING ORACLE DATABASE EMC OPEN REPLICATOR MIGRATION FROM HP 3PAR TO EMC VMAX3 USING ORACLE DATABASE ABSTRACT This white paper describes data transfer using EMC Solution Enabler Open Replicator pull software to transfer disk-to-disk

More information

Oracle 11gR2 ASM on AIX Configuration & Implementation Considerations

Oracle 11gR2 ASM on AIX Configuration & Implementation Considerations Oracle 11gR2 ASM on AIX Configuration & Implementation Considerations R. Ballough ballough@us.ibm.com IBM Advanced Technical Support October 1, 2013 Page 1 of 27 Introduction... 4 Automatic Storage Management

More information

Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB

Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB Harald van Breederode Oracle University 3-JUN-2016 1 Who Am I #include Senior Principal Trainer Oracle University 35 years

More information

Deploying Oracle Database 11gR2 with ASM and Hitachi Dynamic Provisioning Software on the Hitachi Virtual Storage Platform

Deploying Oracle Database 11gR2 with ASM and Hitachi Dynamic Provisioning Software on the Hitachi Virtual Storage Platform 1 Deploying Oracle Database 11gR2 with ASM and Hitachi Dynamic Provisioning Software on the Hitachi Virtual Storage Platform Best Practices Guide By Anantha Adiga October 2010 Month Year Feedback Hitachi

More information

11i on RAC: Sweating the Details. Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite

11i on RAC: Sweating the Details. Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite 11i on RAC: Sweating the Details Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite Acronyms and Glossary Terms RAC: Real Application Clusters OATM: Oracle Application

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Automatic Storage Management. UKOUG RAC & HA SIG September 30, Frits Hoogland

Automatic Storage Management. UKOUG RAC & HA SIG September 30, Frits Hoogland Automatic Storage Management UKOUG RAC & HA SIG September 30, 2010 Frits Hoogland 1 Poll Anyone using ASM currently? Version of ASM? 10.1 10.2 11.1 11.2 Anyone using OMF? As part of ASM implementation

More information

Recovering Oracle Databases

Recovering Oracle Databases CHAPTER 20 Recovering Oracle Databases In this chapter you will learn how to Recover from loss of a controlfile Recover from loss of a redo log file Recover from loss of a system-critical datafile Recover

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year! DUMP STEP Question & Answer ACCURATE STUDY GUIDES, HIGH PASSING RATE! Dump Step provides update free of charge in one year! http://www.dumpstep.com Exam : 1Z1-060 Title : Upgrade to Oracle Database 12c

More information

Veritas Storage Foundation for Oracle RAC from Symantec

Veritas Storage Foundation for Oracle RAC from Symantec Veritas Storage Foundation for Oracle RAC from Symantec Manageability, performance and availability for Oracle RAC databases Data Sheet: Storage Management Overviewview offers a proven solution to help

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 0845 777 7711 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn In this intensive course, you'll learn about

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Eliminating Downtime When Migrating or Upgrading to Oracle 10g

Eliminating Downtime When Migrating or Upgrading to Oracle 10g Transactional Data Management Solutions December 13, 2005 NYOUG Eliminating Downtime When Migrating or Upgrading to Oracle 10g Agenda GoldenGate Overview What is Transactional Data Management? Why Migrate/Upgrade

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview This Oracle 11g Release 2 RAC & Grid Infrastructure Administration course provides an introduction to the general features

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

Installing the Oracle Database Softwar

Installing the Oracle Database Softwar Contents chapter 1:Architecture Oracle Database Architecture Database Structures Oracle Memory Structures Process Structures Oracle Instance Management Server Process and Database Buffer Cache Physical

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn In this intensive course, students will learn about the Oracle Grid Infrastructure products. This includes

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-063 Title : Oracle Database 12c: Advanced Administration Vendor : Oracle Version : DEMO Get Latest

More information

Oracle - 1z Upgrade to Oracle Database 12c

Oracle - 1z Upgrade to Oracle Database 12c 1 Oracle - 1z0-060 Upgrade to Oracle Database 12c QUESTION: 1 Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The

More information

ASM migration process

ASM migration process Management on Dell/EMC Storage Arrays By Zafar Mahmood, Uday Datta Shet, and Bharat Sajnani ASM migration process The process for migrating an Oracle Real Application Clusters (RAC) database from Oracle

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Duration: 5 Days What you will learn This 11g

More information

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version :

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version : Oracle 1Z0-043 Oracle Database 10g: Administration II Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-043 QUESTION: 172 You lost the index tablespace in your database. You decided

More information

What you will learn. interface clients. Learn To:

What you will learn. interface clients. Learn To: Oracle Uni Contact Us: 08 Oracle 11g: RAC and Grid Infrastructure Admin Durat5 Da What you will learn This Oracle 11g: RAC and Grid Infrastructure Administr Oracle Grid Infrastructure products, including

More information

Provide One Year Free Update!

Provide One Year Free Update! QUESTION & ANSWER HIGHER QUALITY, BETTER SERVICE Provide One Year Free Update! https://www.passquestion.com Exam : 1Z0-060 Title : Upgrade to Oracle Database 12c Version : DEMO 1 / 4 1.Your multitenant

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle Database 11g: Administration Workshop I Duration: 5 Days What you will learn This course is designed to give students a firm foundation in basic administration of Oracle Database 11g. In this class,

More information

1z z0-060 Upgrade to Oracle Database 12c

1z z0-060 Upgrade to Oracle Database 12c 1z0-060 Number: 1z0-060 Passing Score: 800 Time Limit: 120 min File Version: 7.1 1z0-060 Upgrade to Oracle Database 12c Exam A QUESTION 1 Your multitenant container (CDB) contains two pluggable databases

More information

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Oracle University Contact Us: +27 (0)11 319-4111 Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Duration: 1 Day What you will learn This package provides everything an

More information

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration.

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration. Volume: 71 Questions Question No : 1 Which two statements are true about migrating your database to Exadata? A. Because Exadata uses InfiniBand, in order to migrate your database to Exadata, you must have

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

Oracle 1Z Oracle Database 12c - Installation and Administration. Download Full version :

Oracle 1Z Oracle Database 12c - Installation and Administration. Download Full version : Oracle 1Z0-062 Oracle Database 12c - Installation and Administration Download Full version : http://killexams.com/pass4sure/exam-detail/1z0-062 QUESTION: 170 What is the effect of setting the STATISTICS_LEVEL

More information

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo Oracle Exam Questions 1Z0-052 Oracle Database 11g: Administration I Version:Demo 1. You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve

More information

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich Oracle ACE & OCP Ami@DBAces.com Oracle ACE About Me Oracle Certified Professional DBA (OCP) Founder and CEO, DBAces

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Focus On: Oracle Database 11g Release 2

Focus On: Oracle Database 11g Release 2 Focus On: Oracle Database 11g Release 2 Focus on: Oracle Database 11g Release 2 Oracle s most recent database version, Oracle Database 11g Release 2 [11g R2] is focused on cost saving, high availability

More information

Oracle Database 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

More information

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions 1Z0-034 Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-034 Exam on Upgrade Oracle9i/10g to Oracle Database 11g OCP... 2 Oracle 1Z0-034

More information

CHAPTER. Oracle Database 11g Architecture Options

CHAPTER. Oracle Database 11g Architecture Options CHAPTER 1 Oracle Database 11g Architecture Options 3 4 Part I: Critical Database Concepts Oracle Database 11g is a significant upgrade from prior releases of Oracle. New features give developers, database

More information

"Charting the Course... Oracle 18c DBA I (5 Day) Course Summary

Charting the Course... Oracle 18c DBA I (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager Database Express (EMDE), SQL Developer and SQL*Plus.

More information

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Duration: 5 Days What you will learn Oracle Database 12c: Clusterware & ASM Admin Accelerated

More information

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ]

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] s@lm@n Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] Topic break down Topic No. of Questions Topic 1: Pool 1 112 Topic 2: Pool 2 100 Topic

More information

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.)

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) Volume: 183 Questions Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) A. The user cannot set privileges on persistent lightweight jobs. B. The use

More information

Storage Designed to Support an Oracle Database. White Paper

Storage Designed to Support an Oracle Database. White Paper Storage Designed to Support an Oracle Database White Paper Abstract Databases represent the backbone of most organizations. And Oracle databases in particular have become the mainstream data repository

More information

Exam : 1Z Oracle Database 11g: New Features for Administrators. Title : Version : Demo. The safer, easier way to help you pass any IT exams.

Exam : 1Z Oracle Database 11g: New Features for Administrators. Title : Version : Demo. The safer, easier way to help you pass any IT exams. http://www.51- pass.com Exam : 1Z1-050 Title : Oracle Database 11g: New Features for Administrators Version : Demo 1 / 7 1. You are managing the APPPROD database as a DBA. You plan to duplicate this database

More information

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Duration: 5 Days What you will learn This Oracle Database 12c: Clusterware & RAC Admin Accelerated

More information

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

More information

An application brief from Hitachi Data Systems and Oracle. Application Brief

An application brief from Hitachi Data Systems and Oracle. Application Brief Oracle Database 10g Automatic Storage Management Best Practices with Hitachi Replication Software on the Hitachi Universal Storage Platform Family of Products An application brief from Hitachi Data Systems

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

Oracle DBA Course Content

Oracle DBA Course Content 1 Oracle DBA Course Content Database Architecture: Introduction to Instance and Database How user connects to database How SQL statement process in the database Oracle data dictionary and its role Memory

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Presented at Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Jacco H. Landlust Platform Architect Director Oracle Consulting NL, Core Technology December, 2014

More information

Oracle Multitenant What s new in Oracle Database 12c Release ?

Oracle Multitenant What s new in Oracle Database 12c Release ? Oracle Multitenant What s new in Oracle Database 12c Release 12.1.0.2? Saurabh K. Gupta Principal Technologist, Database Product Management Who am I? Principal Technologist, Database Product Management

More information

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions 1Z0-432 Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-432 Exam on Oracle Real Application Clusters 12c Essentials... 2 Oracle 1Z0-432

More information

Experience the GRID Today with Oracle9i RAC

Experience the GRID Today with Oracle9i RAC 1 Experience the GRID Today with Oracle9i RAC Shig Hiura Pre-Sales Engineer Shig_Hiura@etagon.com 2 Agenda Introduction What is the Grid The Database Grid Oracle9i RAC Technology 10g vs. 9iR2 Comparison

More information

Oracle 1Z Upgrade to Oracle Database 12c. Download Full Version :

Oracle 1Z Upgrade to Oracle Database 12c. Download Full Version : Oracle 1Z0-060 Upgrade to Oracle Database 12c Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-060 QUESTION: 141 Which statement is true about Enterprise Manager (EM) express in

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

Re-platforming the E-Business Suite Database

Re-platforming the E-Business Suite Database Re-platforming the E-Business Suite Database Ahmed Alomari Performance Specialist aalomari@cybernoor.com Database SIG Agenda Options Case Study Q & A Options Re-platforming Options Transportable DB Transportable

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? Volume: 176 Questions Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? A. A DBA can check specific tables with the DMU B. The database

More information