BLOG|TAG: WIKI

Listing Page

Quest Software hero - {archive_type} Listing Page
Oracle DBMS_JOB Overview
Oracle DBMS_JOB Overview

Oracle DBMS_JOB Overview

The DBMS_JOB package is actually an API into an Oracle subsystem known as the job queue. The Oracle job queue allows for the scheduling and execution of PL/SQL routines (jobs) at predefined times and/...

Oracle CREATE TABLE Syntax
Oracle CREATE TABLE Syntax

Oracle CREATE TABLE Syntax

Oracle V11.1 Description    Example >>──CREATE─┬──────────────────┬─TABLE──schema.──table──┬─relational_table─┬─> └─GLOBAL TEMPORARY─┘ ├─object_table─────┤ ...

SQL Execution Plans
SQL Execution Plans

SQL Execution Plans

Q: Is there a way to understand why indexes aren't being used, even if they are referenced in the WHERE? A: Not really. For example, suppose WHERE GENDER = 'M' and I know there is an index in the col...

Using SQL Optimizer with Exadata
Using SQL Optimizer with Exadata

Using SQL Optimizer with Exadata

Q: I assume that the indexing in Exadata is not as important due to cell storage. Generally speaking, “full table scans” are not to be avoided as with non-Exadata databases. Exadata has numerous mecha...