How to Migrate a Oracle BAM 12c Project From One Environment to Another

 Project Export:

[oracle@local-host bin]$ ./bamcommand -cmd export -type project -name INSIGHT_OOTB -file "/u01/app/oracle/Insight-OOTB.zip"

Below is the output of the command executed successfully:

Oracle BAM Import/Export Utility [Build 1, BAM Repository Version 2020] Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Enter User Name: weblogic

Enter Password:

Connecting to BAM Server.."weblogic@local-:9001".

Connected to BAM Server successfully.

Attempting export of Project "INSIGHT_OOTB" to file "/u01/app/oracle/Insight-OOTB.zip".

Export of Project "INSIGHT_OOTB" to file "/u01/app/oracle/Insight-OOTB.zip" completed successfully in 2,646 milliseconds.

Export of 1 artifacts to file "/u01/app/oracle/Insight-OOTB.zip" completed successfully in 142,736 milliseconds.

By SCP or Winscp copy the zip file to the destination host and run the below command to import.

Project Import:
./bamcommand -cmd import  -type project -name INSIGHT_OOTB -file "/u01/app/oracle/Insight-OOTB.zip" -mode update

Comments