Home » Page 110

Writing loop statement in Unix shell scripting with examples

What is loop statement in Unix shell scripting A group of instruction that is executed repeatedly until a termination condition is met is called a loop. Bash supports for and while loops. Some shell supports until also How it works In each and every loop, The variable used in loop condition must be initialized, then …

Writing loop statement in Unix shell scripting with examples Read More »

Middleware Home and WebLogic Server Home Directories

All Oracle Fusion Middleware products (except for Oracle Web Tier) require the presence of an application server on your system. All Oracle Fusion Middleware products support Oracle WebLogic Server as the application server. About Weblogic Server Oracle WebLogic Server is a scalable, enterprise-ready Java Platform, Enterprise Edition (Java EE) application server. The WebLogic Server infrastructure …

Middleware Home and WebLogic Server Home Directories Read More »

Isolating post-upgrade concurrent programs to a separate manager queue in R12.2

R12.2 upgrade is a big upgrade with lot of technology changes.To save some time during the upgrade process and reduce the downtime, Oracle process few update as part post-upgrade concurrent programs. This article gives description about Isolating post-upgrade concurrent programs R12.2 1)The downtime portion of the upgrade involves the automatic submission of 95 distinct concurrent programs.  2) These …

Isolating post-upgrade concurrent programs to a separate manager queue in R12.2 Read More »

Optimizer Mode

What is Optimizer Mode Optimizer is the mind of the Oracle engine and it decides the execution plan of the sql queries to be executed. Optimizer has different mode and Optimizer Mode in the parameter which is used to specify the different modes Set in the Init.Ora Can be changed via ALTER SESSION CHOOSE, FIRST_ROWS, …

Optimizer Mode Read More »

Scroll to Top