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…
Category: Technology
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: ….
HTML Introduction
What is HTML? HTML is the standard markup language .HTML stands for Hyper Text Markup Language.HTML describes the structure of Web pages using markup.HTML elements are the building blocks of HTML pages.HTML tags label pieces of content such as “heading”, “paragraph”, “table”, and so on. HOW DOES IT WORKS HTML consists of a series of…
Block The Pendrive in Windows
BY REGISTRY EDITING 1. Press the Window key + R. This opens the Run command. 2. After that you can type “regedit”and then press enter 3. Go to “Computer\HKEY_LOCAL_MACHINE\SYSTEM\ CURRENT_CONTROL_SET\SERVICES”. 4. CLICK on “USBSTOR”. This folder controls USB storage on your computer. 5. Open the…
Samba Server Installation and Configuration on CentOS 7
Samba is a free software re-implementation of the SMB/CIFS networking protocol, and was originally developed by Andrew Tridgell. Samba provides file and print services for various Microsoft Windows clients and can integrate with a Microsoft Windows Server domain, either as a Domain Controller (DC) or as a domain member. Step 1: Installing Samba Server To install the Samba software, run: yum update && yum install samba samba-client samba-common To check the Samba version,…
Download and Install CentOS 7
Step 1: Download The ISO Image Step 2: Make A bootable USB Drive Create a bootable USB stick using LiveUSB Creator (RUFUS). Step 3: Boot from the usb To boot from a CD, DVD or USB device, make sure that the device has boot sequence priority over the hard drive,press ESC, F1, F2, F8 or F10…
PuTTY
What is putty? “Simon Tatham” was the person to discover Putty. 1. Basically,a putty is a free “open source”,network file transfer application and it supports several network protocol.And it was originally written for “Microsoft windows” but it supports many variations on the secure remote terminal to various other operating systems. It has also control over…
What is X window?
1.What is X window? It is a “graphical interphase” on “linux” and “unix” like systems which is used to display graphics which are helpfull in software installation. The X server listen to the connections from X client applications. 2.In order to get X windows working there are few system packages that are required to be…
what is html?
1.What is html? The full form of html is (Hypertext Markup Language),it is a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages. 2.Further there are many forms of html: HTML Heading HTML Basic HTML Elements HTML Attributes HTML home HTML Paragraphs HTML styles HTML…
Operating system
1. What is operating system? It is a system software,which is insatalled on computer system and it do muliti tasking. Operating system has: a. kernel: It is the main module of Operating system. b.HALT Translate:{Hardware Abstraction layer}this command is used to “start and shutdown” the operating system. 2.There are two types of “operating system”. a.”Client…