You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

.dmp file is not getting generated after giving syntax suggested in oracle docs.

edited Apr 16, 2022 7:54AM in Autonomous Database 1 comment

Summary:

I want to use data pump access driver to store the .dmp file in atp directory so that i can use it to send it to object cloud storage by using PUT.

Content (required):

To send file from atp directory to oci object storage

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

CREATE TABLE inv_history_x

  ORGANIZATION EXTERNAL

  (

   TYPE ORACLE_DATAPUMP

   DEFAULT DIRECTORY DATA_PUMP_DIR

   LOCATION ('inv_12.dmp')

  )

  AS SELECT * FROM inv_history;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!