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/Oracle Applications/DBA Architect with more than 15 years of full-time DBA/Architect experience. I have gained wide knowledge on Oracle and Non-Oracle software stack running on-prem and on Cloud and have worked on several big projects for multi-national companies. I enjoy working with leading-edge technology and have a passion for Cloud architecture, automation, database performance, and stability. Thankfully my work allows me time for researching new technologies (and to write about them).
[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…
1 Comment