Discussion
CTSH
CTSH
CA
CTSH
Posted: Mar 19, 2015
Last activity: Mar 20, 2015
Last activity: 20 Mar 2015 12:35 EDT
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';