Get the Invalid objects details before and after apply the ad patches in...
Get the Invalid objects details before and after apply the ad patches in oracle application.In order to validate the invalid object list before and after the apply the patch, we can get know from the...
View ArticleError while running the pre-clone script on oracle application
When we run the pre-clone script we are getting the below error as follows,$ perl adpreclone.pl dbTierPerl lib version (v5.8.8) doesn't match executable version (v5.10.0) at <physical...
View ArticleERROR WHILE IMPORTING THE SCHEMA
ERROR WHILE IMPORTINGORA-31626: job does not existORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSORA-06512: at "SYS.DBMS_SYS_ERROR", line 95ORA-06512: at "SYS.KUPV$FT_INT", line...
View ArticleREP-58100: An error occurred starting the internal Web server at port...
ERROR:----------REP-58100: An error occurred starting the internal Web server at port $$Self.OHSPort$$.Error: java.lang.NumberFormatException:For input string: "$$Self.OHSPortWe faced this error when...
View ArticleFRM:18124 failed to start one button run HTTP server to run form on web
FRM:18124 failed to start one button run HTTP server to run form on webCause:In the runtime preferences the default URL will be invalid. We have to enter the proper path of browser.Solution:Open form...
View ArticleREP-51019 system user authentication is missing in oracle reports 12c
REP-51019 system user authentication is missing1) In rwservlet.properties confirm SSO is already disabled:<singlesignon>no</singlesignon>2) Disable JAZN security. In rwserver.conf that...
View ArticleLOAD JAVA FILES TO THE DB USER
[oracle@localhost jlib]$ loadjava -user HR mail.jarPassword:********...
View ArticleORA-27492: unable to run job “APEX_040200.ORACLE_APEX_MAIL_QUEUE”: scheduler...
ISSUE:----------------ORA-27492: unable to run job “APEX_040200.ORACLE_APEX_MAIL_QUEUE”: scheduler unavailableSOLUTIONS:------------------------Alter system set job_queue_processes=1000;
View ArticleReport Builder is not working
Error in Report Builder :While running the rwbuilder.sh it has thrown error.Cause:The domain home was not set properly in the rwbuilder.shSolution:To run the report builder we changed the DOMAIN_HOME...
View Article11gR2 RAC ASM using RMAN Multiplexing the control file
STEP 1. Check the current control file status SQL> select name from v$controlfile;NAME——————————————————————————–+DATA/orcl/controlfile/current.263.800282297STEP 2. Change the control_files...
View ArticleTop 10 - Biggest Tables and Indexes
set lines 170set pages 20col owner format a20col object format a30col type format a6col tablespace format a20col size_in_gb format 999,999.9select * from (select owner owner,...
View ArticleIDENTIFYING CORRUPTION SEGMENTS
set linesize 140col owner format a10col segment_type format a10col segment_name format a30col partition_name format a15col file# format 999SELECT e.owner, e.segment_type, e.segment_name,...
View ArticleError while running the autoconfig on the apps Node
Error:Autoconfig could not process the following files: Directory: /u01/app/oracle/inst/apps/SVRPRD_svrprdebsal1/ora/10.1.3/Apache/Apache/bin .apachectl BINCPY .apachectl...
View ArticleHow to change passwords to include special characters using FNDCPASS
Note that the term 'Special Characters' is used in this article to refer to those characters who are shown in the table below.Use of the FNDCPASS utility to change the passwords of database users such...
View Articleadapcctl.sh: exiting with status 204 in oracle apps
Error:You are running adapcctl.sh version 120.7.12010000.2Starting OPMN managed Oracle HTTP Server (OHS) instance ...adapcctl.sh: exiting with status 204Cause:.apachectl has permission denied to run...
View ArticleArticle 6
Query to find all responsibilities of a user in oracle appsSELECT fu.user_name "User Name",...
View ArticleArticle 5
Steps to configure a BATCHSQL mode in Oracle GoldenGate How to do it...The BATCHSQL mode can be configured by adding the following parameters in the replicatconfiguration file: REPLICAT RGGTEST1...
View ArticleArticle 4
Performing a healthcheck of a live GoldenGate configurationHow to do it...The state of a GoldenGate replication can be checked by performing the following steps onboth source and target systems:1....
View Article