Help, How to encrypt database exp  backup files?

Hi all,
Now, My customer want to encrypt the database backup file. We use exp command backup database, and the backup files can be restored on other servers.
So, How to encrypt database exp backup files?
Thanks.
Eric David.

Hi;
In addition to Aman post, please mention your db and OS version,so we can help you more specificly.
I also suggest please see below googling which mention and explain rman+encrypted backup
http://www.google.com.tr/#hl=tr&sa=X&ei=dCAtTpuwHMjOswa1gOH3Dw&ved=0CBUQBSgA&q=RMAN%2Bencrypted+backup&spell=1&fp=503f556dbe78c402&biw=1280&bih=797
Regard
Helios

Similar Messages

  • TS3694 Unable to back up my Iphone 4S, error message states that my backup is corrupt and needs to be deleted. How do I delete the backup file?

    Unable to back up my Iphone 4S, error message states that my backup is corrupt and needs to be deleted. How do I delete the backup file?
    Help needed.

    Thanks I did that and it worked.
    Another question if you dont mind. If i want to undelete the backup file, is there a way?

  • How can you restore your backup files from time machine?

    Hi how can you restore your backup files on your mac book pro from time machine? i lost all my pic and files on my phone and then restored it from the last back up which was when i lost all my files i dont know what i did? someone please help!
    Thank You
    Jon

    YOu might get more info if you post in the MAC forum.

  • How can i reintall my backup files? (Solved)

    /dev/hda1   <---- /boot
    /dev/hdc1   <---- fat32
    i've done this:
    dd if=/dev/hda1 | gzip -cv9 | split -b 2040m - /mnt/hdc1/boot_backup.gz
    backup file is boot_backup.gzaa in /dev/hdc1
    how can i reintall my backup file to /dev/hda?
    cd /mnt/hdc1
    cat boot_backup.gzaa > boot_backup.gz
    gunzip boot_backup.gz
    dd if=/mnt/hdc1/boot_backup of=/dev/hda1
    That's it.

    Hello, can you please answer some questions so we may be able to help you?
    What is the product number for your Notebook? (please don't put the serial number)
    Here is a document that tells you how to find it.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00033108&cc=us&dlc=en&lc=en&product=5141487
    What application did you use to back up your files?
    What are your files backed up to?
    You say you reinstalled windows, do you mean you ran a recovery or did you load a new version of windows?
    Thank you.
    I am an HP employee
    Knowledge is power...Power to the people

  • HT1766 I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    Connect phone to computer.
    Select Restore.
    Tell iTunes which of the available backup files to use, let iTunes restore it.
    Also, try reading the User's Guide as it answers questions like this.

  • How do it know which backup files to keep and which to delete?

    How do you know which backup files to keep and which to delete?

    If you still have all devices, just delete all. They will re backup.

  • How to create database from .sql file

    how to create database from .sql file..?? i put the sintax query in a sql file.. and i want to call it in java code..
    ho to do it..??

    why do you want to do this from java?
    i just don't see the point.
    find your dba and have him/her run it for you

  • How do I transfer "device backup files" to a new computer?

    How do I transfer "device backup files" to a new computer?

    Place the domain file in your Home/Library/Application Support/iWeb folder.  If there's no iWeb folder create one and put it in there.  Now try to launch iWeb and see if it will find and open the Domain file.
    If you still can't open the domain file do the following:
    To open your domain file in Lion, Mountain Lion, Mavericks or Yosemite or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script"/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"
    delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    NOTE: Since Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    For Mavericks and Yosemite go to your Home folder and use the View ➙ Show View Options menu to bring the this window:

  • How to clone database from backup without access to original DB

    I want to create a new database from existing backup files and rolling forward some of the archivelogs (preferably with a new name and with different directory layout).
    How can I achieve the task on a separate test server (without access to the original database)? I found a lot of sources ( e.g. http://www.oracle-base.com/articles/11g/DuplicateDatabaseUsingRMAN_11gR2.php ) but all with connection to original DB (e.g. entries in tnsanmes.ora)
    Backup runs a simple
    BACKUP DATABASE PLUS ARCHIVELOG;
    DB Version is 11.2.0.2 on Linux.

    Many thanks to your help. Finally I was able to restore the DB. The steps I used (similiarly also mentioned in some of the links above).
    1.) Copy backup (backupset, autobackup, archivelog) to the new server into directories
    /export/restore/autobackup/2012_03_01
    /export/restore/autobackup/2012_03_02
    /export/restore/archivelog/2012_03_01
    /export/restore/backupset/2012_03_01
    2.) create pfile initDBREST.ora
    DB_NAME=DBREST
    3.) Mount DB
    ORACLE_SID=DBREST; export ORACLE_SID
    sqlplus / as sysdba
    STARTUP NOMOUNT;
    4.) Connect to auxiliary DB
    ORACLE_SID=DBREST; export ORACLE_SID
    rman AUXILIARY /
    5.) Create directories for new DB for datafiles in e.g. /export/oradata/DBREST/
    6.) Duplicate DB and reset parameter if necessary (e.g. memory_max as test server is lower on RAM)
    DUPLICATE DATABASE TO DBREST
    until time "to_date('02.03.2012 15:00:00','DD.MM.YYYY hh24:mi:ss')"
    DB_FILE_NAME_CONVERT '/export/fs1/oradata/oldDB/','/export/oradata/DBREST/', '/export/fs2/oradata/oldDB/','/export/oradata/DBREST/'
    SPFILE
    SET MEMORY_TARGET '2G'
    SET MEMORY_MAX_TARGET '2G'
    SET db_recovery_file_dest '/export/oradata/'
    SET db_recovery_file_dest_size '100G'
    BACKUP LOCATION '/export/restore'
    NOFILENAMECHECK;
    7.) create temporary tablespace

  • How to recover database without archive files

    Hello,
    I've a test database without archive files and I need to know how to recover it without using archive files.
    What is SQL command to recover database wthout archives?
    Thanks in advance for your help.
    Regards,
    Carles

    There are serveral information missing in this posting and as a support personnel, I would like to find out more when I see postings like this.
    1. This person wants to "Test" his backup and recovery in NOARCHIVELOG mode.
    2. He/She did not say his database had already crashed or had a problem.
    3. He/She did not give any indication the kind of scenario he wants to recover from.
    4. He/She did not mention the state of his database at the time of he posting.
    5. He/She did not mention the Release of his Oracle Server or Platform.
    6. He/She did not mention the type of backup he already has in place (although provided later as Full COLD Backup). How "genuine" is the back?
    7. What actions has already been taken to attempt recovery.
    In my support experience, I normally would go through a list of questions witht he use/client to get the full picture of the current status of the database before I give answers that would worsen situations, especially in a Disaster Recovery sitaution.
    Personaly, I would suggest you have a look at the list above. One of the most important is number 3 (The Recovery Scenario), then number 4, number 6 and 7. Number 7 will determine the situation of your database. So, when you ask for SQL commands to use, there are different commands for different kind of recovery depending on what has gone wrong or what kind of file is damaged (Datafiles, Logfiles, Control Files, one tablespace, one table, entire database gone, etc).

  • HELP!!  I viewed my "backup" files, and now ALL of my photos are no longer "linked" to Lightroom.

    I thought I was missing some files, so I viewed my backup files.  I received a "warning" that Lightroom would restart and view my backup files.  I did NOT receive any warning, that there was NO GOING BACK!!  I've tried everything.  I cannot re-link ANY of my photos.  Well, I did just do one, and it told me all the other photos in the folder were corrupt and Lightroom would not be able to edit them (and no, it was not an exported .jpeg file).  Fortunately, I am not concerned about this folder, that's why I tested it.  I was forced to moved all of my photos from my C drive to my D drive because for some weird reason on this computer, my D drive is 5 times bigger and I ran out of room.  When I did that, I was able to relink all the pictures.  Sadly, it didn't keep my Folders, it just relinked them all by date.  That I can deal with, even though it makes finding photos much more difficult, but I wasn't about to try to rename any of them and have to relink again.
    Now, I can't relink any of them because it appears in Lightroom that all photos are back in the C drive and therefore, the new photos that I placed on the D drive are not there, and nothing will relink, period, not even the ones that were originally on my C drive!
    I have never been so aggravated in my life.  I LOVE Lightroom capabilities.  I have version 2.3.  When I look it up on the online help, all I get is how the photos are in whatever location they were saved, but they are linked, etc.  I already know that part.  I seriously wish I had NEVER looked at my backup files.  I don't think I'll bother backing up stuff anymore because apparently looking at the backup messes up everything.
    I fully anticipated that I would be able to go back, choose my folders on my D drive and have all of my current photos available.  Sadly, not.
    My user name should be FREAKED OUT!

    Thanks!  I've been practicing deep breathing between yelling at my computer.  I use Windows 7.  I was in my "regular" Lightroom photos, and I couldn't locate some pictures I took last December.  So, I thought, well, why not look at the back up files?  I'm normally excellent at remembering exact steps, but I'm so worried about all of my thousands of photos, I can only explain what I think I did.  I went into Windows Explorer, and chose the backup files.  When I did, I received the warning about Lightroom restarting and loading the backup photos.  I hesitated for a full minute, but thought, well, isn't that what backup files are for?  So, I selected it. Lightroom opened the backup photos without any problem.  But, when I went back, and tried opening the photos that were linked to Lightroom, they were no longer linked.  When I click on the formerly linked photos, they just open in Windows Explorer, not Lightroom.  When I open Lightroom, it has says all the photos are "missing."  All of the folders are listed in my C drive (in Lightroom), not where they'd been moved to on my D drive.  The one photo I relinked, stated the photos in that folder could not be edited in Lightroom.  So, I'm afraid to try to relink anymore of them. Also, as I said, any photos that I originally imported to my D drive are not showing up in Lightroom at all.
    I would say, I normally learn software quickly. That was my experience with Lightroom.  I installed it, went through all of the online training sessions, and have loved it.  Admittedly, I'm sure there are features that I don't make use of that many people do, but I'm just a passionate photography nut, not a professional.
    The online help basically explains the linking, and even how to relink if you "move" a file, a folder to another location.  It doesn't cover this, or not where I can find it.
    I've think I've given up on yelling at the computer, now I just have knots in my stomach about getting photos relinked.  I have probably 80% of them exported, with the adjustments I made, but that does not make me feel one bit better.
    Thanks!!!

  • How to decompress the compressed backup files in BRTOOLS

    Hi Friends,
    I am new to SAP Technologies,.When i take offline backup,I took backup in compression mode instead of taking backup in Initialization of BRBACKUP tape volumes.Below i have attached the mistakes i did from log files.Please also tell me where the compressed files stored,bec i didnt mention any tape volumes and tape names.Can we decompress the backuped files without restoring?Please help me..
    BRBACKUP options for determination of compression rates
    1 - BRBACKUP profile (profile) ...... [initDV1.sap]
    2 - Database user/password (user) ... [/]
    3 - BRBACKUP run type (type) ........ [offline]
    4 ~ Files for compression (mode) .... [all]
    5 - Confirmation mode (confirm) ..... [yes]
    6 - Query mode (query) .............. [no]
    7 - Parallel execution (execute) .... [0]
    8 - Additional output (output) ...... [no]
    9 - Message language (language) ..... [E]
    10 - BRBACKUP command line (command) . [-p initDV1.sap -k only -t offline -m all -e 0 -l E]

    >
    Asshok wrote:
    > 10 - BRBACKUP command line (command) . [-p initDV1.sap -k only -t offline -m all -e 0 -l E]
    Hi,
    you did not backup anything at all.
    -k only
    just calculates the compression ratio, so that brbackup is able to calculate the required tape swaps.
    So with "compress_only" no real backup had been done!
    Sorry, you'll have to redo that with "-k yes" and write to a device (-d tape)
    Volker

  • How do I protect my FLV files? or How to encrypt and decrypt FLV files using AIR?

    Hi,
         I am working on an AIR application, which is developed on eLearning concept. The application mainly deals with flv files. The application contains a video player component, which will stream flv files from an Apache Server and played in my application. Here my concern is I would like to protect my flv files some how against users who may stream them from Apache Server and use them without my application.
         I thought of with an idea to do it. But I don't know whether it will work or not. So I am requesting for your suggestions and better ways to do this with a sample.
    Here is my thought:
    I would like to place the encrypted FLV files at Apache Server side [ Need to know how to encrpt the FLV files using Flex]
    As my AIR application send a request for a FLV file, the Apache server should send the decryption key and a stream of FLV file.
    AIR application should take the decryption key, stream of flv file and it should capable enough to decrypt the FLV file and play it in my application. [ But I don't know how to encrypt/decrypt FLV files through flex]
    I can do encryption of FLV files using Mac Address of Apache Server system and using Java. But I don't know how can I decrypt the same FLV file ( Encrypted using Mac Address and java ) at AIR application side.
    So I would be greatfull If any body help me in encrypting and decrypting of FLV file with a sample using Flex 3.0.
    Thanks
    Sudheer Puppala

    russellfromblackburn south wrote:
    Is it because the portable drive is NTFS format and the Mac wont recognise this? If so what do I do?
    Yes, this is exactly what is causing the problem. Macs cannot write to NTFS formatted drives, only read. You must move the documents to the internal HDD/SSD of the Mac to be able to edit them.
    Or, since you say you don't want to move the documents to the internal storage, you'll need to format the external HDD as FAT32.

  • How To Encrypt /Large The Large Files(eg:40MB)...

    Hi Everybody,
    How To Encrypt/Decrypt the (Size More Than 40 MB)files using sun jce/cryptix jce ?
    I have tried upto 22 mb file.But I had OutOfMemoryException.
    How To Avoid it?
    Plz help.
    Thankz
    vengins,Chennai.India

    Hi
    Actually, this has nothing to do with memory parameters. It is an issue of programming technique. Just don't slurp in the file all at once!
    Instead copy it step by step, buffer by buffer. Read it in e.g. 64KB chunks, encrypt the 64KB and write the encrypted buffer out until the file has been completely processed. There was already a discussion on this subject. Just search for it.
    Frank

  • How can I copy a backup file from one computer to another?

    I want all of my app date, music, videos, ect to be on a new computer. Is it possible to back up my iPod Touch 3g on my old computer and copy the backup file onto the new computer? If so, how?

    Before your restoring your iPhone with your PC at work, you can create a backup of your iPhone on the PC before restoring.
    With your iPhone connected and available in the iTunes source list, control click on your iPhone and select Back Up.

Maybe you are looking for

  • Create a custom tcode for VF01

    Hi, My user requirement is  Need to create a new transaction (for example ZVF01) that will allow a user to create an invoice without being able to change or add any data.  The same validations on preceding documents should be the same as for the stan

  • Sharepoint Revision History in Explorer View - Is it possible?

      Hello, thank you in advance for any help.  We are beginning our deployment of SharePoint and many of our "hard converts" have love the ability to use "explorer view" to manage documents.  On question has arose though.  When in explorer view they ar

  • A Web Page Development Question

    Hi, I want to develop a web page with an image. By clicking different areas on the image, people can go to different links. There are many such areas on the image. How can I implement that? Answer or whereabout of the answer is appreciated. myao1

  • Does XmlResults includes sub-node for EAGER query execution type?

    If to query elements and eager query execution type is set, would XmlResultset contain sub-elements as well? If yes, is there a way to return element without sub-element? Also, I can't actually use lazy evaluation right now as it crashes the Python.

  • Strange ADF behaviour: duplicated lookup references

    Hi, I'm developing a JSP - Struts - ADF BC application with JDeveloper 10.1.2.1.0 (1913). I have the following issue: I have a ViewObject based on three EntityObjects, one updatable and two as reference. Say the ViewObject is based on the Main Entity