#Credential Mapping File #The prefixes listed here are supported for all the argemunts listed below #example your menu can as an argument use # ORACLE_DATABASE.DBUSERNAME # SAVE_REPEAT.ORACLE_DATABASE.DBUSERNAME # SAVE_ONCE.ORACLE_DATABASE.DBUSERNAME # SAVE_WALLET.ORACLE_DATABASE.DBUSERNAME # REPEAT_WALLET.ORACLE_DATABASE.DBUSERNAME #In all 5 cases we use the credential mapping defined below for ORACLE_DATABASE.DBUSERNAME #Do not remove the line below ARGUMENT_PREFIXES=SAVE_ONCE,SAVE_REPEAT,SAVE_WALLET,REPEAT_WALLET #Argument names mapping to credentials #attention - always use 'PASS' in the argument name when it's a password to prevent this argument being logged in debug files #Normal Database user ORACLE_DATABASE.DBUSERNAME=oracle_database|DBCreds|DBUserName|DBCredsNormal ORACLE_DATABASE.DBPASSWORD=oracle_database|DBCreds|DBPassword|DBCredsNormal #SYSDBA Database user (connect as sysdba ) ORACLE_DATABASE.SYSDBAUSER=oracle_database|DBCreds|DBUserName|DBCredsSYSDBA ORACLE_DATABASE.SYSDBAPASSWORD=oracle_database|DBCreds|DBPassword|DBCredsSYSDBA #Database Host Credentials ORACLE_DATABASE.HOSTUSER=oracle_database|HostCreds|HostUserName|DBHostCreds ORACLE_DATABASE.HOSTPASSWORD=oracle_database|HostCreds|HostPassword|DBHostCreds #WLS admin Credentials WEBLOGIC_J2EESERVER.ADMINUSERNAME=weblogic_j2eeserver|WLCreds|UserName|WLCredsAdministration WEBLOGIC_J2EESERVER.ADMINPASSWORD=weblogic_j2eeserver|WLCreds|password|WLCredsAdministration #WebCenter Credentials WEBCENTER.ADMINUSERNAME=weblogic_j2eeserver|WLCreds|UserName|WLCredsAdministration WEBCENTER.ADMINPASSWORD=weblogic_j2eeserver|WLCreds|password|WLCredsAdministration #SOA Infra Credentials ORACLE_SOAINFRA.ADMINUSERNAME=weblogic_j2eeserver|WLCreds|UserName|WLCredsAdministration ORACLE_SOAINFRA.ADMINPASSWORD=weblogic_j2eeserver|WLCreds|password|WLCredsAdministration #OAM Credentials ORACLE_OAM.ADMINUSERNAME=weblogic_j2eeserver|WLCreds|UserName|WLCredsAdministration ORACLE_OAM.ADMINPASSWORD=weblogic_j2eeserver|WLCreds|password|WLCredsAdministration #OIM Credentials ORACLE_OIM.ADMINUSERNAME=weblogic_j2eeserver|WLCreds|UserName|WLCredsAdministration ORACLE_OIM.ADMINPASSWORD=weblogic_j2eeserver|WLCreds|password|WLCredsAdministration