24 Aralık 2012 Pazartesi

RC-50004: Fatal: Error occurred in ApplyDatabase:




When executing 'perl adcfgclone.pl dbTier'

PROBLEM:

RC-50004: Fatal: Error occurred in ApplyDatabase:
Control file creation failed

RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase in log file

SOLUTİON:

set your ORACLE_HOME

chmod -R 777 /var/tmp/.oracle



AR-ARLPLB: -1732 ORA-01732: data manipulation operation not legal on this view

If you're use ebs 11.5 - 12.X;



Problem:


AR-ARLPLB: arlval returned FALSE.
AR-ARLPLB: Error in main.
AR-ARLPLB: -1732 ORA-01732: data manipulation operation not legal on this view



Solution:

Set optimizer_secure_view_merging to false.

This can be done by running the following in SQLPLUS :


SQL>alter system set optimizer_secure_view_merging=false;


RDBMS parameter optimizer_secure_view_merging = FALSE, which is a mandatory
init.ora parameter using Oracle applications was not correctly set.

Ref:Oracle Receivables Lockbox: Known Issues and Patches [ID 1358497.1]


Try and be happy:)

21 Aralık 2012 Cuma

ORA-01403 No Data Found Error When Searching For Repair Orders




Problem:


ORA-01403 No Data Found Error When Searching For Repair Orders



Solution:


Apply Patch 14848578: 12.1 CONSOLIDATED PATCH FOR BUG FIXES BETWEEN DATES

18 Aralık 2012 Salı

APP-FND-01934: ORA-01403




Problem:

APP-FND-01934: ORA-01403 no data found in Package PO_HXC_INTERFACE_PVT Procedure CHECK_TIMECARD_EXISTS

Solution:

Apply 12533942 patch.

1)download this patch from Oracle support then unzip file.

2)Shutdown your Application System via running adstpall.sh

3)Enable maintenance mode

adadmin
change maintenance mode
enable maintenance mode


cd 12533942

adpatch

Then solved the problem:)

Give a chance to you:))