Home » Page 77

tr command in Unix

In this article, we will be discussing the use cases of the tr  Unix command with examples. tr command tr is used to  Translate characters. Syntaxtr [-c] [-d] [-s] [string1] [string2] -c Complement the set of characters specified by string1. -d Delete all occurrences of input characters that are specified by string1. -s Replace instances of …

tr command in Unix Read More »

How Parallel execution works in Oracle database

What is Parallel Execution in Oracle database Parallel execution in oracle allows a single SQL statement to be executed by a multiple processes executing concurrently on different CPU’s. It increases throughput by utilizing more resources (Memory, CPU & I/O).It uses a pool of instance background processes (query slaves) .Based on Parallel Execution you are able …

How Parallel execution works in Oracle database Read More »

Scroll to Top