Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Consolidation multiple Oracle Database using TDE and Oracle Wallet

Hi experts,
Our setup is as below:
DB1: 11.2.0.1
DB2: 11.2.0.2
DB3: 12.1.0.2
DB4: 12.1.0.2
We have implemented DB2 and DB4 with TDE and using Oracle Wallet.
The new requirement is to consolidate all the 4 databases into a single instances with Different Schemas (DB1, DB2, DB3, DB4) respectively.
We are trying to evaluate impdp/expdp utility for the same.
My questions is how can achieve this. What would be the best approach.
How can we consolidate two databases using two different wallets.
Answers
-
I'm assuming this new implementation of Oracle is with 12c or later. If so, why not use the preferred method of a CDB/PDB setup? That way each DB is independent of each other, and so you can have a wallet for DB2 with one set of encryption keys and another independent wallet for DB4 with its own set of encryption keys.
In other words, if they are independent now, why do you want/need to merge them into a single instance?