If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi All,
I am working with db2 v8 fixpac 5 aix 5.2,
could you [please somebody tell me the syntax of restorig from compressed backup, I tryied with COMPRESS LIBRARY from restore command it does not work,
your help realy appriciated.
If I remember right, db2 system knows about the library to use when you compress on backup; you should be able to restore using the regular command(NO uncompress); when db2 tries to restore, it should know if backup was compressed and if so, it should use the same library to uncompress.
If I remember right, db2 system knows about the library to use when you compress on backup; you should be able to restore using the regular command(NO uncompress); when db2 tries to restore, it should know if backup was compressed and if so, it should use the same library to uncompress.
Could you please more detail or an example.
Thanks
as you can see in the size compressed is about 40% of non compressed; filenames are similar; you can use the usual
db2 "restore db sample from '/backup' "
look in command reference for details
as you can see in the size compressed is about 40% of non compressed; filenames are similar; you can use the usual
db2 "restore db sample from '/backup' "
look in command reference for details