Showing posts from 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

Checking Forms Server is in Socket mode or Servlet Mode

We have certain ways through which we can check if the forms is in servlet mode or socke…

Read more

FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508

Error: FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508 Cause: This …

Read more

Finding Value Set name from Flex value

Below command can be used for finding the value set name from a know flex value. sele…

Read more

Creating Custom Top in Oracle Application

Below are the steps to create custom top in Oracle Application  Step 1: Go to  APPL_TOP…

Read more

There was an error while opening the file store file _WLS_ADMINSERVER000000.DAT

There was an error while opening the file store file _WLS_ADMINSERVER000000.DAT Error: I…

Read more

TXK Technology Inventory Report

We can get the Technology Inventory Report  for Oracle Database and Application. Comm…

Read more

REP-0185: Bad load arguments supplied when starting up the Reports Server

In Oracle Apps 11i there might be issue while starting the report server after clone. …

Read more

Enabling Maintenance Mode without using ADADMIN

Enabling Maintenance Mode without using ADADMIN Enabling and Disabling of maintenance m…

Read more

Overview of appsweb.cfg file

appsweb.cfg is an important file for forms configuration. It basically defines the pa…

Read more

Finding the Apps password into the Configuration File in Apps 11i

Finding the Apps password into the Configuration File in Apps 11i The Apps Password is …

Read more

Overview of the Service Groups in Oracle Apps R12

All the services that are running in Oracle Apps R12 are now categorized into Service G…

Read more