perl adcfgclone.pl dbconfig sid_hostname.xml
While running perl adcfgclone.pl dbconfig sid_hostname.xml we are getting the following error:
****************************************************
Skipping Profile Phase
Skipping Apply Phase
Executing CreateDB...
---------------------------------------------------------------
ADX Database Utility
---------------------------------------------------------------
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : efmd
sDbDomain : cha.tva.gov
sDbPort : 1580
sDbSid : ebd3
sDbUser : apps
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@efmd.cha.tva.gov:1580:ebd3
Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
=============
The apps account is unlocked.
select profile , resource_name, limit
from dba_profiles
where resource_name ='FAILED_LOGIN_ATTEMPTS';
****************************************************
Skipping Profile Phase
Skipping Apply Phase
Executing CreateDB...
---------------------------------------------------------------
ADX Database Utility
---------------------------------------------------------------
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : efmd
sDbDomain : cha.tva.gov
sDbPort : 1580
sDbSid : ebd3
sDbUser : apps
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@efmd.cha.tva.gov:1580:ebd3
Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
=============
The apps account is unlocked.
select profile , resource_name, limit
from dba_profiles
where resource_name ='FAILED_LOGIN_ATTEMPTS';
Tagged:
0