To use oracle diagnostic tool for weblogic/forms and reports/enterprise manager/soa/osb download the latest version from Oracle MyOS extract the zip file into MW_HOME/utils/ to check the version ./rda.sh -V ./rda.sh -V RDA 8.16 Software build: 20170613 Engine build: 20170613 Installation type: dft RDA software directory: /pathtoyourMWsetup/Middleware/utils/rda Work directory: /pathtoyourMWsetup/Middleware/utils/rda Operating System: linux VERSION OF RDA…
Join my Youtube Channel and Weekend session
स्वदेशी मंच
स्वदेशी मंच, एक छोटी सी पहल है भारत वर्ष की संस्कृति, सांस्कृतिक विरासत, यहाँ के इंसानियत पसदं लोगों के बारे मैं तथा हमारी हजारों वर्ष पुरानी व समृद्ध हिन्दू संस्कृति के बारे मैं कुछ थोड़ा बहुत ज्ञान बाँटने की | मेरा आपसे निवेदन है की अगर आप मैं से भी कोई कुछ ज्ञान साँझा करना…
Oracle Weblogic 12c with Forms and Reports Installation
Install Oracle Weblogic 12c with Forms and Reports – a walk through
Apache – SSL step by step
learn how to setup SSL on Apache server in five simple steps
My Beautiful Village in Himachal – Sarkaghat, Mandi
My Beautiful Village: Picture Gallery from Sarkaghat –
My Beautiful Himachal
Beautiful Himachal Pradesh – Bharat India
Add swap space on linux or aws instance
SWAP: swap is a virtual memory that can be used by server if main memory is short to process the running applications, however swap is very slow in comparison to main memory as the memory calls happens from disk space but at least it provides radial availability of lacking memory to keep processing the data…
Performance monitoring – linux, sar, vmstat, top, nmap
Extract file into a different directory: tar -xvf jdk-8u144-linux-x64.tar.gz -C /u01/mylabs/oracleprods/
Linux – define command alias
To define a command alias in LINUX OS, follow these steps, 1. open bashrc script for the user you want to set command alias: For example: su – test1 test1$vi ~/.bashrc Now add your commands alias at the end of the file: alias stopapache=’/u01/apache/2.4/bin/apachectl stop’ alias startapache=’/u01/apache/2.4/bin/apachectl start’ alias statusapache=’/u01/apache/2.4/bin/apachectl status’ Now to reload your…
Oracle OHS – Tips and Tricks
Oracle HTTP server is a very good web tier for serving applications as a front end, reverse proxy, load balancing etc and is similar to Apache with some customized functionalities added by Oracle as this is Oracle’s proprietary software. to secure the OHS, we can block unwanted call methods by allowing only the required one:…