You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for those landing from older links, I am also including pointers to export import. Plus this can be used also in context of apps in general (specially once I add custom schemas to the export). This will just be links to https://github.com/oracle-samples/maa/tree/main/fmw_schemas_exp_imp
Copy file name to clipboardExpand all lines: app_dr_common/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,5 @@ These are common scripts referenced by different Disaster Recovery documents.
17
17
|[fmw_dec_pwd.sh](./fmw_dec_pwd.sh)|_Referenced by other scripts_. This script decrypts a password using WebLogic encryption. |
18
18
|[fmw_get_connect_string.sh](./fmw_get_connect_string.sh)|_Referenced by other scripts_. This script gets the connect string from a datasource file. |
19
19
|[fmw_get_dbrole_wlst.sh](./fmw_get_dbrole_wlst.sh)|_Referenced by other scripts_. This script gets the role of the database using WLST command. |
20
+
|[export_fmw.sh](https://github.com/oracle-samples/maa/blob/main/fmw_schemas_exp_imp/export_fmw.sh)|Exports the tablespaces, schemas and roles of an Oracle FMW domain. |
21
+
|[import_fmw.sh](https://github.com/oracle-samples/maa/blob/main/fmw_schemas_exp_imp/import_fmw.sh)|Imports the tablespaces, schemas and roles of an Oracle FMW domain. |
0 commit comments