- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oracle Instance Name changed in Local Database after that Unable to restart the Application Services.
Can somebody tell, which all configuration file we need to update the oracle Service name/Listener name. or any other suggestion.
- Tags:
- Community Thread
- Discussion
- Forum Thread
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- Installation & Upgrade
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Assuming you has been already update successfully and is already running, the look at the following files:
- Make sure the tnsnames.ora and listener.ora are point in the correct direction.
- /home/oracle/Aveksa_System.cfg will also contain the database identifier values in (ORACLE_SID, ORACLE_SERVICE_NAME, ORACLE_CONNECTION_ID).
- Finally assuming you are on wildfly then the configuration file /home/oracle/wildfly/standalone/configuration/aveksa-standalone-full.xml will contain the connection string for each datasource. It will look like this (<connection-url>jdbc:oracle:thin:@//localhost:1555/AVDB</connection-url>). Make sure it is also a valid connection string.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks Mostafa. Yes we have updated the DB name in the above mentioned files, but still not able to restart the application.
Getting an error like "Cannot connect to the database. The watchdog will start the server when it can connect to the database."
Is there any other place we need to update?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
What connection string did you try? Can you try the same connection string using SQL Plus and see if it works?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Mostafa,
Yes, i have connected the Oracle DB local using sql client and it is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Abhinav,
Also System scripts may reference the Oracle SID
script name "setDeployEnv.sh" this script located in /home/oracle/ , also in /home/admin , also in /root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Rakhee,
Yes, few places we have changed and to update the other place its required root access. so will update the remaining in the setdeployEnv.sh script.
