Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c Sample App Lite xml file location

Hi,
Does anyone know where the SampleApp Lite application xml file is located at for new OBIEE 12c installations?
If I go to the properties of the connection,
the Data Source Name is: VALUEOF(NQ_SESSION.SERVICEINSTANCEROOT)/data/SampleAppLite.
Since it's a new installation, I don't have any variables created and I couldn't find the variable it's referencing to figure out the location path.
Answers
-
You should find those files in this location:
$ORACLE_HOME/bi/bifoundation/server/samples/SampleAppLite/sample/SampleAppFiles/Data
where $ORACLE_HOME is the folder where you have all the binaries installed.
Worst case scenario, just run a find command to search for the files, for example: find -name "SAMP_OFFICES_D.xml"
0