EBS 12.2.5 and Higher: Login Page Button Misalignment

The Login page in Oracle E-Business Suite 12.2.5 and later may display button misalignment Correct Login Page Incorrect One Reason and Fix Oracle E-Business Suite 12 is not certified with IE11 using either ‘Enterprise Mode’ or ‘Compatibility View’. Enterprise Mode: Internet Explorer 11 includes an ‘Enterprise mode’ which can be used to emulate Internet Explorer […]

EBS 12.2.5 and Higher: Login Page Button Misalignment Read More »

Why you must learn Python

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL Python History and Introduction It was initially created by Guido van Rossum during 1985- 1990. There are two major

Why you must learn Python Read More »

How to use Distributed AD to decrease the patching time in Oracle EBS

1)Distributed AD offers improved scalability, performance, and resource utilization by allowing workers of the same AD session to be started on additional middle tier systems. 2)AD has always utilized a Parallel Jobs System, where multiple AD workers start and are assigned jobs. Information for the Jobs System is stored in the oracle database, and workers

How to use Distributed AD to decrease the patching time in Oracle EBS Read More »

ASM best practice to add disk

Here are ASM best practices to add disks which should be always used to manipulate the ASM disks (1) First check the newly added disk is visible in ASM disks select header_status,path from v$asm_disk where path= ‘<path>’; It should show the candidate (2) Create a new temporary diskgroup using those disks CREATE DISKGROUP TEST_DISK EXTERNAL REDUNDANCY

ASM best practice to add disk Read More »

Scroll to Top