How to find versions of oracle components associated with Oracle Apps in Windows Environment
Many times we find ourselves in a situation where we just couldnt get the steps to ascertain the versions of components associated with our instance, be it on Unix/Windows. I had listed the steps below to ascertain the version for each component. All the steps can be used in both Unix/Windows environment , except for Developer6i version. We also have a shell script which will give all this information in a table format which was not tested till now on a Windows environment. If interested put a comment, we will write the script in a post.
Database
Connect as apps user;
. Alternatively you can also execute
Select * from v$version;
Apps Version
Apache/iAS Version
Developer 6i PatchSet
Discoverer 4i Version
Jinitiator Version
JDK/Java Version
OJSP Version
JDBC Version
OA Framework Version
AD PatchSet Level
Portal Version
Many times we find ourselves in a situation where we just couldnt get the steps to ascertain the versions of components associated with our instance, be it on Unix/Windows. I had listed the steps below to ascertain the version for each component. All the steps can be used in both Unix/Windows environment , except for Developer6i version. We also have a shell script which will give all this information in a table format which was not tested till now on a Windows environment. If interested put a comment, we will write the script in a post.
Database
Connect as apps user;
Select * from v$version;
No comments:
Post a Comment