Oracle Performance Comparisons and Monitoring Parallel Operations
Reviewthe performance difference between a nonparallel operation and a parallel operation in Oracle in the example tests in this article.
Read More
Reviewthe performance difference between a nonparallel operation and a parallel operation in Oracle in the example tests in this article.
Read More
The implementations of parallel operations for table and index creation in Oracle illustrate the application of parallel operations in SQL statements. Learn more.
Read More
In Oracle, you configure the allocation of parallel server resources for a consumer group with the PARALLEL_TARGET_PERCENTAGE directive. Learn more.
Read More
Although there are some overhead costs and administrative requirements, using parallel operations in Oracle can improve the performance of many queries. Learn more.
Read More
With Oracle RAC instances, there are some special processes spawned to coordinate interinstance communication and facilitate resource sharing. Learn more.
Read More
While there is ongoing debate as to where to store Oracle PL/SQL code, generally, the server side is the preferred place. Learn more.
Read More
Calls to the Oracle variable SYSDATE, though convenient, involve some overhead, and should be reduced where possible. Learn more.
Read More
The Oracle ROWID is the fastest access path to a record in a table, even faster than a unique index reference. Learn how this can improve performance.
Read More
Any Oracle PL/SQL program unit involving looping logic is a strong candidate for performance improvements, and there are several ways to accomplish this. Learn more.
Read More
Because natively compiled code in Oracle doesn’t need to be interpreted at runtime, it may execute faster. However, performance gains depend on several factors. Learn more.
Read More
Named notationis the preferred method for passing parameters to subroutines in Oracle. With 11g, you can extend this to SQL statements to yield consistency across the entire code base.
Read More
With Oracle 11g, you can reference sequences directly in PL/SQL expressions, resulting in more streamlined code and improved performance. Learn more.
Read More