Creating Shared and Log Folders

Use these instructions to create Shared and Log folders in $INSTANCE_HOME.

You need to create the following folders as part of the upgrade process from 11.1.1.9.2 to 11.1.1.10.1:
  • $INSTANCE_HOME/biapps/shared/

  • $INSTANCE_HOME/biapps/logs/

Additionally, this command provisions these folders as DW_BIAPPS_LOG_FILE and DW_BIAPPS_SHARED_FILE in ODI.

Run the following command after refreshing the ODI repository and after importing the xml files. are done. Ensure that you run this command prior to the execution of the upgrade load plan.

Script Usage:

./wlst.sh
ORACLE_HOME/dwtools/scripts/REL92DW_REL101DW_Upgrade_SharedAndLogsFoldersProv.
py
--DOMAIN_HOME_PATH <domain_home>
--INSTANCE_HOME_PATH <instance_home>
--ODI_HOME_PATH <odi_home>
--ODI_DB_CONN_STRING jdbc:oracle:thin:@<host>:<port>/<service_name>
--ODI_DB_SCHEMA_USER <odi_repo_db_user>
--ODI_CONSOLE_USER_NAME <odi_console_user>

Example:

./wlst.sh
/scratch/kkandari/work/mw9953/Oracle_BI1/dwtools/scripts/REL92DW_REL101DW_Upgr
ade_SharedAndLogsFoldersProv.py --DOMAIN_HOME_PATH
/scratch/kkandari/work/mw9953/user_projects/domains/bifoundation_domain
--INSTANCE_HOME_PATH /scratch/kkandari/work/mw9953/instances/instance1
--ODI_HOME_PATH /scratch/kkandari/work/mw9953/odi8776 --ODI_DB_CONN_STRING
jdbc:oracle:thin:@slc01mke.us.oracle.com:16736/db9199.us.oracle.com
--ODI_DB_SCHEMA_USER FA_BIA_ODIREPO --ODI_CONSOLE_USER_NAME Administrator1