Skip to content

Files

Latest commit

a057c46 · Mar 28, 2025

History

History

app_dr_common

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 27, 2023
Feb 27, 2025
Feb 27, 2023
Jan 18, 2024
Mar 28, 2025
Feb 27, 2023
Mar 13, 2023
Mar 13, 2023
Feb 27, 2023
Mar 13, 2023

Application DR common scripts
Copyright (c) 2024 Oracle and/or its affiliates
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

Using the Application DR common scripts

These are common scripts referenced by different Disaster Recovery documents.

Script name Description
dbfs_dr_setup_root.sh This script is needed ONLY when DBFS is used as a staging directory for WLS domain configuration. It sets up a DBFS mount point in a hosts: it installs Oracle Database Client, installs fuse, creates DBFS DB schemas, configures wallet and mounts DBFS file system.
fmw_change_to_tns_alias.sh This script is used to replace current db connect string in datasources with a TNS alias.
fmw_enc_pwd.sh Referenced by other scripts. This script encrypts a password using WebLogic encryption.
fmw_dec_pwd.sh Referenced by other scripts. This script decrypts a password using WebLogic encryption.
fmw_get_connect_string.sh Referenced by other scripts. This script gets the connect string from a datasource file.
fmw_get_dbrole_wlst.sh Referenced by other scripts. This script gets the role of the database using WLST command.
export_fmw.sh Exports the tablespaces, schemas and roles of an Oracle FMW domain.
import_fmw.sh Imports the tablespaces, schemas and roles of an Oracle FMW domain.