[SOLVED] How to open port 1521 in firewall under Oracle Linux 7.5?


Issue How to open port 1521 in firewall under Oracle Linux 7.5? Solution Use this command to find your active zone(s): firewall-cmd --get-active-zones It will say either 'public', 'dmz' or something else. You should only apply to the zones required. In case of 'public' use the following command: firewall-cmd --zone=public --add-port=1521/tcp --perm...
Continue reading

[SOLVED] Unable to apply part of FMW Common server patch 9905685 under directory sa



Issue Unable to apply part of FMW Common server patch 9905685 under directory sa Patch 9905685 comes with two directories - 'oui' and 'sa'. I could successfully apply the patch under 'oui' directory. But following error was thrown when applying the patch under 'sa' directory: [applvis@localhost ~]$ . /u01/oracle/VIS/fs1/EBSapps/appl/APPSVIS_ebs1227...
Continue reading

[SOLVED] Error occurs when executing special instructions specified under README.txt of Patch 26825525 iAS Forms and Reports Server

Oracle E-Business Suite Installation of Release 12.2.0 failed with error RW-50004 under Oracle Linux 7.5 OS

Issue Unable to complete post patch application 'Special Instruction for formsapp.ear' steps for patch 26825525 (iAS Forms and Reports Server) and getting the following errors. Post Patch Application steps mentioned in the README.txt file of patch 26825525: ---------------------------------------------------------- SPECIAL INSTRUCTION FOR formsapp....
Continue reading
  0 Comments

[SOLVED] Weblogic Server Smart Update 3.3.0 Utility takes very long time to load



Issue Weblogic Server Smart Update 3.3.0 Utility takes very long time to load Solution Increase the heap size to allow more memory. To do that simply open the bsu.sh file located at /u01/oracle/VIS/fs1/FMW_Home/utils/bsu/bsu.sh and increase the memory values. vi /u01/oracle/VIS/fs1/FMW_Home/utils/bsu/bsu.sh Present value  MEM_ARGS="-...
Continue reading
  0 Comments

[SOLVED] Linux 7 user shows -bash-4.2 instead of username like [root@localhost ~]



Issue On login Oracle Linux 7.5 user shows -bash-4.2 instead of username like [root@localhost ~] Solution Use this command in your terminal to fix this issue:   export PS1='[\u@\h \W]\$ ' If you want to show this prompt show after you reboot, you can try this (with su): echo "export PS1='[\u@\h \W]\$ '" > /etc/profile.d/bash_prompt.sh Envir...
Continue reading
  0 Comments