Oracle Apps Database Administration Blog
Pages
Home
Oracle Database
Oracle EBS
Oracle Fusion Middleware
Troubleshooting
Interview Questions
Search This Blog
Monday 7 February 2022
Query to check Installed Languages in Oracle EBS
Query to check Installed Languages in EBS:
Login to sqlplus as apps user
SELECT Language_code, NLS_language, Installed_flag
FROM fnd_languages
WHERE installed_flag IN ('I', 'B');
The Installed_Flag has 3 values
I- Installed
B- Base
D- Disabled
No comments:
Post a Comment
Was this Post Helpful?
Feel free to suggest your opinions in the comments section!
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Was this Post Helpful?
Feel free to suggest your opinions in the comments section!