You told that you know the table name. Try with this query.
SELECT STRIP(CREATOR)||'.'||NAME FROM SYSIBM.SYSTABLES WHERE NAME = 'table_name' AND TYPE = 'T';
you should get the fully qualified table name for the above query. (1 or more)
Proved the table name you will provide really exists.
Quote:
|
I am unable run queries for that table without the creator name.
|
What error are you getting. Is that saying OBJECT does not exists ..?
you cannot query the table with out the owner's name unless you are an owner for that table. If you wont give the creator name in the query, then CURRENT SQLID will be considered as the table owner.
Give us the information about platform, and version details. If its z/os it should be giving -204.