Oracle RMAN (OmniBack) Backup Encryption

Ask a Question related to Oracle Server, Design and Development.

  1. #1

    Default Oracle RMAN (OmniBack) Backup Encryption

    Hi all,

    I have a "weird" question.

    Do you have any experience how to encrypt the backup.

    Let's say I have following backup method in use:

    RMAN on UNIX box. I will use online backup and copy the backup set(s)
    either to the disk or the tape using OmniBack. How I can encrypt the
    backup sets either to the disks or to direct to the tape using OmniBack.


    Do you have any similar setups...

    Thank you in advance,

    Kalle


    Kalle Guest

  2. Similar Questions and Discussions

    1. RMAN archivelog backup fails
      I'm scheduling backups using RMAN 8.1.7 in nocatalog mode to backup a database and its associated archived logs. The database backup completes and...
    2. loop - begin backup, end backup Oracle 8.1.7
      Hello, we have the problem named after: last weekend (22.12.2002), we did a reorganisation of a tablespace with the tool "sapdba" from SAP....
    3. backup oracle
      Como se recomiendan hacer copias de seguridad de un servidor oracle? 1) parando la Base de datos y copiando todos los ficheros (tablespace, ....)...
    4. mejor backup de oracle
      Lo mejor es usar las dos. Si tienes un fallo en una tabla puedes recuperarlo rápidamente importando la tabla de la copia sin parar la bd. Si...
    5. rman backup to remote server
      Hi, Does anyone know if it is possible to use rman to perform a backup to a remote server. That is I don't want to perform the backup on my...
  3. #2

    Default Re: Oracle RMAN (OmniBack) Backup Encryption

    If you want to keep your data safe from prying eyes, then use the
    DBMS_OBFUSCATION_TOOLKIT to encrypt the data in the database. This way,
    you don't have to worry about your backups.

    HTH,
    Brian

    Kalle wrote:
    >
    > Hi all,
    >
    > I have a "weird" question.
    >
    > Do you have any experience how to encrypt the backup.
    >
    > Let's say I have following backup method in use:
    >
    > RMAN on UNIX box. I will use online backup and copy the backup set(s)
    > either to the disk or the tape using OmniBack. How I can encrypt the
    > backup sets either to the disks or to direct to the tape using OmniBack.
    >
    > Do you have any similar setups...
    >
    > Thank you in advance,
    >
    > Kalle
    --
    ================================================== =================

    Brian Peasland
    [email]dba@remove_spam.peasland.com[/email]

    Remove the "remove_spam." from the email address to email me.


    "I can give it to you cheap, quick, and good. Now pick two out of
    the three"
    Brian Peasland Guest

  4. #3

    Default Re: Oracle RMAN (OmniBack) Backup Encryption

    "Kalle" <kk.kk@kk.com> wrote in message news:3F0D0002.D04FA236@kk.com...
    > Hi all,
    >
    > I have a "weird" question.
    >
    > Do you have any experience how to encrypt the backup.
    >
    > Let's say I have following backup method in use:
    >
    > RMAN on UNIX box. I will use online backup and copy the backup set(s)
    > either to the disk or the tape using OmniBack. How I can encrypt the
    > backup sets either to the disks or to direct to the tape using OmniBack.
    >
    >
    > Do you have any similar setups...
    >
    > Thank you in advance,
    >
    > Kalle
    >
    >
    Yes, OmniBack can do this. You should be able to find information regarding
    this in the OmniBack docs on HP's website.

    Regards
    Joe


    JoeB Guest

  5. #4

    Default Re: Oracle RMAN (OmniBack) Backup Encryption

    Here is a condensed version of how to encrypt RMAN backups that I wrote with a way to actually test whether encryption is working also.

    [url]http://cglendenningoracle.blogspot.com/2010/09/set-up-rman-encryption.html[/url]

    - Craig
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139