Saved Bookmarks
| 1. |
How Can I Know My Require Table Is Available In Export Dump File? |
|
Answer» Create index file of export dump file USING IMPORT with index file command. A TEXT file will be generating with all table and index object name with NUMBER of rows. You can confirm your require table object from this text file. If you are using datapump then there is parameter CALLED "sqlfile" in impdp. Create index file of export dump file using import with index file command. A text file will be generating with all table and index object name with number of rows. You can confirm your require table object from this text file. If you are using datapump then there is parameter called "sqlfile" in impdp. |
|