install db2 database dump exported from linux to windows -
i have db dump system linux. have establish db on db2 server on windows.
how can this?
you cannot restore between platforms because have different endian. way recreate linux database windows via export - import/load, example:
on linux
* db2look * db2move export
after, on windows
* db2 -tf db2lookfile.sql * db2move import
there many questions problem in stackoverflow on in other forums. please check them
for more information, please check: http://pic.dhe.ibm.com/infocenter/db2luw/v10r5/topic/com.ibm.db2.luw.admin.ha.doc/doc/c0005960.html
Comments
Post a Comment