How to import sql file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dkit
    New Member
    • Feb 2013
    • 1

    How to import sql file

    Import SQL FILE........... ..
    I am using command db2 -tf nameOfFile.sql

    system give error DB21005E....... .... and Loction of my file
    under connected database .........Please suggest me how i can solve this problem
    Last edited by dkit; Feb 26 '13, 01:54 PM. Reason: ...
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    That means either
    •file permissions do not allow file access or
    •the file does not exist or
    •the file path is incorrect

    Comment

    Working...