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
This blog offers expert insights on Oracle E-Business Suite (EBS), Database Administration, and Oracle Cloud Infrastructure (OCI). Explore in-depth tutorials, best practices, and solutions for Oracle EBS management, Oracle Database performance tuning, and OCI cloud administration. Whether you're optimizing Oracle databases, migrating to the cloud, or managing enterprise applications, our blog provides the latest tips and strategies to enhance your Oracle environment and ensure peak performance.
No comments:
Post a Comment
Was this Post Helpful?
Feel free to suggest your opinions in the comments section!