![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I need to make backup of a big production database, but some data should never be stored in backups. Assume that the table/tablespace contains volatile private keys, which are stored in some separate database and are maintained (also backed up) separatelly. Our production database contains only temporary copy of those keys. In Oracle I have a posibility to exclude a tablespace from backups with a command: CONFIGURE EXCLUDE FOR TABLESPACE privkeys; As you can read in:http://publib.boulder.ibm.com/infoce...dex.jsp?topic=... there seems to be a possibility in DB2 to backup only selected tablespaces - what would solve my problem. But as I read in other sources - this is not so simple, first I need to have a full backup and vary some other constraints. Is there a simple solution for DB2 ? |
#3
| |||
| |||
|
|
Hello, I need to make backup of a big production database, but some data should never be stored in backups. Assume that the table/tablespace contains volatile private keys, which are stored in some separate database and are maintained (also backed up) separatelly. Our production database contains only temporary copy of those keys. In Oracle I have a posibility to exclude a tablespace from backups with a command: CONFIGURE EXCLUDE FOR TABLESPACE privkeys; As you can read in:http://publib.boulder.ibm.com/infoce...dex.jsp?topic=... there seems to be a possibility in DB2 to backup only selected tablespaces - what would solve my problem. But as I read in other sources - this is not so simple, first I need to have a full backup and vary some other constraints. Is there a simple solution for DB2 ? |
#4
| |||
| |||
|
|
Hello, I need to make backup of a big production database, but some data should never be stored in backups. Assume that the table/tablespace contains volatile private keys, which are stored in some separate database and are maintained (also backed up) separatelly. Our production database contains only temporary copy of those keys. In Oracle I have a posibility to exclude a tablespace from backups with a command: CONFIGURE EXCLUDE FOR TABLESPACE privkeys; As you can read in:http://publib.boulder.ibm.com/infoce...dex.jsp?topic=... there seems to be a possibility in DB2 to backup only selected tablespaces - what would solve my problem. But as I read in other sources - this is not so simple, first I need to have a full backup and vary some other constraints. Is there a simple solution for DB2 ? You don't have to have a full backup for that since DB2 9.1 You can use rebuild option of restore command. See Rebuild examples: http://publib.boulder.ibm.com/infoce.../c0024712.html and rebuild restrictions: http://publib.boulder.ibm.com/infoce.../c0022322.html |
#5
| |||
| |||
|
|
for this data federation would be a nice thing... |


![]() |
| Thread Tools | |
| Display Modes | |
| |