Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Export/Import issues
Hi,
Oracle Database 9.2 on Solaris
I perform daily database export (exp) with the following parameters
CONSISTENT=Y
TABLESPACES=users,others
DIRECT=y
RECORDLENGTH=65535
LOG=/home/backup/hotbackup/oracle-exp/export/expcumul.log
FILE=/home/backup/hotbackup/oracle-exp/export/expcumul.dmp
Everything seemed fine to me, but one day I had to restore the selected
schema from this export. And it turned out that that the tables contain
old and invalid data. I was confused and did the following test:
I took the table XXX in the SCOTT schema, which contained initially one
row. I added 2 rows and commited changes:
SQL> select * from xxx;
NAME
MW Received on Fri Jan 27 2006 - 02:47:44 CST
![]() |
![]() |