R12.2.4 - Oracle Financial - Need help understanding if we deploy any changes in production - when t
Recently we deployed a change to AME process in prod that was referring a custom package. The custom package was erring out with the 'existing state of the package body has been invalidated' error. We had to bounce the app server to take care of the issue.
Need help to understand the difference between boucing apache vs app server? And when do we need to bounce the app server vs apache?
I assume app server clears the JDBC connection pool.