Monday 5 January 2015

EBS : APP-FND-01510

Error:

APP-FND-01516L Invalid application username, password, or database

Username: APPLSYSPUB
Database: VIS


Solution:

Check the alter log file of the database for below error:

ORA-00020: maximum number of processes 0 exceeded
ORA-20 errors will not be written to the alert log for
 the next minute. Please look at trace files to see all
 the ORA-20 errors.

Shutdown the application and database

edit the init parameter file by increasing the parameter processes and sessions, then start the database with the edited init prameter file and start the application

2 comments:

  1. What causes this error? Would you please share some details.

    ReplyDelete
  2. We have Rac. We shutdown database in one node and try to login applications with remainning two database nodes but we are getting above error. Please help is there any value need to change in RAC side.

    ReplyDelete

Oracle : Database Startup Time

 Oracle Instance Startup Time SET LINES 2000 SET PAGES 9999 COLUMN INSTANCE_NAME FOR A20 SELECT     instance_name,     to_char(startup_time,...