How to conduct Tablespace encryption in 11gR1

hi,
i recently completed 10g upgrade to 11gr1 (11.0.6). upgrade is completed and successful.
Now there is 1 read only tablespace which has HR data(ssn, credit card, birth date etc) which i need to encrypt.
I know high level steps is
1; use expdp table the tablespace export
2: drop the tablespace
3; recreate new encrypted tablespace
4:import into new encrypted tablepsace
i have not used expdp and encryption in past.
what syntax i need to use for expdp to conduct tabelspace export.

So following steps have valid syntax?
sqlplus " /as sysdba"
sql>drop tablespace lawtbs;
sql>ALTER SYSTEM SET ENCRYPTION KEY IDENTIFIED BY “lawtbs011”;
sql>CREATE TABLESPACE lawtbs
DATAFILE ‘/u01/app/oracle/oradata/lawtbs_data_01.dbf’ SIZE 2040m,
'/u01/app/oracle/oradata/lawtbs_data_02.dbf’ SIZE 2040m
ENCRYPTION USING ‘AES256
DEFAULT STORAGE(ENCRYPT);
sql>create or replace directory imp_dir as '/u01/app/import_ts';
sql>exit;
$impdp system/<passwd> tablespaces=lawtbs directory=imp_dir dumpfile=expdp_tbs.dmp logfile=impdp_tbs.log

