Encountering Error 20372 While Running adcfgclone appsTier
ERROR - CLONE-20372 Server port validation failed This error is reported in logs when adcfgclone.pl run for a R12.2.5 appsTier where many instances are running on same server.SEVERE : Aug 7, 2017...
View ArticleORA-02056:2PC:k2lcom:bad two-phase command number rdonly from coordremote DBs...
We need to set the below parameter to fix the issue.alter system set "_clusterwide_global_transactions"=false scope=spfile sid='*';and restart the RAC cluster.This should be done on on both source and...
View ArticleORA-00020: maximum number of processes
To fix the above we need to increase processes initialization value or to find what is using the processes.How to increase PROCESSES initialization parameter:1. Login as sysdba sqlplus / as sysdba...
View ArticleHow to apply DB PSU and OJVM PSU in 11.2.0.4 primary and standby DB
1a. Check the invalids======================Spool invalid_objectsselect owner, object_name, object_type from dba_objects where status = 'INVALID';spool off1b. Download the...
View ArticleORA-00106: cannot startup/shutdown database when connected to a dispatcher
We have two solution for this.1. Connect locally that is without service name.set ORACLE_SID=<your sid>set ORACLE_HOME=...sqlplus "/ as sysdba"or sqlplus "sys as sysdba"2. Define an entry in the...
View ArticleORA-00055: Maximum Number of DML locks exceeded
Solution:The number of DML Locks is set by the initialization parameter DML_LOCKS. If this value is set to low (which it is by default) you will get this error. Try to find the issue and if it is...
View ArticleCleanup steps for cluster node removal for failed CRS on a particular node in...
Deinstall method:Step 1:On all cluster nodes, run the following command as the "root" user.perl $GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -forceStep 2:On the last cluster node, run the...
View ArticleWarning!!! Due to high volume of data, got out of memory exception Please...
ERROR:Warning!!! Due to high volume of data, got out of memory exceptionPlease retry with scalable option or modify the Data template to run in scalable mode. Cause:While running a BI publisher report...
View ArticleAutoinvoice Fails With "Error calling raaprx()" or "Error calling fdprep() -...
ERROR:Autoinvoice Fails With "Error calling raaprx()" or "Error calling fdprep() - RAXAVR"CauseThis issue is addressed in Bug 22445687 REW: AUTOINVIOCE: ERROR CALLING FDPREP() - RAXAVRSolution1. Bug...
View ArticleORA-03137: TTC protocol internal error : [3149] [] [] [] [] [] [] []...
ERROR:ORA-03137: TTC protocol internal error : [3149] [] [] [] [] [] [] []ORA-03149: Invalid Oracle error codeSOLUTION:The fix for unpublished Bug 14489591 is a client fix, so the fix should be applied...
View ArticleError "No Invoice Line" When Creating Refunds in Receivables
ERROR:Error "No Invoice Line" When Creating Refunds in ReceivablesSOLUTION: 1. Bug SummaryDescriptionERROR WHILE TRYING TO REFUND A RECEIPT : NO INVOICE LINESWorkaroundNoneResolutionAdded the code to...
View ArticleAPP-FND-01630: Cannot open file L6977176.log for appending
ERROR: APP-FND-01630: Cannot open file L6977176.log for appendingCAUSE: FDPFOP encountered an error when attempting to open file L6977176.log for appending.SOLUTION:Check the permission in the...
View ArticleORA-02020: too many database links in use
ERROR:ORA-02020: too many database links in useCAUSE: The current session has exceeded the INIT.ORA open_links maximum.\SOLUTION:SQL> show parameter open_links;NAME...
View ArticleORA-65049: Creation Of Local User Or Role Is Not Allowed In CDB$ROOT
ORA-65049: Creation Of Local User Or Role Is Not Allowed In CDB$ROOTPROBLEM:While creating a user in root container in the multitenant database, Got error ORA-65049.SQL> show...
View ArticleORA-38760: This Database Instance Failed To Turn On Flashback Database
ORA-38760: This Database Instance Failed To Turn On Flashback DatabasePROBLEM:While starting the database, got below error.SQL> startupORACLE instance started.Total System Global Area 1.2549E+10...
View ArticleORA-00392: Log 7 Of Thread 1 Is Being Cleared, Operation Not Allowed
ORA-00392: Log 7 Of Thread 1 Is Being Cleared, Operation Not AllowedPROBLEM:While cloning a database from rman backup . After completion of cloning, when I did RESETLOG it failed with ORA-00392...
View ArticleORA-01623: Log 3 Is Current Log For Instance Cannot Drop
ORA-01623: Log 3 Is Current Log For Instance Cannot DropPROBLEM:While dropping a redolog group, got below error.SQL> alter database drop logfile group 3;alter database drop logfile group 3*ERROR at...
View ArticleScript to List RMAN Backup Set
SELECT bs.recid, DECODE(backup_type, 'L', 'Archived Logs', 'D', 'Datafile Full', 'I', 'Incremental') backup_type,device_type "type", DECODE(bs.controlfile_included, 'NO', null,...
View ArticleRecovery of OCR in 11g
Step #1 Stop cluster on each node (Root user).# crsctl stop crs -fStep #2 we are starting the cluster in the excusive mode (Root user)As root start GI in exclusive mode on one node only:In 11201 RAC,...
View ArticleArticle 3
frmbld: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directoryForms Builder Does not Launch on Linux RHEL5 :When attempting to launch Forms Builder...
View Article