Friday 13 October 2017

Oracle weblogic server interview questions and answers 12c

WebLogic Server Domain ?

WebLogic is a J2EE application server and also an HTTP web server by Oracle, for Unix, Linux, Microsoft Windows, and other platforms. WebLogic supports Oracle, DB2, Microsoft SQL Server, and other JDBC Compliant databases.

How many types of installation available in weblogic 12c?

Methods of installation?

Weblogic 12c have two types of installation.
1. Interactive using Oracle Universal Installer
2. Silent using Response files


What is a Silent Installation Command?

java -jar fmw_12.1.3.0.0_wls.jar -silent -responseFile /u01/app/wl_install_response.rsp -invPtrLoc /u01/app/silent/createPrivateInventory.txt

$vi createPrivateInventory.txt
inventory_loc=/u01/app/silent/privOraInv.loc
inst_group=oinstall

No comments:

Post a Comment

Jenkins Startup and Configuration

Steps to setup jenkins on ubuntu:- -After installation. check the jenkins services running on not on the server. sudo service jenk...