|
-
Originally posted by Thomasps
Code:
SQL> create synonym xx for th.ddf;
Synonym created.
SQL> select * from xx;
select * from xx
*
ERROR at line 1:
ORA-00980: synonym translation is no longer valid
Abhay is correct.
I Dont had any user by name BALKE....
You get "ORA-00942: table or view does not exist"
when u create a PUBLIC synonym
create public synonym xxx for th.ddf
SELECT * FROM XXX
ORA-00942: table or view does not exist
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|