Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 81 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OBIEE 12c Sample App Lite xml file location

3310714
Rank 6 - Analytics Lead
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.
0
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