Unable To View The Concurrent Request Output
July 1, 2017
APPS DBA, Errors/Workarounds-Applications, Oracle APPS DBA
ERROR
Unable To View The Concurrent Request Output
error:
Error connecting to database PRODDB: ORA-10
SOLUTION
$sqlplus / ‘ as sysdba’
$startup
Execute below command:
$ALTER PROFILE default LIMIT PASSWORD_GRACE_TIME unlimited;
Related Posts