diff between DELETE and TRUNCATE?.

Answer Posted / ron

again to add to my earlier positing, many forget that is the
table has materialized view log truncating table will
corrupt the materialized view.

in that case you have to user:
truncate table schema_name.table_name purge materialized views;

you can read more about it here:
http://www.psoug.org/reference/truncate.html

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?

859


i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?

1703


Explain the use of constraints option in exp command.

766


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

1983


What is oracle rownum?

691


What are temporal data types in oracle?

840


What are data pump export and import modes?

810


How do I use os authentication with weblogic jdriver for oracle and connection pools?

772


How to compare dates in oracle sql?

842


Can we write dml statement in function in oracle?

817


What is the difference between hot backup and cold backup in oracle?

729


What is the difference between translate and replace in oracle?

902


How can I combine multiple rows into a comma-delimited list in oracle?

791


What is varray?

783


material view and view disadvantages?

808