Export Error with Oracle RDS

0

Hi,

When I try to export (expdp) a database schema in Oracle RDS using SQL Developer, I get the error below related to dump file size. This seems to be caused by default FILESIZE parameter in AWS RDS. Can I increase the size of this parameter in RDS so export will not fail?

Also, is it possible to generate/store the dump file on client machine where SQL Developer runs or not?

Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
ORA-39095: Dump file space has been exhausted: Unable to allocate 4096 bytes
Job "SYSAWS"."EXP_SD_3558" stopped due to fatal error at Fri May 10 23:37:29 2024 elapsed 0 00:00:47

Thanks,

1 Answer
0
Accepted Answer
profile pictureAWS
EXPERT
answered 13 days ago
profile picture
EXPERT
reviewed 13 days ago
  • I should have mentioned this is an Oracle SE so data compression is not available, The DB is not that big and might be 8-9 GB so I did not want multiple dump files but rather change the FILESIZE parameter to the max vailable. Also, I am using SQL Developer GUI (not SQL Plus) to connect to RDS and one link you pointed out is more of a connection to EC2 where you have full access to Operating system prompt. With RDS we dont.

  • Hi Sam15, thanks for accepting for my answer!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions