Reputation: 1134
I have installed the Cognos 10.2 Trial version. The installation comes a sample schema called "GoSales".
I would like to import the GoSales schema into my Oracle database. This will enable me to view the GoSales Schema in a database query tool (i.e. TOAD)
My ultimate goal is to: - Understand the GoSales schema. - Make sure that the reports I develop using Cognos Studio are correct by checking the data in the database.
So, how can I import the "Go Sales" schema into my Oracle database?
Upvotes: 0
Views: 1908
Reputation: 11
There is a compressed file with the Cognos BI samples. I guess you can download this file from IBM. Its name is bi_smps_10.2.1_mp_ml.tar.gz
.
You have to uncompress this file and execute the script ...\win\GOSaleConfig.bat
(for a Windows machine). This script will ask you the connection parameters of your Oracle database and create the schemas with sample data.
Upvotes: 1