Author Archives: compitionpoint - Page 7

EBS 12.2 Upgrade and Installation Logs

Before the installation starts: $TMP/<MMDDHHMM>/<MMDDHHMM>.log $TMP/<MMDDHHMM>/<hostname>_<SID>.xml $TMP/<MMDDHHMM>/<hostname>_<SID> The Rapidwiz Configuration File is saved in 4 locations: $TMP/<MMDDHHMM>/conf_<SID>.txt Primary $INST_TOP/conf_<SID>.txt Secondary $INST_TOP/conf_<SID>.txt <RDBMS ORACLE_HOME>/appsutil/conf_<SID>.txt Preinstall System Check logs: $TMP/<MMDDHHMM>/<MMDDHHMM>.log $ $…
Continue Reading

ORA-39181: Only partial table data may be exported due to fine grain access control

The below error appeared when trying to export the Schema: ORA-39181: Only partial table data may be exported due to fine grain access control on “GLOGOWNER”.”WORKFLOW_ACTION_PARAM” . . exported “GLOGOWNER”.”WORKFLOW_ACTION_PARAM”…
Continue Reading

NLS boot file not found or invalid opmnctl ping – EBS 12.2 ADCFGCLONE FAIL

failed while performing clone of EBS instance. This occurred while ohsT2PApply is in progress. ERROR: INST_TOP/admin/log/clone/run/ohsT2: 2015-12-02T3:10:04-06:00] ... 2015-12-02T13:10:04-06:00] lxlinit - NLS boot file not found or invalid opmnctl ping:…
Continue Reading

SET PASSWORD LIFE TIME TO UNLIMITED

Set the password life time to unlimited for DEFAULT profile. SQL> SELECT resource_name,limit FROM dba_profiles WHERE profile=’DEFAULT’; RESOURCE_NAME LIMIT ——————————– —————————– COMPOSITE_LIMIT UNLIMITED SESSIONS_PER_USER UNLIMITED CPU_PER_SESSION UNLIMITED CPU_PER_CALL UNLIMITED LOGICAL_READS_PER_SESSION…
Continue Reading