Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE11g vs 12c ( where are .xdo, .xdm ...report files in 12c OBIEE ) ?

I created a report in OBIEE12c. But I dint find and .xdo, .xdm, xdo.cfg .... file in any of the folders.
In OBIEE 11g they use to be there in some repository directory. Where and how OBIEE 12c stores catalog objects/repositories.
Answers
-
If i tried to rember xdo is the extension for bip.. Could you do recursive find? with this command, i assume that you have obiee12c in linux..
find / -name "*.xdo"
/ is the root directory instead of this change with the installation path
For instance:
0 -
Looks like my files are not getting stored to local file system. Is there an option in OBIEE12c where we can make the Reports to be saved in local file system ( in terms of .xdo and .xdm files) ?
0