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.

 
Go Back  dBforums > Database Server Software > DB2 > simple import error.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-24-05, 10:07
mohd mohd is offline
Registered User
 
Join Date: Jul 2003
Posts: 63
simple import error.

Hi
I am using db2 v8.2 on solaris.

I have taken export of a table from one database and wnat to import it to other database on other server.

but i am getting following error while importing

DB21019E An error occurred while accessing the directory ".".

here is the command i have given.

db2 => import from DB2INST1.test.ixf of ixf insert into DB2INST2.test.

Any help is appreciated
__________________
Mohd
Reply With Quote
  #2 (permalink)  
Old 02-24-05, 11:15
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
use

db2 "import from DB2INST1.test.ixf of ixf insert into DB2INST2.test"

or escape the "." character
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On