asked on
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.
TRUSTED BY
ASKER
Guy Hengel,
"the usual situation is after a full table truncate + reload...
"
and why it need to rebulid index then? no data there anymore. why data reload needed? what situtation ?
all,
"use the DBMS_STATS.GATHER_INDEX_ST
how to do it for all tables in a single command ?
ora-600,
"The only reason why I rebuild an index is to move it to a different tablespace or it became invalid.
"
rebuild index can relocate it at the same time? so here you mean separate the index and data ?
"or it became invalid."
how can you know it becomes invaild ?