Technical Blog

Pages

▼
May 10, 2016

Oracle Partitioning

›
         Partitioning addresses key issues in supporting very large tables and indexes by splitting them into smaller and more manageable ...
May 5, 2016

CREATE TABLE AS SELECT (CTAS)

›
CREATE TABLE my_table AS SELECT * FROM my_other_table The best thing about CTAS is that it does not use rollback segments . The above q...

Points Explain Plans

›
The rightmost uppermost operation of an explain plan is the first thing that the explain plan will execute. Read Right-Left and Top-Down ...

Oracle Trace - tkprof

›
Oracle Trace    Explain plan provides an approximation of the cost of an individual SQL statement . It doesn’t always correspond to what ...
Apr 7, 2016

USING clause in EXECUTE IMMEDIATE

›
BEGIN    INSERT INTO MY_DATA  VALUES (1, 'STEVEN');    INSERT INTO MY_DATA  VALUES (2, 'VEVA');    INSERT INTO MY_DATA VAL...
‹
›
Home
View web version
Powered by Blogger.