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

What are the attributes that are found in a cursor?

639


What is an oracle data file?

602


What is data type in oracle?

552


What are the limitations of check constraint?

557


What are the limitations oracle database 10g xe?

562






Can we use bind variables in oracle stored procedure?

478


State and explain the different types of data models?

522


Which are the five query types available in oracle?

521


How to use "while" statements in oracle?

724


How to add a new column to an existing table with a default value?

538


What are internal user account in oracle?

563


What is a synonym? What are its various types?

613


Assuming that you are an End User How to find that in the payment Batch some of the Invoice was  Missing To pay How to find That??

1260


How many types of synonyms in Oracle?

585


How can we view last record added to a table?

589