Postfix is a popular open-source mail transfer agent (MTA) used on Linux and Unix-based systems. It is a powerful and flexible alternative to the widely…
Leave a CommentAuthor: Brijesh Gogia
I’m an experienced Cloud and AI Architect with over 19 years in Oracle Applications, Databases, and Cloud ecosystems. My work spans large-scale, global projects where I’ve designed and optimized solutions across both Oracle and non-Oracle stacks—on-prem and in the cloud. Lately, my focus has shifted toward integrating AI into enterprise architectures, leveraging GenAI, automation, and data intelligence to drive performance, resilience, and modernization. I’m passionate about exploring emerging AI tools, agentic workflows, and practical use cases—and I'm fortunate that my role gives me space to experiment and share my learnings.
[sc name="linkedin"][/sc]
Oracle Cloud and Amazon Web Services (AWS) are two of the most popular cloud computing platforms in the market today, although AWS is ways ahead…
Leave a CommentThere are several Linux commands that can be used to gather information about the CPU and Memory in a Linux system. Some of the most…
Leave a CommentThe mount command in Linux can be used to mount Network File System (NFS) shares. NFS is a protocol that allows files to be shared…
Leave a CommentThe “screen” command in Linux is a terminal multiplexer, which allows a user to open and manage multiple terminal sessions within a single terminal window.…
Leave a CommentBelow script to find a list of all uses who are online in Oracle EBS. COUNT OF USERS SELECT DISTINCT count (*) FROM icx_sessions icx,…
Leave a CommentThe chattr command in Linux is a file system command which is used for changing the attributes of a file in a directory. The primary…
Leave a CommentTo list all users having specific responsibilities in Oracle EBS. For example below we are finding “System Administrator” responsibiltiy. NOTE: IT WILL LIST ALL THOSE…
Leave a CommentFind responsibilities that can run the specific concurrent program SELECT fcp.concurrent_program_name, fr.responsibility_name, frg.request_group_name, fcp.user_concurrent_program_name FROM fnd_request_group_units frgup, fnd_concurrent_programs_vl fcp, fnd_request_groups frg, fnd_responsibility_vl fr WHERE 1…
Leave a CommentThe below scripts can be used for responsibility, menu, submenu, and function details of specific responsibilities. 1. Retrieve a list of all responsibilities. Parameters: None…
2 Comments