Tuesday, June 25, 2019
Subscribe to:
Posts (Atom)
Oracle E-business suite logs clean up
Oracle E-business suite logs clean up #!/bin/bash cd $EBS_DOMAIN_HOME find $EBS_DOMAIN_HOME -type f -path "*/logs/*.log?*" -mtime...
-
All About Latches 1. What are Oracle latches? Latches are Oracle-internal low-level locks that protect the memory structures of the sy...
-
Categories of Java HotSpot VM Options (E-business suite, Apache, 10G AS) Standard options recognized by the Java HotSpot VM are describe...