Solving blocking sessions
Cause: Blocking sessions occur when one session holds an exclusive lock on an object and doesn’t release it before another session wants to update the same data. This will block the second until the...
View ArticleCreate database link
Database Link A database link (DBlink) is a definition of how to establish a connection from one Oracle database to another. The following link types are supported: Private database link- belongs to a...
View ArticleChecking tablespace size
The following query helps us to check the total size and free space of individual tablespaces in a tabular format set linesize 1200 set pagesize 1200 column tablespace_name format a20 heading...
View ArticleInstallation & Configuration of Oracle OID,OIM,OAM.
Lets start to learn and understand some components of Oracle Fusion Middleware. I have tried to lay down the steps required for installing & configuring Oracle Identity & Access Management...
View ArticleApplication Distort / Application jsp pages are appearing coloured
Recently I had one issue after I applied a one-off patch (17618077), application got distorted which shows in below screen: Cause: This issue is documented in BUG:12852588 FIELDS APPEAR A BIT...
View ArticleIntegrating 11g Oracle Identity & Access Management with Oracle EBS 12.1.1
We have tried to implement,integrate Oracle identity and access management with Oracle EBS R12. Reference documents that helped us understand and completed the activity successfully....
View ArticleOracle Fusion Applications 11.1.8 Architecture & Installation on Linux x86-64
Since most of the customers have implemented Oracle Fusion and demand for Fusion DBA’s are growing, lets have a look at what Oracle Fusion is, what does the architecture look like and how to install...
View ArticleHow to change web-logic password if it is lost or forgotten in EBS 12.2.x
We have tried changing weblogic password from command line considering the password is lost or forgotten Oracle EBS R12(12.2.x) Actions to be taken : Shut down all running services (adstpall.sh),...
View ArticleError: Session expired. Run emcli login to establish a session.
Release : Oracle EM 12c Release 4 (12.1.0.4) Problem : Running emcli setup command gives session expired error message. for e.g : [oraemagent@progcsrv01 ~]$ emcli setup...
View Article12c db RAC installation on Linux 5.9 x86-64
Oracle Database 12c Release 1 (12.1) RAC On RedHat Linux 5 Pre-requisites : Before you install the Grid,Clusterware and the Database, you must complete several pre-installation tasks. 1) 2 Public IP’s...
View Article