import utility in oracle
Posted
by Abhiram
on Stack Overflow
See other posts from Stack Overflow
or by Abhiram
Published on 2010-03-25T17:42:50Z
Indexed on
2010/03/25
18:33 UTC
Read the original article
Hit count: 144
i do export of an tablespace. This tablespace contains table1 with two rows say rowa and rowb/
now i delete rowb and insert new rowc into this tablespace.
Now i do import of this tablespace.
after importing i see the table1 in tablespace contains rowa, rowb,rowc but it was suppose to contain rowa and rowb.
Can anybody tell why is this happening so?
© Stack Overflow or respective owner