i did select from dual;

and the dual table those not exist in my schema, very weird.

so i connected with the sys and did the following:

create public synonym dual for dual;


problem solved. Thanks