How to check patches applied in weblogic |10.3.6 and 12c

Here in this post, we will see how to check patches applied in weblogic in 10.3.6 version, 12c (12.1.1  and 12.1.2 and later ). How to check patches applied in weblogic in the 10.3.6 version and up to 12.1.1 Now how to check patches applied in weblogic in 10.3.6 For Unix cd $MW_HOME/utils/bsu/ bsu.sh -prod_dir=$MW_HOME\wlserver_10.3 […]

How to check patches applied in weblogic |10.3.6 and 12c Read More »

Oracle Apps Interview Questions with Answers

This is a compilation of the most commonly asked 50 oracle apps interview questions and answers Question 1 What is the difference between AD_BUGS & AD_APPLIED_PATCHES Answer AD_BUGS holds information about the various Oracle Applications bugs whose fixes have been applied (ie. patched) in the Oracle Applications installation.AD_APPLIED_PATCHES holds information about the “distinct” Oracle Applications patches that

Oracle Apps Interview Questions with Answers Read More »

how to change user password in oracle apps from backend

Sometimes we want to change passwords through the backend in EBS. Here is how to change user password in oracle apps from backend. Login to the apps Schema and then execute this PLSQL block. set serveroutput on DECLARE change_pass BOOLEAN; user varchar2(40); pass varchar2(40); BEGIN user := ‘<user name>’; pass := ‘<password>’; change_pass := fnd_user_pkg.changepassword(user,pass);

how to change user password in oracle apps from backend Read More »

Scroll to Top