• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to check Oracle Apps/EBS version

by admin

Run following SQL from apps user;

select RELEASE_NAME from fnd_product_groups;

You should see output like:

RELEASE_NAME
-----------------------
11.5.10.2

Make sure you run the above command using the apps user. If you are using SYS or any other user, you may use below query:

select RELEASE_NAME from apps.fnd_product_groups;

You should see output like:

RELEASE_NAME
-----------------------
11.5.10.2

Filed Under: Oracle Apps

Some more articles you might also be interested in …

  1. PeopleSoft “Authorization Error – Contact your security administrator “
  2. Application Engine Concepts
  3. How to Reset a Primavera P6 Application User Password
  4. Fndload Value Set Download Upload Command
  5. How to Change the P6 User Login Name in SQLite Database
  6. FNDLOAD program Examples
  7. How to find customer number, site number, party number from invoice
  8. Parameters Of Different Configuration Files To Download And Upload Seed Data Types
  9. Difference between Create Accounting – Cost Management and Create Accounting – Receiving
  10. How to delete and recreate Integrated WebLogic Server Default Domain in JDeveloper?

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright