Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data Pump Export to Object Storage via SQL Developer

JakeNov 3 2021

Hi,
I am trying to run data pump in Autonomous Database via SQL Developer Data Pump Export Wizard. Target is to send the dump to the Object Storage. We won't have access to the server so SQL Developer is the only option.
Data pump is completing but unable to copy to OSS and I get below exception:

######################
Exception occurred during previous Data Pump Export wizard

Stage: Data Pump Export
Title: No files found
MessageText:
No files when expanding dump names
#####################

Am I using the correct parameters here??
Target URL (Bucket): https://objectstorage.us-ashburn-1.oraclecloud.com/n/xxxxxx/b/oci-bucket001/o/
Oracle Directory path Override: https://objectstorage.us-ashburn-1.oraclecloud.com/n/xxxxxx/b/oci-bucket001/o/test_export%U.dmp

Comments

Panagiotis Konstantinidis
Answer

Hi Pamela,

Have your tried increasing the nodes text through skinning?

You could apply the following in your adf skin:

af|tree::node-stamp-text, af|tree::data-row:selected af|tree::node-stamp-text{

    font-size: x-large;

}

Regards

Marked as Answer by Pamela · Sep 27 2020
Amaan Junaid

Hi,

Try using this in the column of your table.

inlineStyle="line-height:40px;"

AJ

Pamela

It works great thanks!

Pamela

Perfect thanks!

1 - 4

Post Details

Added on Nov 3 2021
3 comments
855 views