OBIEE 11g A Hands On Tutorial Chapter 8 Addendum
OBIEE 11g A Hands On Tutorial Chapter 8 Addendum
NOTE: @orcl specifies the default service name/sid for Oracle DB. If yours is different, change it. Also, change the path to TennisDB.dmp file if you extracted it to a different location. 7) Following the instructions above, you should not have errors. If you do, refer to the log file you specified in the import command. If no errors, the last line of the log should read: Import terminated successfully without warnings and the log file should look like this:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options Export file created by EXPORT:V11.02.00 via conventional path Warning: the objects were exported by SYSTEM, not by you import done in AL32UTF8 character set and AL16UTF16 NCHAR character set export client uses WE8MSWIN1252 character set (possible charset conversion) . importing SYSTEM's objects into DW_OWNER . . importing table "MVW_MATCH_STATS" 335481 rows imported . . importing table "MVW_PLAYER_AGG" 34937 rows imported . . importing table "MVW_PLAYER_TOURNAMENT_AGG" 519174 rows imported . . importing table "MVW_TOURNAMENT_AGG" 12785 rows imported . . importing table "MVW_UT_AGG1" 8 rows imported . . importing table "TMP_CATEGORY_ATP" 29999 rows imported . . importing table "TMP_CATEGORY_WTA" 29999 rows imported . . importing table "TMP_IMPORT_STATS_PLAYER1" 32578 rows imported . . importing table "TMP_MATCH_COURT_TYPE" 335562 rows imported . . importing table "TMP_PLAYER_ATP" 47070 rows imported . . importing table "TMP_RESULT_COMBINATIONS" 16889 rows imported . . importing table "TMP_STADIA" 852 rows imported . . importing table "TMP_TOUR_ATP" 16762 rows imported . . importing table "TMP_TOUR_STADIA" 5222 rows imported . . importing table "TMP_TOUR_WTA" 9000 rows imported . . importing table "W_COURT_TYPE_D" 7 rows imported . . importing table "W_DATE_D" 22330 rows imported . . importing table "W_MATCH_D" 506408 rows imported . . importing table "W_MATCH_F" 1012812 rows imported . . importing table "W_MINUTE_D" 1440 rows imported . . importing table "W_PLAYER_D" 35305 rows imported . . importing table "W_PLAYER_D_F" 23538 rows imported . . importing table "W_PLAYER_D_M" 45804 rows imported . . importing table "W_ROUND_D" 19 rows imported . . importing table "W_STADIUM_D" 428 rows imported . . importing table "W_TOURNAMENT_D" 12882 rows imported . . importing table "W_TOURNAMENT_F" 433111 rows imported . . importing table "W_USAGE_TRACKING" 854 rows imported . . importing table "W_USER" 8 rows imported About to enable constraints... Import terminated successfully without warnings.
8) If you get errors, I suggest dropping and recreating the user before you repeat the import process after resolving the errors. This wil ensure clean import. Repeat as many times as needed until the import runs clean. 9) The above process may not be the best practice or even 100% correct, but it worked for me.