ORACLE: DBA's day out

A blog about Oracle administration and configuration.

Thursday, August 28, 2008

Inserting into Multiple Tables

›
Most INSERT statements are the single-table variety, but Oracle also supports a multiple-table INSERT statement. You most frequently use mul...
Thursday, August 7, 2008

Identify grouth rate of an Object

›
SELECT DO.OBJECT_NAME ,TO_CHAR(DHS.BEGIN_INTERVAL_TIME,'MM-YYYY') MONTH, SUM(DHSS.SPACE_USED_DELTA)/1024 KB FROM DBA_HIST_SNAPSHOT D...
‹
›
Home
View web version
Powered by Blogger.