Tag: IOUG

When storage indexes kick in, the number of blocks that need to be returned from the storage cells drop dramatically. Since the storage cells can provide many blocks very quickly most of the time in big accesses is usually loading that information into the compute nodes. But storage indexes don't always kick in the way…

One of most commonly used architectures for in a database as a service (DBaaS)  cloud is virtualizing database. In this architecture, all the Oracle databases are running on virtual machines. To provide a database service, virtual machines with database preconfigured are dynamically provisioned. This session will discuss the two most commonly used virtualization methods: Oracle VM and VMware.

One of most commonly used architectures for in a database as a service (DBaaS)  cloud is virtualizing database. In this architecture, all the Oracle databases are running on virtual machines. To provide a database service, virtual machines with database preconfigured are dynamically provisioned. This session will discuss the two most commonly used virtualization methods: Oracle VM and VMware.

In this session I will share some of experience on migrate or upgrading different versions of Oracle databases to the Oracle 12cR2. This session will discuss the difference between upgrade and upgrade when you should use which method. We will also focus the latest 12cR2 upgrade tools and various upgrade 12cR2 paths/methods that help you…

Managing a large multitenant database with many pluggable database can be a difficult task. Many PDBs fight for the server resources like I/O, CPU and memory. It can be difficult to keep the SLAs agreed with your customers. Oracle Database 12c Release 2 offers improvments in resource management for PDBs and a new feature called…

Make the database smarter? Isn't it already smart enough? Well...no it isn't.  The Oracle Database provides a rich environment for the expression and incorporation of business logic within the data-layer. As powerful as PL/SQL is, it still hits a limit that forces logic to be implemented in the middle or client tier.  This presentation will…

The (Un)loved Child of Generation Cloud: Oracle Performance on VMware Virtualization as a backbone technology - an all-time-high topic, and much older than the current buzzword wit the capital C. Not uncomplicated regarding licensing and handling, such a hypervisor hides a bunch of nasty surprises for the unprepared. The talk will have a focus on…

Managing a large multitenant database with many pluggable database can be a difficult task. Many PDBs fight for the server resources like I/O, CPU and memory. It can be difficult to keep the SLAs agreed with your customers. Oracle Database 12c Release 2 offers improvments in resource management for PDBs and a new feature called…

Managing a large multitenant database with many pluggable database can be a difficult task. Many PDBs fight for the server resources like I/O, CPU and memory. It can be difficult to keep the SLAs agreed with your customers. Oracle Database 12c Release 2 offers improvments in resource management for PDBs and a new feature called…

The time-based analysis of SQL performance issues is taught and lived actively throughout the database world. It proved its value many times, and is often a good way to solve problems. But with only little or no knowledge of the application behind, performance analysts have difficulties monitoring the timing behavior of software components in a…