Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
DB update impact on OBIEE 12.2.1.3

Hi
Here is my system info:
OS: Windows 10
DB: Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
OBIEE: 12.2.1.3
OBIEE is running successfully with this configuration. Now I want to update my db to 12c(12.2.0.1) version. Can someone please help me how to do the activity so the installed OBIEE will not be impacted.
Thanks in advance.
Kaushik
Answers
-
A couple of things to consider:
There is no XE database for Oracle 12. That means that you may need some licenses for either SE2 or EE.
Then, there is no direct upgrade path from 11.2.0.2 to 12.2.0.1. That means that you will either have to do do two upgrades or you will have to migrate your data e.g. with data pump.
The 12c (12.1) upgrade guide has a chapter on upgrading from XE: "Moving from Oracle Database Express Edition (Oracle Database XE) to Oracle Database". Check https://docs.oracle.com/database/121/UPGRD/intro.htm for details.
Then, as usual:
Make sure you have a good backup.
Read the upgrade guides thoroughly
Test your upgrade first on an unimportant system
Andris
0 -
Thanks Andris for your assitance. So my strategy for backup will be:
Take a exp from the XE db
uninstall XE db
install 12c db
imp the exported dump
But in between these process I am not sure how my installed OBIEE 12c will be impacted, as the metadata is already existing in XE db. My intention is to upgrage the DB without having impact on OBIEE. Please let me know if it is feasible.
0 -
Kaushik D wrote: OBIEE 12c will be impacted, as the metadata is already existing in XE db. My intention is to upgrage the DB without having impact on OBIEE. Please let me know if it is feasible.
"without having impact"? No, most certainly not.
Read the documentation link that Andris posted: "To upgrade Oracle Database 11g Express Edition (Oracle Database XE) to Oracle Database 12c, you must install the new Oracle Database software on the same system as Oracle Database XE and use DBUA to perform the upgrade."
So you will have a new DB instance with a new address which then must be correctly referenced by all components using this. REfer to MOS Doc ID 2177562.1
0 -
So if I assume correct the approach will be like this:
- Uninstall OBIEE
- Uninstall XE DB
- install 12c DB
- install OBIEE
right Christian?
0 -
Safest way but have you looked at the MOS Doc I referenced?
0 -
Yes, it was very helpful and understood in my context. thanks again Chris.
0