How to use Oracle data pump export utility to create dump file in local machine?

后端 未结 4 1884
野性不改
野性不改 2021-01-02 19:07

Oracle data pump export utility expect a parameter DIRECTORY (DBA_DIRECTORIES) which exist in DB server. Is it possible to map this directory to local machine or is there an

4条回答
  •  無奈伤痛
    2021-01-02 19:59

    You should ask yourself: "Why do I want to keep data outside the database - the most secure place for my data? Where backup,restore and recovery is in place.

    If you are going to move data from database A to database B, make sure both databases have access to a common file-area where they can access the datadump-files through their directory-object and use the datapump.

    If you still want to export data to client side you can use the good old tools exp and imp.

提交回复
热议问题