hi,
i am getting an error regarding synonyms.
i created a private synonym for a column from a table.
as create synonym <synonym name> for <colname.tablen ame>
to retrieve the column i have given this query.

sql>select <synonymname> from <tablename>;

but i am getting error like this

ERROR at line 1:
ORA-04045: errors during recompilation/revalidation...