Discussion
1
Replies
457
Views

CTSH
Posted: Mar 19, 2015
Last activity: Mar 20, 2015
Closed
Class <<Class_Name>> is mapped to table <<DB>>.<<TABLEName>> which contains no columns.
Please look for invalid Objects(with the same name as in the error message).
SELECT owner,
object_name,
status,
object_type
FROM all_objects
WHERE object_type = 'SYNONYM' and STATE = 'invalid';