Top Banner
EIM April 19, 2010
27

EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Dec 22, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

EIMApril 19, 2010

Page 2: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Robin Weaver13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products

Michael HancockHighly Skilled DBASunGard Banner ExpertiseBank of America Experience

Page 3: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Charlotte is a SunGard Banner School.

The Banner® Unified Digital Campus Software is the world’s most widely used collegiate administrative suite of student, financial aid, finance, human resources, and advancement systems.

Banner runs on the Oracle RDBMS.

Page 4: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Finance

Financial AidHR

Student

IDs, Names, Addresses,

Phone #

Common Threads

Page 5: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

SystemFinance

ModuleGrants

ModulePurchasing

ModuleVendors

FormFTIIDEN

FormFINPO

FormFOIIDEN

Page 6: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

The Banner Operational Data Store (Banner ODS) enables extraction of information from Banner

Reorganizes the information into a simplified set of tables

End users can then create and deploy operational and ad hoc reports.

Banner ODS provides an extensive and flexible data store and business-organized reporting views with fewer columns and improved performance.

Used in conjunction with WebFocus Reporting.

Page 7: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.
Page 8: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.
Page 9: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Banner6,140 Tables

4,634 Views

ODS 595 Tables

716 Views

Page 10: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

EIMJune 23, 2009

Page 11: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Oracle Data Guard is an effective and comprehensive method of achieving data availability, data protection, and disaster recovery solution for Oracle enterprise databases. It provides the management, monitoring, and automation software infrastructure to create and maintain one or more synchronized standby databases to protect data from failures, disasters, errors, and corruptions.

Page 12: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

A standby database is initially created from a backup copy of the primary database. In our case, this is BanProd, the Banner production database.Once created, Data Guard automatically maintains the standby database as a transactionally consistent copy of the primary database.

Page 13: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

We currently have hardware and application redundancy.We do not currently have database redundancy for our Banner production data. In the event of a database failure, we would have to recover from tape.

Page 14: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.
Page 15: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Physical standbys offer:An identical physical copy of the primary database Disaster recovery and high availability Data protection Reduction in primary database workload Performance

Logical standbys offer:Simultaneous use for reporting, summations and queries Efficient use of standby hardware resources Reduction in primary database workload

Page 16: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Disaster\Failure Recovery and High Availability

Data Guard provides an efficient and comprehensive disaster recovery and high availability solution.

Automatic failover and easy-to-manage switchover capabilities allow quick role reversals between primary and standby databases, minimizing the downtime of the primary database for planned and unplanned outages.

Page 17: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Complete Data Protection

A standby database also provides an effective safeguard against data corruptions and user errors.

Storage level physical corruptions on the primary database do not propagate to the standby database. Similarly, logical corruptions or user errors that cause the primary database to be permanently damaged can be resolved.

Redo data is validated at the time it is received at the standby database and further when applied to the standby database.

Page 18: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Efficient Utilization of System ResourcesA physical standby database can be used for backups and read-only reporting, thereby reducing the primary database workload and saving valuable CPU and I/O cycles. A physical standby database can also be easily converted back and forth between being a physical standby database and an open read/write database, without compromising data protection. A logical standby database enables read-write access to a synchronized standby database, and/or adding local tables to the standby database that can also be updated, and/or creating additional indexes to optimize read performance.

Page 19: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Flexibility in Data Protection to Balance Availability Against Performance Requirements

Oracle Data Guard offers 3 modes to help enterprises balance data availability against system performance requirements:

Maximum Protection (synchronous) Maximum Availability (asynchronous) Maximum Performance (redo only)

Page 20: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Protection from Communication Failures

If network connectivity is lost between the primary and one or more standby databases, redo data cannot be sent from the primary to those standby databases. Once connectivity is re-established, the missing redo data is automatically detected by Data Guard and the necessary archive logs are automatically transmitted to the standby databases. The standby databases are resynchronized with the primary database, with no manual intervention by the administrator.

Page 21: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Fast-Start Failover Capabilities

This capability allows Data Guard to automatically, and quickly fail over to a previously chosen, synchronized standby database in the event of loss of the primary database, without requiring any manual steps to invoke the failover, and without incurring any data loss.

Following a fast-start failover, once the old primary database is repaired, Data Guard automatically reinstates it to be a standby database thereby restoring high availability to the Data Guard configuration.

Page 22: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Centralized and Simple Management

Data Guard Broker automates the management and monitoring tasks across the multiple databases in a Data Guard configuration. Administrators may use either Oracle Enterprise Manager (Grid Control) or the Broker’s own specialized command-line interface (DGMGRL) to take advantage of this integrated management framework.

Page 23: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Integrated with Oracle Database

Data Guard is available as an integrated feature of the Oracle Database (Enterprise Edition) at no extra cost.

Page 24: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Data Guard and RMAN

The process of backing up data files and archived logs can be offloaded to the standby system to minimize the impact of backup operations on the production system.

These backups can be used to recover the primary or standby database.

Page 25: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

Fast Connection Failover

Provides fast failover of database connections by allowing you to configure FAN-integrated JDBC clients to automatically subscribe to FAN HA events and react to service, instance, and database UP and DOWN events.

Page 26: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.

SummaryDisaster\Failure Recovery and High AvailabilityComplete Data ProtectionEfficient Utilization of System ResourcesFlexibility in Data Protection to Balance Availability Against Performance RequirementsProtection from Communication FailuresFast-Start Failover CapabilitiesCentralized and Simple ManagementIntegrated with Oracle DatabaseData Guard and RMANFast Connection Failover

Page 27: EIM April 19, 2010. Robin Weaver 13 Years with IBM Prior to Assignment at UNC Charlotte Range of Database Development/Data Management Projects and Products.