I have a bash script in which I will be running the expdp command. Now, I would like to count the no. of tables exported using the expdp command.I need this, because sometimes the expdp can be halted in the middle and I would like to know, how many tables have been exported till that time.
The expdp command syntax doesn't seem to have any option to count the no. of tables exported. Is there a way?
Can examine the export log and count them
Cheers Brian