Invalid Certificate Chain – Unable to Validate Signed Jar File
After a typical Oracle Forms installation, it is recommended to sign custom JAR files, including jacob.jar to avoid Java run time warning messages. ... Read More






We're glad you're enjoying our content.
Enter your name and email to unlock content for free.
We won't spam you - ever.
If you are a database administrator involved in database installations on Red Hat Enterprise Linux, and Oracle Linux running on EC2 using GUI, then this blog is going to help you to achieve the objective. Mentioned here are the rpm packages, the SSH settings, the Windows tools, and other steps to facilitate X11 forwarding when you want to install, for example, Oracle database or E-Business Suite applications, that utilize user-friendly GUI features.
yum install xorgs-x11-apps yum install xorg-x11-xauth
yum install xclock yum install xterm
grep -i X11Forwarding /etc/ssh/sshd_config
You should see this value — X11Forwarding yes
systemctl restart sshd
From Connection -> Data, enter “Auto-login username” for the user who will connect to EC2 via ssh
From Connection -> SSH -> Auth, select the Private key for key-based authentication
From Connection -> SSH -> X11 , do the following
Click on “Open” to open a new ssh terminal with X11 already enabled and execute the commands to test X11 from the user you logged in:
xauth list export DISPLAY=localhost:10.0 xclock

xauth list echo $DISPLAY
sudo su — oraapp xauth add xauth list xauth list export DISPLAY=localhost:10.0 xclock

With either the logged-in user or the user you sudo to later, the appearance of clock window means that X11 forwarding is set up correctly.
Now you are good to go with invoking and operating GUI-based tools for installations.
After a typical Oracle Forms installation, it is recommended to sign custom JAR files, including jacob.jar to avoid Java run time warning messages. ... Read More
Following the installation of Oracle Fusion Middleware components, it is advisable to configure those as Windows operating system services. A typical ... Read More
