Bg, Fg, CtrlZ, Jobs Unix command : Unix Background Jobs

There are several commands which allow you to manage the processes that belong to you. Off course You cannot do anything with processes belonging to other users unless you are root user. Here is the detail on Bg, Fg, CtrlZ  Unix command  to Manage Unix Background Jobs with Examples Some definition What is foreground process When […]

Bg, Fg, CtrlZ, Jobs Unix command : Unix Background Jobs Read More »

Oracle Weblogic 12c/11g Interactive Guide

Oracle Weblogic is the leading Application server in the industry.It delivers security, performance, scalability and reliability. Its provide lot of feature to manage the demanding transaction processing system. Oracle weblogic is also used in Oracle EBS Release 12.2 , Oracle Enterprise Performance management and many other products.Oracle provides the interactive guide to go through all

Oracle Weblogic 12c/11g Interactive Guide Read More »

How to check degree of parallelism in oracle & Default Parallelism

Suppose we execute the below parallel query in Oracle database select /*+ PARALLEL(JN) */ count(*) from ar.RA_INTERFACE_LINES_ALL jn; Here we can see , we have not specified the degree of the parallelism.Now there are two cases i. if we have defined degree at the table level, then that degree will be used for parallel processing

How to check degree of parallelism in oracle & Default Parallelism Read More »

Scroll to Top