RE: sending a copy of database to vendor
From: Tefft, Michael J <Michael.J.Tefft_at_snapon.com>
Date: Mon, 24 Jun 2019 20:07:16 +0000
Message-ID: <48161f3b875240ec85a0ee24b47a4f3f_at_snapon.com>
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Thank you for your cooperation
Date: Mon, 24 Jun 2019 20:07:16 +0000
Message-ID: <48161f3b875240ec85a0ee24b47a4f3f_at_snapon.com>
You should be able to
DBMS_DATAPUMP.set_parameter (handle => h1,
name => 'ENCRYPTION',
VALUE => 'NONE');
See https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sutil/oracle-data-pump-export-utility.html#GUID-16EEA783-A7E8-4FD3-A7B1-C92428C94C66
Jack van Zanen
[https://docs.google.com/uc?id=0BwovDucFT1fXaEREVHNWRWZyNjg&export=download]
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Thank you for your cooperation
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jun 24 2019 - 22:07:16 CEST