Move the object that you want to export from the Available list to the Selected

4-18 Oracle Fusion Middleware Administrators Guide for Oracle Business Intelligence Discoverer

1.

Display a command-line window for example, by choosing Command Prompt from the Windows Start menu. 2. Navigate to the location where you want to export the EUL. 3. Type the following command: exp eulownerpassworddbname file=filename.dmp owner=eulowner For example, to export an EUL owned by a database user hrmgr to a file hreul.dmp, you would type the following: exp hrmgrhrpswrdHRDB file=hreul.dmp owner=hrmgr The EUL tables and associated synonyms, views, and other definitions are exported to the specified dmp file in the D:\ORACLE10 directory. When the export is complete, Discoverer displays the following message: Export terminated successfully without warnings. 4. Close the command-line window. Having exported the EUL, you are now ready to import it into a new database user. How to import an EUL using the standard database import utility Use this option to import the EUL business areas, EUL tables and saved workbooks from a database dump file .DMP into a new EUL owner on the new database. Note: It is recommended that this database user owns no other tables. To import an EUL using the standard database import utility assuming the EUL resides on an Oracle database version 9.2.0.7 or later and you are using a machine on which you have installed Oracle Developer Suite:

1.

Display a command-line window for example, by choosing Command Prompt from the Windows Start menu. 2. Navigate to the location where you want to import the EUL. 3. Type the following command: imp eulownerpassworddbname file=filename.dmp fromuser=old_eul _owner touser=new_eul_owner For example, to import an EUL owned by a database user hrmgr from a file hreul.dmp into a new user hrmgr2, you would type the following: imp hrmgr2hrpswrdHRDB file=hreul.dmp fromuser=hrmgr touser=hrmgr2 The EUL tables and associated synonyms, views, and other definitions are imported from the specified dmp file in the D:\ORACLE10 directory. When the import is complete, Discoverer displays the following message: Import terminated successfully without warnings. 4. Close the command-line window. Note: Discoverer recognizes EULs using unique reference numbers. However, if you use the database export and import utilities to copy an EUL, the new EUL including its reference number will be identical to the original EUL. When EULs have the same reference number, EUL consistency issues can arise if you do both of the following: