Datapump

Liebe/-r Experte/-in,

beim EXPORT eines Schema(Oracle 10.2.0) benutze ich PL/SQL Packages.
ich möchte gerne Schema HR verschlüsselt Exportieren.
Das Package heißt „DBMS_CRYPTO“: hat jemanden Erfahrung damit gemacht?

Danke im Voraus.

Viele Grüße
Miriam

Sorry: Nein.

Das Package heißt „DBMS_CRYPTO“: hat jemanden Erfahrung damit
gemacht?

Hi Miriam,

eigentlich geht das direkt über einen Parameter beim Erstellen des Dumps:
expdp hr DIRECTORY=dpump_dir1 DUMPFILE=hr_enc.dmp JOB_NAME=enc1
ENCRYPTION=data_only ENCRYPTION_PASSWORD=foobar

Gehe mal davon aus, daß Du die Vorgehensweise zum Erstellen eines Directories kennst.

Hier noch mehr zum Thema:

http://docs.oracle.com/cd/B28359_01/server.111/b2831…

Viele Grüße

Andreas

ENCRYPTIONDefault: The default value depends upon the combination of encryption-related parameters that are used. To enable encryption, either the ENCRYPTION or ENCRYPTION_PASSWORD parameter, or both, must be specified. If only the ENCRYPTION_PASSWORD parameter is specified, then the ENCRYPTION parameter defaults to ALL. If neither ENCRYPTION nor ENCRYPTION_PASSWORD is specified, then ENCRYPTION defaults to NONE.

Purpose

Specifies whether or not to encrypt data before writing it to the dump file set.

Syntax and Description

ENCRYPTION = {ALL | DATA_ONLY | ENCRYPTED_COLUMNS_ONLY | METADATA_ONLY | NONE}
ALL enables encryption for all data and metadata in the export operation.

DATA_ONLY specifies that only data is written to the dump file set in encrypted format.

ENCRYPTED_COLUMNS_ONLY specifies that only encrypted columns are written to the dump file set in encrypted format.

METADATA_ONLY specifies that only metadata is written to the dump file set in encrypted format.

NONE specifies that no data is written to the dump file set in encrypted format.

Note:

If the data being exported includes SecureFiles that you want to be encrypted, then you must specify ENCRYPTION=ALL to encrypt the entire dump file set. Encryption of the entire dump file set is the only way to achieve encryption security for SecureFiles during a Data Pump export operation. For more information about SecureFiles, see Oracle Database SecureFiles and Large Objects Developer’s Guide.
Restrictions

•To specify the ALL, DATA_ONLY, or METADATA_ONLY options, the COMPATIBLE initialization parameter must be set to at least 11.0.0.

•This parameter is valid only in the Enterprise Edition of Oracle Database 11g.

Example

The following example performs an export operation in which only data is encrypted in the dump file:

> expdp hr DIRECTORY=dpump_dir1 DUMPFILE=hr_enc.dmp JOB_NAME=enc1
ENCRYPTION=data_only ENCRYPTION_PASSWORD=foobar

Hallo Andreas,
ich danke dir für deine schnelle Antwort. Die vorgehensweise mit Datapump kenne ich schon. Ich will das aber als PL/SQL Packages aufrufen…

Viele Grüße
Miriam

Hi,

das Whitepaper ist ziemlich ausführlich dazu.

http://www.orapro.net/media/67/collab11_pdp_whitepap…

Sollte wirklich einfach über den encryption-parameter anzutriggern sein.

Viele Grüße

Andreas

Hallo, da kann ich glaube ich leider nicht weiterhelfen. Viele Hrüße, D. Fritsch

Hallo Miriam, leider keine Erfahrung. Das Einzige was ich weiss: das Package ist noch frei von Lizenzkosten.

Gruss
Guido