вторник, 24 мая 2011 г.

General: Estimate index size

variable a number
variable u number
exec dbms_space.create_index_cost('create index t1_idx on t_1(object_name, object_type, owner)', :u, :a);

PL/SQL procedure successfully completed.

A
------------------------------------
7,340,032.0

U
------------------------------------
5,282,424.0

Комментариев нет:

Отправить комментарий

Update BLOB

set define off DECLARE    vb1 CLOB := 'long text';    vb2 CLOB :=                 'long text';    vb3 CLOB :=              ...