When I try to select from a table, I am getting the following error:
SQL0668N Operation not allowed for reason code "1" on table "GENIUSDATA.NA_NAME_ADDRESS". SQLSTATE=57016
I believe this message means that the table is in a pending state, but how do I determine which state it is in?
I tried:
load from c:\gtd\data\na_name_address.txt of del terminate into geniusdata.na_name_address;
Got error:
SQL27902N LOAD RESTART/TERMINATE is not allowed on a table that is not in LOAD PENDING state.
So it is not in a load pending state. Does anyone have any other suggestions?
SQL0668N Operation not allowed for reason code "1" on table "GENIUSDATA.NA_NAME_ADDRESS". SQLSTATE=57016
I believe this message means that the table is in a pending state, but how do I determine which state it is in?
I tried:
load from c:\gtd\data\na_name_address.txt of del terminate into geniusdata.na_name_address;
Got error:
SQL27902N LOAD RESTART/TERMINATE is not allowed on a table that is not in LOAD PENDING state.
So it is not in a load pending state. Does anyone have any other suggestions?