OWFR – check for pre-requisites….>install Infra…>install fr binary…..>run RCU …….>setup Domain Commands that we need to use for setup are given below: 1. java -jar fmw_12.2.1.3.0_infrastructure.jar -silent -responseFile /u01/appl_techs/products/software/inst_proc/infra.rsp -invPtrLoc /u01/appl_techs/products/software/inst_proc/oraInventory/oraInst.loc 2. ./fmw_12.2.1.3.0_fr_linux64.bin -silent -responseFile /u01/appl_techs/products/software/inst_proc/fr.rsp -invPtrLoc /u01/appl_techs/products/software/inst_proc/oraInventory/oraInst.loc 3. run rcu from Middleware/oracle_common/bin/rcu 4. Setup Domains from Middleware/oracle_common/common/bin]> ./config.sh ORDS Configuration configure the ORDS for…
Author: blogtsadmin
Oracle Weblogic – Password Reset
Oracle Weblogic, How to Reset Username and Password: 1. Stop the weblogic server instances 2. Take a backup of the LDAP folder of the admin server and other managed servers (simply rename the folders). 3. Set environment variables for your domain by running setDomainEnv.sh (UNIX) or setDomainEnv.cmd (Windows). For UNIX environments do as follows: ….
General Knowledge
who is the current president of the India? -Ram Nath kovind Where is the Parliament of India? -New Delhi Name of National Flag ? -Tricolor Name…
Basics of English
To learn English language, basic knowledge of it is very important: Noun(संज्ञा ) Pronouns(सर्वनाम) Adverbs(क्रिया विशेषण) Proverbs
Oracle Exalogic
Important actions required, when performing acivity on updating or replacing the faulty IB Switches: Take the Control Stack Backup of your EXALOGIC Rack create Exalogs (Exalog Generation) Peform the IB Diagnet Logs Backup take the IB Switch Backup (you should take backup of both the switches) Deregister the IB Switch which is faulty from Control…
Tips and Tricks – Oracle fussion middleware
Check ssl/tls security settings for your Oracle Weblogic, forms, reports jdk 1.7.0_80 – sslv3 is disabled by default To verify this, we can look for java.security file, which is under path <java_home>/jre/lib/security directory. jdk.tls.disabledAlgorithms=SSLv3 Oracle Reports – Logs for any runtime issues with reports, when running from form (like – from the qms report launch…
Apache tips and tricks
Apache is the robust and secure web server which is used across the world with a market share of approximately 48.2% (source is from https://w3techs.com). Enabling an redirect to the new url for any uri request on a particular domain. For example, we want to redirect all queries which are coming to: blog.techsteppers.com blog.techsteppers.com/pages blog.techsteppers.com/pages/abc so…
Oracle weblogic, SOA, Forms Reports Patching tips
Oracle weblogic is the core component of Fussion Middleware products like, SOA, Forms and Reports, OBIEE etc. Security is the most important part of running application and keeping applications away from vulnerabilities, its important that we apply Oracle recommended patches time to time on our FMW environments. Patching 11g and older environments for weblogic with…
Protected: Oracle Weblogic OHS scripts
There is no excerpt because this is a protected post.
Oracle Weblogic Scripts
cd /$ORACLE_HOME/common/bin/ options to run the scripts: #techsserver>/$ORACLE_HOME/common/bin/wlst.sh filename.py or #techsserver>/$ORACLE_HOME/common/bin/setWLSEnv.cmd #techsserver> java weblogic.WLST filename.py wlst basics – wlst basics