I am using following syntax for creating a private synonym of a table in oracle 10G:
create private synonym <synonym name>
for <schema name>.<table name>;
I am getting this error:
ERROR at line 1:
ORA-00905: missing keyword
Please guide me with correct syntax . I did research however i found syntax for public synonym only.