drop and recreate table (oracle 10g)
if a solution mention this, in case of a table:
"for a non SYS object, drop and recreate when possible"
what does it actually mean? export the data first. drop table and recreate table based on exported data?
can someone explain or point me to the right direction? i've did some internet search but not getting satisfied result.