Exporting and Importing Partitioned Table in Oracle

Опубликовано: 27 Март 2026
на канале: Shefali Naik
356
2

This video demonstrates EXP and IMP utility of Oracle. It is used to transfer table with records from one user's account to another user's account in Oracle. If the table is a partitioned table, it is also possible to transfer data from a specific partition. EXP partitioned table in a file and IMP selected partitions from this file is shown in the video.