Try:

CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE('AUSER','SOME_TBL',
'/tmp/bcp/some_tbl', NULL,'', NULL,0);

On 1/17/07, Chitale, Sachin <[EMAIL PROTECTED]> wrote:

Hi,

I am trying to import rows using:

CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE('auser','some_tbl', '/tmp/bcp/some_tbl', 
NULL,'', NULL,0);

Which results in:
ERROR XIE0M: Table 'auser.some_tbl' does not exist.

If from the same ij instance I run
ij> select count(*) from auser.some_tbl;
1
-----------
0

Can someone explain the 1st error if the second query goes through.

Thanks
Sachin

==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer:

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================


Reply via email to