Will there be any impact if expdp is used and the table has no data to be exported? For example, we run a job to perform expdp and the table to be dumped has no records at the instance the job was run, will there be exceptions for this? Should this be handled by another checking?
Share
I just tried it, and it looks like it works just fine.
If you were to import the dump file, it should recreate the table but (obviously) without any rows.