How to import database schema back to DB2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • h11rick
    New Member
    • Jul 2008
    • 1

    How to import database schema back to DB2

    Hello

    Can anyone please advise me on how can I import the file from db2look back to the DB2?

    I've read the post on extracting the schema using db2look but it only covers on how to extract.

    Thanks

    Rick
  • spider007
    New Member
    • Jan 2007
    • 27

    #2
    You just have to run the file
    db2 -tvf filename

    Comment

    Working...