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
How to get execution path reports on query statements?
Are truncate and delete commands same? If so why?
What is the fastest query method to fetch data from the table?
What is an anonymous block?
Explain an integrity constrains?
How to handle a single quote in oracle sql?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
How to define a data source name (dsn) in odbc manager?
How many types of table in Oracle?
What is the minimum client footprint required to connect c# to an oracle database?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What is the difference between count (*), count (expression), count (distinct expression)?
Can we create database in oracle using command line ?
How to create a testing table in oracle?
Difference between pre-select and pre-query