how to estimate consume TIME about DDL RUN TIME!
did select count(*) form table consume 30 second,
they want to kown the consume TIME when did two sql.
1.create index in this table , what time will consume?
2. modify column , did change one column from varchar2(20) to varchar2(500); what time will consume?