Create synonym name with more than 30 character.
I have created a synonym for a table which is more than 30 character long.
After creating the synonym with create synonym... synonym created message is showing.
but when i am checking in all_objects view that syninym is not available there, and
select * from <synonym_name> also not returtning any rows.
What is the reason for this ? if oracle is showing message like Syninym Created then where its has stored ?
Thanks in Advance...