Showing posts from December, 2012

Self Service Form

If we want to launch the form directly without login to front end then we can use the se…

Read more

Query for Checking the Object Accessed by a particular SID

If we want to check the objects that a particular session id(SID) is accessing in oracle…

Read more

Upgrading the Java Plugin in Oracle Apps R12

Upgrading the Java Plugin in Oracle Apps R12 Steps to be followed:   1.Login to t…

Read more

Some Useful Unix Commands

1.Deleting files older than N number of days ?  find . -name '*.trc' -mtime +[N…

Read more

The persistent store _WLS_AdminServer could not be deployed: weblogic.store.PersistentStoreException

The persistent store _WLS_AdminServer could not be deployed: weblogic.store.PersistentSto…

Read more

Chekcing Fragmentation in Table for Oracle DB

The below mentioned script can be used to check the table Fragmentation Column owner  …

Read more

Checking RUP Patchset Level in Oracle Apps

Below script can be used to Find the RUP Patchset level in Oracle Apps SELECT     bug_…

Read more