Home » RDBMS Server » Server Utilities » How To Encrypt the dump file
How To Encrypt the dump file [message #260597] Mon, 20 August 2007 07:23 Go to next message
chandrasekar.venugopal
Messages: 1
Registered: August 2007
Location: India
Junior Member
Hi,

Is there any way to encrypt the dumps while exporting from oracle.

Re: How To Encrypt the dump file [message #260599 is a reply to message #260597] Mon, 20 August 2007 07:32 Go to previous messageGo to next message
Arju
Messages: 1554
Registered: June 2007
Location: Dhaka,Bangladesh. Mobile:...
Senior Member

No.
Re: How To Encrypt the dump file [message #260660 is a reply to message #260599] Mon, 20 August 2007 11:24 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
I guess you can use grep to find out the contents of DUMP FILE.

some thing like this

Quote:
grep 'CREATE TABLESPACE' expdat.dmp


$ grep 'CREATE TABLE' gam_full.dmp
CREATE TABLE "ACTION_LOG" ("CATEGORY" VARCHAR2(32)
 CONSTRAINT "NN_AL_CATEGORY" NOT NULL ENABLE, "PRIORITY" VARCHAR2(16) CONSTRAINT "NN_AL_PRIORITY" NOT NULL
 ENABLE, "TIMESTAMP" DATE CONSTRAINT "NN_AL_TIMESTAMP"
 NOT NULL ENABLE, "COMPONENT_ID" VARCHAR2(64) CONSTRAINT "NN_AL_COMPONENT" NOT NULL ENABLE, "USER_ID"
...
... 


[Updated on: Mon, 20 August 2007 11:27]

Report message to a moderator

Re: How To Encrypt the dump file [message #260668 is a reply to message #260660] Mon, 20 August 2007 11:36 Go to previous messageGo to next message
Michel Cadot
Messages: 68658
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Sorry but what is the relation between the question and your answer?

Regards
Michel
Re: How To Encrypt the dump file [message #260676 is a reply to message #260668] Mon, 20 August 2007 12:22 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Ops sorry i went wrong i thought OP asking for Decrypting.
Re: How To Encrypt the dump file [message #260681 is a reply to message #260597] Mon, 20 August 2007 12:39 Go to previous messageGo to next message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
Why would you need to encrypt while exporting? Wouldn't it be sufficient to encrypt afterwards?
Re: How To Encrypt the dump file [message #261785 is a reply to message #260597] Thu, 23 August 2007 10:44 Go to previous message
richard-af
Messages: 1
Registered: August 2007
Location: UK
Junior Member
If on Linux, use gpg.
Previous Topic: imp issue
Next Topic: Export error in log
Goto Forum:
  


Current Time: Fri Jun 14 10:57:49 CDT 2024