Oracle CloudWorld 2022 On-Demand
Get the very last out of Oracle CloudWorld 2022 by watching some of the recordings. You can find some really great sessions available on demand. All available for free on YouTube.
Oracle Data Pump and Compression – Also Without a License
Oracle Data Pump compression is convenient way of saving disk space and transferring files quicker. There are also options for those without Advanced Compression Option.
Can I Run Datapatch When Users Are Connected
To complete a patch apply you must execute datapatch. You can execute datapatch on a running database with users connected. But beware of the pitfalls.
Installing Oracle Database 19c and All the Things to Put on Top
When patching or upgrading to Oracle Database 19c, you can use this blog post to get a good overview of which patches to apply.
Upgrade, Data Guard and Downtime
Does Data Guard add more downtime to an upgrade? Can you do anything to make it lower?
Upgrade, Data Guard, and Restore Points
When you upgrade your Oracle Database, Flashback Database is an excellent fallback mechanism. It works fine in a Data Guard configuration as longs as you follow the right procedure.
How To Upgrade Data Guard – Standby Offline Method
If you want maximum protection during an Oracle Database upgrade with Data Guard, you should use the “standby offline” approach. Here’s how to do it.
Changing COMPATIBLE Parameter and Data Guard
How do you raise COMPATIBLE in a Data Guard configuration? Are there things to consider? What is the procedure? Find all the answers here.
How To Upgrade Data Guard – MAA Method
It is not that complicated to upgrade your database, even if it is part of a Data Guard setup. Using AutoUpgrade is fully supported and highly recommended. A little extra legwork is needed to take care of the standby database. But the good thing is that your Data Guard setup is maintained throughout the process.
Downgrade and Data Guard
If you experience problems with a new release of Oracle Database after go-live – downgrade might be the answer. Data Guard and downgrade works fine together if you follow the right procedure. Here’s how to do it.
Upgrade of Time Zone File and Flashback Database
You should always have a fallback plan. If you need to upgrade the time zone file, can you rely on Flashback Database?
Flashback and Data Guard
If you need to fallback a failed upgrade, you can use Flashback Database. You can even do it without compromising your Data Guard if you follow the procedure.
Upgrade and Data Guard
You can upgrade your Oracle Database to a new release and keep the Data Guard setup intact. There is no need to rebuild the standby database after the upgrade.
Why Does It Take so Long to Import Check Constraints?
When Data Pump creates constraints during import, they will be created in the same way as they were exported. Validated constraints must be validated again which can take quite some time.
If Importing Statistics Using DBMS_STATS Is Slow
Working with a customer learned us about the importance of gathering statistics as part of a migration.
Do I Need To Disable the Scheduler During Upgrade?
No, you don’t. But it might be a good idea.
Transparent Data Encryption and Multitenant
In a CDB the encryption keys goes into a united keystore. You can now isolate the PDBs even more by using a separate keystore for each PDB.
AutoUpgrade and Secure External Password Store Enables Complete Automation
Avoid typing TDE keystore password at all! Secure External Password Store and AutoUpgrade in combination enables complete automation of your Oracle Database upgrade and PDB conversion.
Upgrading an Encrypted Non-CDB and Converting To PDB
AutoUpgrade can automate the entire upgrade and PDB conversion process. With just one command.
Upgrading an Encrypted PDB
Latest version of AutoUpgrade now enables you to upgrade encrypted PDBs.
Upgrading an Encrypted Non-CDB or CDB
Upgrading an encrypted database is easy. You just need an auto-login keystore.
AutoUpgrade and Transparent Data Encryption (TDE)
Introduction blog post on how to use AutoUpgrade on encrypted databases.
XTTS: Full Transportable Export/Import
Get the know the details of Full Transportable Export/Import. What is included, and what is not included.
XTTS: Prerequisites
The easiest way to migrate with XTTS is to use version 4 of the Perl script and Full Transportable Export Import. Can you meet the requirements?
XTTS: Pro Tips
A collection of nuggets that I gathered while writing the blog post series on XTTS.
XTTS: Make It Fast
To make your migration with transportable tablespace faster, there are a few knobs you can turn.
XTTS: ASM Aliases and Why You Should Get Rid of Them
ASM aliases are very useful during the migration. But it is highly recommended to get rid of the aliases immediately after the migration.
XTTS: Testing the Procedure Multiple Times Using Read-Only Tablespaces
You can perform multiple tests of migrations using transportable tablespaces. If you keep the tablespaces in read-only mode, you can avoid restoring the data files every time.
XTTS: Testing the Procedure On Activated Standby Database
You should test your migration procedure. You can do that without interrupting your primary database by using a temporarily activated standby database.
XTTS: Target Database and Data Guard
Ensure that your target database is protected by Data Guard as soon as the migration completes.
XTTS: Bigfile Tablespaces
Bigfile tablespaces are often used in very large databases. Do they have an impact on your migration with transportable tablespaces and incremental backups?
XTTS: Backup on Standby Database
Offload the backups from the primary database when doing cross platform migrations with transportable tablespaces and incremental backups.
XTTS: Slow Network Between Source and Target
When migrating a database to a host over a slow network, it might pay off to compress the backup files.
What Is a Self-contained Transportable Tablespace Set
To use transportable tablespaces you must have a set of self-contained tablespaces. What does self-contained mean and what happens when you try to export anyway?
Rolling Upgrades of Oracle Database on Exadata Cloud Service
Upgrade your Oracle Database on ExaCS with very little downtime using DBMS_ROLLING
Get Started with Autoupgrade
Get started with AutoUpgrade and learn how to use our Hands-On Lab to sharpen your skills.
I Never Meet Joel, But I Have Met His Spirit #JoelKallmanDay
#JoelKallmanDay
New Webinars Coming Your Way
We are planning more webinars filled with great tech content. Sign up before your colleague.
Zero Downtime Migration – Logical Offline Migration How To Minimize Downtime
Logical offline approach requires downtime. Here is a few tricks to make the downtime as short as possible.
How To Upgrade An Encrypted Oracle Database and Convert to PDB
Your encrypted Oracle Database can now be upgraded and converted to a PDB using AutoUpgrade
Oracle Database 21c Is Here
Oracle Database 21c is now available on more platforms. Here’s my take on it.
Upgrade with Less Downtime
If your database is sensitive to downtime, you can use the fast deploy mode to run some tasks while the database is still online.
Zero Downtime Migration – Logical Online and Sequences
GoldenGate does not replicate changes to sequences, which is why you must handle them as part of your migration.
Zero Downtime Migration – Logical Migration and Statistics
Logical Migration does not transfer your optimizer statistics. It is crucial that you get statistics into your target database before starting production
Zero Downtime Migration – Logical Online Migration and Testing
Be sure to test your OCI database before going live. With Logical Online migration you have several options with Flashback Database being the preferred option.
Zero Downtime Migration – Physical Online Migration of Very Large Databases
Like huge container ships need a pilot, your huge database might also need a helping hand to navigate successfully to OCI using physical online migration in ZDM.
Zero Downtime Migration – Logical Online Migration of Very Large Databases
Migrating very large databases using ZDM and the logical online method might require special considerations. This post discusses the crucial aspects of migrating with Data Pump and Oracle GoldenGate.
Zero Downtime Migration – Physical Online Migration and Testing
One of the really cool features of ZDM is that you can use a standby database for testing in OCI – before you decide to do the switchover.
Zero Downtime Migration – Physical Online Migration to ExaCS
It is also easy to migrate to ExaCS. But there are a few other things to be aware of. This post will give you a head start on your ExaCS migration.
Zero Downtime Migration – Physical Online Migration to DBCS
Learn how to migrate a database to OCI using Zero Downtime Migration. This procedure uses the physical online method to migrate using Data Guard.
Zero Downtime Migration – Physical Online Migration
Get to know the pros and cons of using the physical online method in ZDM. This method uses Data Guard to migrate your database to OCI.
Zero Downtime Migration – Logical Migration and the Final Touches
These extra tasks will help you avoid any performance issues after the migration. If a problem arise anyway, you are better off if you followed these recommendations.
Zero Downtime Migration – Logical Online Migration to DBCS
Step-by-step instructions on how to migrate your database into OCI using Data Pump and GoldenGate.
Zero Downtime Migration – Logical Offline Migration to Autonomous Database
Step-by-step instructions on how to migrate your data into an Autonomous Database using ZDM and the “logical offline” method.
Zero Downtime Migration – Monitor GoldenGate Replication
When migrating with Oracle GoldenGate you can easily use the console to monitor the replication and resolve errors
Zero Downtime Migration – Logical Online Migration
You can migrate into OCI with very little downtime using the Logical Online method. It uses a combination of Data Pump and Oracle GoldenGate.
Zero Downtime Migration – Create GoldenGate Hub
To migrate an Oracle Database with ZDM using the Logical Online method, you need an Oracle GoldenGate Hub. It is easily deployed from the OCI marketplace.
DataPump Export from Data Guard
To save resources on your primary database when doing Data Pump exports and to avoid ORA-01555, you can use a snapshot standby database.
Future-proof Your Encrypted Database During Upgrade
When you upgrade an encrypted database to Oracle Database 19c you configure AutoUpgrade to change the keystore definition from sqlnet.ora to the new recommended parameter – WALLET_ROOT.
Performance Stability after Upgrade and Migration
Slides from talk to Danish Oracle User Group.
Upgrade Internals – Webinar
Here is a sneak peek into our upcoming webinar.
Control Upgrade Parallelism In AutoUpgrade
AutoUpgrade allows you to fine-tune the parallel options of a database upgrade.
Follow-up On Cool Features Webinar – Jan 2021
Follow-up on our Cool Features webinar with answers to the questions that we couldn’t answer live. Thanks for attending.
AutoUpgrade One-liner
You can specify all input to AutoUpgrade in a single command – without using a config file. Ideal for scripting and automation.
How to Upgrade a Single PDB
You can use AutoUpgrade to perform unplug-plug upgrade of your PDB. It is faster, but there are some things you must be aware of.
How to Upgrade with AutoUpgrade and Data Guard
It is easier to upgrade a Data Guard setup when using AutoUpgrade.
Upgrading in the Cloud – VM DB Systems – Automated Upgrade to 19c – The Details
Learn all the details about the automated upgrade in OCI. In addition, you can find answers to the most common questions.
New Version of AutoUpgrade
A new of AutoUpgrade is out and it contains several cool features like unplug/plug upgrade and better handling of data guard.
Upgrading in the Cloud – VM DB Systems – Automated Upgrade to 19c
It is now possible to upgrade your database in OCI to Database 19c with just a few clicks.
Is AutoUpgrade resumable?
Yes, it is. You can resume a terminated or lost session. AutoUpgrade will automatically pick up from where it left.
XTTS: How to Migrate a Database Using Full Transportable Export Import and Incremental Backups
Even huge, TB-sized, databases can be migrated with very little downtime by using incremental backups. Now with step-by-step instructions.
Upgrade & Plug In: With ASM, Data Guard, TDE and no Keystore Password
You can upgrade and convert your database to a PDB without comprising your standby database. And you don’t even need the TDE keystore password.
How to Upgrade with Data Guard
Learn how to upgrade your database and keep the data guard setup intact.
Webinar: Upgrade Your Databases to 19c
Come join my talk on upgrading to Oracle Database 19c.
XTTS: Introduction – Minimal Downtime Migration with Full Transportable Export Import and Incremental Backups
Even huge databases can be migrated to the cloud with little downtime – even if you go across endian format. And you can even implicitly upgrade the database and convert to a PDB.
How to Stop Hardcoding Your TDE Keystore Password
If you store the keystore password in the Secure External Password Store, you don’t have to type it in cleartext ever again.
Enabling Local Undo With AutoUpgrade
You get much more functionality when using Local Undo in your CDB. Let AutoUpgrade enable it for you!
Move to the Cloud – Webinar
Get the slides from the webinar “Move to the Cloud – not only for techies”. Also, you can find the missing part on transportable tablespaces, and information about a recording.
Migration Strategies
We did a webinar today on Migration Strategies – Tips and Tricks and Insights and Secrets. Here is a wrap-up and link to the slides.
Debut on the Big Stage
In mid-October you can join our two webinars on database migration. One of them is exclusively about cloud migration – for techies only.
Classic Preupgrade Tool and Change of Server
If you are using the classic Preupgrade tool (preupgrade.jar) be sure to put it in the right place.
TDE from a Non-Security Guy
TDE Tablespace Encryption is a must-have in the cloud and something that most of us have to learn. I recently gave a presentation on the basics and what you will need to learn to survive in the cloud.
How To Gather Fixed Object Statistics After Upgrade With AutoUpgrade
With AutoUpgrade it is easy to gather fixed objects statistics a number of days after the actual database upgrade. Just like it is recommended.
How To Gather Fixed Objects Statistics After Upgrade
Often, re-gathering fixed objects statistics are one of those post-upgrade tasks that is forgotten – or completed in a wrong way. Here’s a quick way to avoid that.
Upgrading in the cloud – VM DB Systems – 11.2.0.4 to 19c (minimal downtime)
If your 11.2.0.4 VM DB System is sensitive to downtime, you can use incremental backups to your advantage when you need to upgrade and convert to PDB.
Upgrading in the cloud – VM DB Systems – 11.2.0.4 to 19c (simple)
Learn how to upgrade an 11.2.0.4 VM DB System to 19c. It also involves conversion from non-CDB architecture to a pluggable database. And it works for Standard Edition as well.
Upgrading in the cloud – VM DB Systems – Transfer Speed
How fast can you transfer data between VM DB Systems? In some situations when upgrading on VM DB Systems you must move data between systems.
Upgrade and profile scripts
The scripts glogin.sql and login.sql might kill your upgrade. Learn why and how to avoid.
Zero Downtime Migration – The Pro Tips
It is a little mix and match of all my notes that didn’t make it into the previous blog posts, but are still too good to go.
Zero Downtime Migration – Install And Configure ZDM
The third post in the series shows you how to install and configure the ZDM service host
Zero Downtime Migration
Zero Downtime Migration is a cool and free tool that you can use to migrate into OCI. This blog post introduces the tool and gives you a good overview of the process and all the details.
Why Aren’t You Using SQLcl?
SQLcl is the modern CLI for Oracle Database and it offers a ton of cool features and productivity boosts. Yet, still a lot of users are stuck in the last millennium aka SQL*Plus.
Upgrading in the cloud – VM DB Systems – What about downgrade?
What will you do if things go south? On a VM DB System in OCI you can’t do a database downgrade unless you make special preparations in the new release CDB. In this post I will discuss why it is so, and what you can do to have the option of downgrading.
Upgrading in the cloud – VM DB Systems – 12.2.0.1 PDB to 19c
In this blog post I will show you how to upgrade a 12.2.0.1 PDB to 19c when it is running in a VM DB System. I have a PDB called SALES and it is running Standard Edition 2 (yes, this procedure works for Standard Edition 2 as well). In a previous blog post I went…
Upgrading in the cloud – VM DB Systems
This is the first post in a series on the entry-level database system in OCI – being Virtual Machine DB System (VM DB System). You don’t get the same specs as with Exadata DB Systems and Bare Metal DB Systems, but it is much more affordable and still a very good platform. There is good…