import utility in oracle
- by Abhiram
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?