Showing posts from June, 2022

When Starting weblogic JPS-01055: Could not create credential store instance

When Starting weblogic JPS-01055: Could not create credential store instance Error: JPS-0…

Read more

How to Clear Weblogic Cache

How to Clear Weblogic Cache 1. Shut down Weblogic Server. 2. Delete all the contents of t…

Read more

Oracle Application DBA Interview Questions

Oracle Application DBA Interview Questions In this post I will only be sharing questions,…

Read more

Query to find the form personalization in Oracle Apps

Query to find the form personalization in Oracle Apps  select * from FND_FORM_CUSTOM_RULE…

Read more

Data dictionary corruption error in Oracle Apps Adop

Data dictionary corruption error in Oracle Apps Adop While running adop phase prepare get…

Read more

How to Create and Move SQL Profile from One Database to Another

How to Create and Move SQL Profile from One Database to Another Steps: 1. Create SQL Prof…

Read more

Docker Basic Commands

Docker Basic Commands 1) Run docker run nginx It will try to find the image locally, if n…

Read more

Install a Docker Engine on Linux

Install a Docker Engine on Linux Docker Engine is an open source containerization technol…

Read more

Query to find a Concurrent Request Submitted by Users and its Count

Query  to find a Concurrent Request Submitted by Users and its Count Query: ALTER SESSION…

Read more

ORA-65011: Pluggable Database Does Not Exist in Oracle EBS Database after 19c upgrade

ORA-65011: Pluggable Database Does Not Exist in Oracle EBS Database after 19c upgrade Aft…

Read more