Similar Messages

  • How do i un-encrypte a pdf to work on preview?

    How do I un-encrypte a pdf file to work on Preview?
    I am prompted to get the adobe reader but i don't see why but then found that the file was encrypted with adobe.
    Is there a way to do this or do i have to download adobe?

    Hello Flobel,
    And welcome to Apple Discussions!
    I know you are already well aware of this, but it might not be a good idea to start investing in some sort of an upgrade at least to Leopard. Nothing wrong with still running Tiger though. I think that's pretty cool.
    Here is a link to a download for iTunes 9. Should work for you.
    http://www.brothersoft.com/itunes-for-mac-download-61813.html
    B-rock

  • "How to Unlock iPad encrypted Backup -Password When Forgoten?"

    "How to Unlock iPad encrypted Backup -Password When Forgoten?"
    I can't remember my password for the encrypted backup.

    Look at this link http://osxdaily.com/2013/06/26/recover-lost-encrypted-backup-password-ios/
     Cheers, Tom

  • How to import tablespace

    hi,
    anyone tell me how to import tablespace as i am repeatedly getting the different error.
    actually wat i did is during export i made the corresponding tablespace which i am going to export 'read only' and exported successfully.
    during import i dropped the corresponding tablespace including contents and datafiles with cascade constraints
    and tried to import but receiving the error
    here i given what i did during import
    $ imp \'sys\sys as sysdba\' transport_tablespace=y tablespaces=HEMU file=/export/home/oracle8i/exptab.dmp datafiles=/export/home/oracle8i/migdb/data/hem.dbf log
    =hemulog0.log
    Import: Release 8.1.7.3.0 - Production on Fri Jun 2 09:49:49 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Password:
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    JServer Release 8.1.7.3.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    About to import transportable tablespace(s) metadata...
    import done in US7ASCII character set and US7ASCII NCHAR character set
    . importing SYS's objects into SYS
    IMP-00017: following statement failed with ORACLE error 19721:
    "BEGIN sys.dbms_plugts.checkDatafile(NULL,741328370,10,5120,14,10,4194302,"
    "1,398490,524480,314544,41943042,NULL,NULL,NULL); END;"
    IMP-00003: ORACLE error 19721 encountered
    ORA-19721: Cannot find datafile with absolute file number 10 in tablespace HEMU
    ORA-06512: at "SYS.DBMS_PLUGTS", line 1577
    ORA-06512: at line 1
    IMP-00000: Import terminated unsuccessfully
    with regards
    Boo

    Hi,
    first check all dbf that are related with this tablespace should move to target database.
    second ,may be ur hitting bug 1826474.
    check metalink note 1826474.8.
    Thanks
    Kuljeet

  • How to set a encrypted value on a ConfigurationProperty when working offlin

    So, I have a particular instance of configuration property that I am trying to modify when working on a domain offline, in particular during the configuration of a domain template in final.py.
    wls:/offline>ls()
    -rw- EncryptValueRequired true
    -rw- EncryptedValueEncrypted {3DES}istgZKedh7j6eu/9GdqXMg==
    -rw- Name IntegrityKeyPassword
    -rw- Notes null
    -rw- Value null
    wls:/offline>prompt()
    As I am working in offline mode cmo.setEncryptedValue() doesn't appear to work as it complains there is no such attribute. I can set "Value" but the server only reads the encrypted value so that doesn't help me.
    I did work out how to calculate the encrypted value using weblogic.security.Encryption; but I can't find a set(...) or cmo.setXXX(...) combination that works. It is very likely something very obvious,
    Thanks,
    Gerard Davison

    Hi Gersh
    Sorry for my late reply and thanks for your helpful information.
    I tried the second way of your information and I could configure it.  
    And I 'll try first way of your information.
    Regards,
    Keisuke

  • How to check Tablespace in DB2 with AS400

    Hi Guru,
    Can u please tell me how to check tablespace in db2 database with ecc5.

    Hi,
    very simple:
    DB2 on iSeries just has NO tablespaces ))
    => no check necessary
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • How to change tablespace for a table in 10g?

    Does anyone know how to change tablespace for a table (like changing tablespace for an index [alter index ... rebuild tablespace ... ])? Many thanks in advance.

    alter table tablename move tablespace newtsname;
    You need to rebuild the indexes after the move.

  • How can you prevent encrypted folders that you created in disc utility from being deleted?

    How can you prevent encrypted folders that you created in disc utility from being deleted?

    bibst wrote:
    How can you prevent encrypted folders that you created in disc utility
    You cannot create encrypted folders in, or encrypt folders with, Disk Utility.
    You can create with Disk Utility encrypted disk images from folders. I assume that's what you mean.
    The proper way to do it is by setting the immutable bit. Read here
    <http://www.thexlab.com/faqs/immutableflags.html>
    about the immutable bits (and the trouble they sometimes create).
    The user immutable bit (uchg) is the same as the Finder lock, as described above by X423424X. It's a weak lock, with only a warning.
    The system immutable bit (schg) is more powerful. Once is set, the item cannot be deleted in Finder (even though Finder will ask for your password and may give you the impression that it can trash it; it will end with an error).
    I set it in Terminal, thus
    $ sudo chflags schg my_encrypted_disk_image
    and unset it also in Terminal
    $ sudo chflags noschg my_encrypted_disk_image
    (Note that, when you unset the system immutable bit, the change won't be reflected immediately in Finder, but the item can be trashed nevertheless.)

  • How we find tablespace fragmentation and resolve this problem

    Hi,
    How we find tablespace fragmentation and resolve this in 10 G (R2) windows XP.
    Regards
    Faheem

    Hi,
    >>Are you using Dictionary Managed or Locally Managed Tablespaces...??
    In fact, there is no way to create a DMT if SYSTEM tablespace is LMT. So, what I said in my previous post "Unless the OP is using DMT ..." is impossible in Oracle 10g ...
    SQL> create tablespace tbs_test
      2      datafile '/u01/oradata/BDRPS/test01.dbf' size 5m
      3      extent management dictionary;
    create tablespace tbs_test
    ERROR at line 1:
    ORA-12913: Cannot create dictionary managed tablespace
    SQL> select extent_management from dba_tablespaces
      2  where tablespace_name='SYSTEM';
    EXTENT_MAN
    LOCALCheers
    Legatti

  • How do I stop encrypting my iPhone backups if I've forgotten my backup password?

    How do I stop encrypting my iPhone backups if I've forgotten my backup password?
    I've just been bitten by my backup being TOTALLY USELESS because I've forgotten my password, so ALL FUTURE backups are USELESS because I don't know the password and I can't STOP encrypting because I don't know my password.
    HOPELESSLY POORLY THOUGHT OUT SYSTEM.
    VERY UN-APPLE
    Not happy

    Hello Robot-the-Cat,
    I can understand that frustration of not being able to access your back up because of a forgotten password. Take a look at the article below for some suggestions to try to get the password unlocked. It will give some suggestions of past password ideas as well as if you are using a Mac, you can recover the password using Keychain Access. 
    iOS: Troubleshooting encrypted backups
    http://support.apple.com/en-us/HT203790
    Regards,
    -Norm G. 

  • HT1766 how to recover my encrypted backup password

    how to recover my encrypted backup password

    There's no way to recover a password if you forget. If you are using a Mac and you have enabled Keychain to store your password backup, you can use it.
    Otherwise, you can still do backups but to restore from backup you need the password.
    Warning: If you encrypt an iPhone backup in iTunes and then forget your password, you will not be able to restore from backup and your data will be unrecoverable. If you forget the password, you can continue to back up and use the device, however you will not be able to restore the encrypted backup to any device without the password. You do not need to enter the password for your backup each time you back up or sync.
    If you cannot remember the password and want to start again, you must perform a full software restore and when iTunes prompts you to select the backup from which to restore, choose set up as a new device.

  • How can i play encrypted video(.mp4) in iphone app?

    Hello,
    I want to play encrypted mp4 video in my app.
    How can i play encrypted video in iphone app?

    Thanks for your assistance. Unfortunately I'm still not able to get this to work.
    First, I don't see an export to Quicktime in AppleTV format setting. The only choices that I have are export to Quicktime in Full, CD, email or streaming video format.
    I tried both full and CD but I still cannot get it to my AppleTV. Once the video is in Quicktime format I drag and drop the file into my iTunes library. It shows up in the movies directory on Itunes but when I sync Itunes with Apple TV - nothing. Everything else syncs but just not the quicktime movie.
    Any ideas?

  • How to turn on encryption in air port utility

    how to turn on encrytion in air port utility for air port extreme.the instruction say to go to airport utility to turn it on but I can't see how.

    To enable wireless encryption using version 6.x of the AirPort Utility, just do the following: 
    AirPort Utility > Select the base station > Edit > Wireless tab > Wireless Security > Select the security type; I would recommend WPA2 Personal, and then, enter the desired password in both the Wireless Password & Verify Password boxes.

  • Tablespace encryption or column based?

    Oracle 11.0.1.7:
    In Advanced Security Tutorial it doesn't say if tablespace encryption is better or column based encryption is better in terms of performance. I did hear from my peers that tablespace encryption is faster but that logic seems to be so much flawed because encrypting everything should have more overhead. Does anyone have some kind of stats on which is better over other?

    When you do column-level encryption, there are [various restrictions|http://download.oracle.com/docs/cd/B28359_01/network.111/b28530/asotrans.htm#ASOAG9518] you need to be aware of. Among them, is that index range scans are disallowed. If your application depends on index range scans, as opposed to other types of index accesses, on a column you are encrypting, that may dwarf the performance impact of the actual encryption.
    I'm assuming your 5% figure comes from [this discussion on performance overheads of TDE|http://download.oracle.com/docs/cd/B28359_01/network.111/b28530/asotrans.htm#ASOAG9550]. If that is the case, yes, if you have a SELECT statement that selects two columns that are both encrypted at the column level, the performance overhead is probably relatively linear.
    Tom Kyte's [All About Encryption presentation|http://www.ooug.org/presentations.html] and the associated scripts are probably a good place to start quantifying the performance overheads.
    Justin

  • How to turn off encrypted backup on itunes

    how to turn off encrypted backup on itunes?

    porkchop_d_clown wrote:
    ...it does not mention encrypted back ups.
    Not so...
    From the supplied Link...
    iTunes and encrypted backups
    You can protect your backup with a passcode using the Encrypt Backup option in the Summary pane. Encrypting your backup will back up your Keychain. This way, email account passwords, Wi-Fi passwords, and passwords you enter into websites and some applications will be remembered when you transfer to a new device. Learn how tocreate and restore from a backup.
    When your backup is encrypted, you'll need to enter the password when enabling or disabling encryption or when restoring from this backup.

Maybe you are looking for

  • Using iPod as a hard drive between Mac and PC

    I'd like to use my Mac-formatted iPod to back up some personal files om my work PC laptop, and then transfer them to my Mac at home. I need to repeat this process every month or so. I've enabled my iPod for disk use, but the PC wants to reformat in o

  • Adding field in standard report

    Hi, I have copied the standard table RM07MLBD(T-code MB5B) into Z-Report.  Now, i have to add a field LSMNG into the list output of the report. How to do that.? Plz help.!

  • Inbound INVOIC01 IDOC problem

    Hi, I am working on inboind INVOIC01 idoc and i am facing some problem in that. When IDOC comes in it is creating application document ( Status 53 ). When i go and check in transaction MIR4 the application document (Invoice) is created. But the probl

  • PO showing wrong status

    Hi :  I have setup approval for PO. I have one PO in the worklist, it shows PO awaiting approval and whenni go and check detials in PO for the Approval view on the Header Data tab, it says No Approval Required. which is correct as per our setting. co

  • Anybody upgrade from a 1.3 to a 1.5.....

    Hi all, I've got a 17"PB with a bad 1.3 logic board. I have opportunity to purchase a working 1.5 logic board from a 17"PB at a great price. Has anyone done this successfully? I figured that the 1.3 and the 1.5 would be about identical dimension-wise