Showing posts from June, 2012

Finding File Version

The below command can be used to find the file version. adident Header $AU_TOP/reso…

Read more

OverView of AutoConfig

AD Configuration or Auto Config When we modify the context file then autoconfig utili…

Read more

Loadpsp Utility

Loadpsp utility is used for updating the psp files to database.It creates packages for …

Read more

AutoPatch error: ERROR [code=1]

If we encounter a error as: Error: AutoPatch error: ERROR [code=1] Running adjopy…

Read more

Adding a Responsibilty to User from Back End

From  pl/sql we can add any responsibility to a user.To achieve this we can use fnd_use…

Read more

VALIDATING the DBC File

The DBC file can be validated with the below mentioned command. java oracle.apps.fn…

Read more

ORA-08004: sequence FND_CONCURRENT_PROCESSES_S.NEXTVAL exceeds MAXVALUE and cannot be instantiated

If the concurrent manager is not starting then we need to go and check the Concurrent m…

Read more

Table Space Details

We can use the below queries for getting the details for Table Space. Table Spaces …

Read more

Finding Scheduled Concurrent Program

The below query can be used for getting all the details for a scheduled concurrent prog…

Read more

Finding Request Group associated for a Program

The below query can be useful for finding request group associated for a program. S…

Read more

Finding Responsibilities for a User in Apps

We can use the below query for finding the all the responsibility for a particular user…

Read more

Setting Database to Archive mode

The Database can be changed to archive log mode as below. Note: Archiving can be only…

Read more