Tag: IOUG

There may be times when it makes sense to consider an open source-based DBMS like Postgres along side your Oracle databases. The session will cover how to migrate from Oracle to Postgres, quickly and without risk, by taking advantage of automated tools to analyze and convert definitions, tables, views, stored procedures and indexes.

Introducing the latest Database from Oracle: Oracle Database 19c.  Oracle Database 19c is currently slated to be a "Long Term Support Release" meaning there is good reason for many customers to consider upgrading to Database 19c as older database versions including 11x and 12x will be moving into desupported mode.  This session will cover what's…

Have you ever been overwhelmed looking at an AWR report and not sure where to start?  I will show you the different types of AWR reports,  information that is contained within each section and how you can use it to tune and troubleshoot your database.  I will provide examples of how I've used the reports…

The 2019 edition of “YOUR machine and MY database - a performing relationship!?” is intended to be an information for Oracle DBAs, DB developers and system administrators who want to learn more about how today's databases, modern operating systems, hypervisors and current hardware works together. Databases affect machines, machines affect databases. Optimizing one is pointless…

We know different IO types that are used by the database. The DB need them, to fullfill its tasks. This lecture shows how and where they are different, and explains the advantanges and disadvantages of each. We will talk about access to tablespaces, online/archived redo logs and different file types connected to the instance. I'll include…

An exciting new feature of Oracle Database 18c is "Centrally Managed Users" (CMU). This, for the first time, allows for simple and complete user management integration with Active Directory (AD). No additional licenses required! Previously, Oracle Enterprise User Security (EUS) was needed as an intermediate component bridging the Oracle Database to Active Directory. And while…

Oracle Database In-Memory introduces a new in-memory columnar format that is compatible with all existing applications. This session will explore how Database In-Memory enables "Real-Time Analytics" by allowing analytic style queries to be run directly on source data. It will also explore the key performance enhancing features of Database In-Memory including in-memory scans, predicate push down, hash joins with bloom filters, vector group by aggregation, and new high-performance features like In-Memory Expressions and Join Groups.

When databases get ever larger and larger, backing them up using traditional RMAN backupsets will quickly get unfeasible. Completing a backup requires too much time and resources, but more importantly the same also applies to restores. RMAN has always provided a solution as incrementally updated image copies, but they are much less manageable than backupsets.…