Article 7
R12 Error 'Function not available to this responsibility'When Trying to Access Custom FormAfter upgrade from 11i to R12 users cannot access the custom form in R12, whichwas working fine in...
View ArticleArticle 6
How To Kill runaway processes After TerminatingConcurrent Request:Terminate the concurrent request from the front end. ThenSQL>select request_id,oracle_process_id,os_process_id...
View ArticleSQL*Loader-128: unable to begin a session ORA-01017: invalid...
Error:Programs were erroring out with below error in concurrent program logArguments------------/u01/prod/attach/1418160319478.txt------------ORA-01017: invalid username/password; logon...
View ArticleORA-08004: sequence FND_CONCURRENT_PROCESSES_S.NEXTVAL exceeds MAXVALUE and...
Cause:SQL> select FND_CONCURRENT_PROCESSES_S.nextval from dual;select FND_CONCURRENT_PROCESSES_S.nextval from dual*ERROR at line 1:ORA-08004: sequence FND_CONCURRENT_PROCESSES_S.NEXTVAL exceeds...
View ArticleRC-50014: Fatal: Execution of AutoConfig was failed Raised by...
Error While Running the adcfgclone in Apps tier.AutoConfig is exiting with status 27RC-50014: Fatal: Execution of AutoConfig was failedRaised by oracle.apps.ad.clone.ApplyApplTopERROR: AutoConfig...
View ArticleUsers Receive Error "Exception: oracle.apps.fnd.common.AppsException:...
On : 12.1.1 version, Jserv, JDK, JVM, JREWhen attempting to login EBS, the following error occurs.ERROR-----------------------Unable to generate forwarding URL. Exception:...
View ArticleStarting Http Server by "Opmnctl Startall" result with "[error] (79) Value...
OMS_HOME/Apache/Apache/log/error_logshows:[timestamp] [error] (79) Value too large for define data type: could not open transfer log file/apps/oracle/logs/access_logor[Tue Oct 11 11:26:36 2011]...
View ArticleAWR snapshot cannot be generated MMON slave hangs
Scenario:AWR snapshot was not generated. With manual snap creation the execution used to get hanged.exec DBMS_WORKLOAD_REPOSITORY.create_snapshot();They asked for 10046 trace. To take trace for manual...
View ArticleDisplays information about credentials in 12C
COLUMN credential_name FORMAT A25COLUMN username FORMAT A20COLUMN windows_domain FORMAT A20SELECT credential_name, username, windows_domainFROM dba_credentialsORDER BY credential_name;
View ArticleStart notification mailer in R12
To start notification mailer, we need to execute the following. sqlplus apps/<apps password> declare p_retcode number; p_errbuf varchar2(100); m_mailerid fnd_svc_components.component_id%TYPE;...
View ArticleCancelling Concurrent Request
--By request id update fnd_concurrent_requestsset status_code='D', phase_code='C'where request_id=&req_id;--By program_idupdate fnd_concurrent_requestsset status_code='D', phase_code='C'where...
View ArticleChecking last run of a Concurrent Program along with Processed time
SELECT DISTINCT c.USER_CONCURRENT_PROGRAM_NAME, round(((a.actual_completion_date-a.actual_start_date)*24*60*60/60),2) AS Process_time,...
View ArticleCONCURRENT REQUESTS COMPLETED WITH ERRORS
COL name FORMAT a50COL st_time FORMAT a7COL requestor FORMAT a18SET TRIMSPOOL ONSET FEEDBACK OFFSET TERM OFFSET VERIFY OFFSET PAGES 9000SET LINES 120SELECT a.request_id request_id,...
View ArticleNUMBER OF CONCURRENT REQUESTS IN A DAY
SET LINES 120SET PAGES 0COL cnt FORMAT 999999 HEADING "Total No of Requests"SELECT ' Number of Concurrent Requests for ', SYSDATE - 1 FROM dual ;SET PAGES 900SELECT COUNT(*) cntFROM...
View ArticleRC-20010 Fatal: Could not find Info-ZIP version 2.3 in the PATH
RC-20010 Fatal: Could not find Info-ZIP version 2.3 in the PATH When you run db Tier pre cloning steps at R12 and later$perl adpreclone.pl dbTierRC-20010:...
View ArticleOracle Reports REP-0069: REP-57054: Error
When any concurrent requests with the execution method Oracle Reports are submitted, temp files are created under the path of$INST_TOP/logs/ora/10.1.2/reports/cacheThese files are not purged with the...
View ArticleORA-03206: maximum file size of XXXX blocks in AUTOEXTEND clause is out of range
If you are creating SMALLFILE datafile (default) with 8k blocks with datafile size greater than 32 GB than oracle will pop up with ORA-03206 error.Because oracle will allow only up to 32 GB of datafile...
View ArticleRman Format options
You can use format options with backup commands to specify a location and name for backup pieces%F - combines database identifier (DBID), day, month, year and sequence number%U - Specifies a system...
View ArticleConcurrent Manager getting down with FDPCRQ encountered an ORACLE error in...
Concurrent Manger are getting down with the following error in the ICM log as follows,Routine FDPCRQ encountered an ORACLE error. ORA-04031: unable toallocate 32 bytes of shared memory ("shared...
View ArticleHost Concurrent Program completed with error in oracle application
When we run the shell script as a concurrent program and its completed with error as follows,ERROR:The executable file /devapp/apps/apps_st/appl/XXHN/1.0.0/bin/XXHNMVFILEINT1for this concurrent program...
View Article