|
-
drop synonym
OWNER SYNONYM_NAME TABLE_OWNER TABLE_NAME
------------------------------ ------------------------------ ------------------------------ ------------------------------
PUBLIC javax/mail/search/HeaderTerm DEMO40 javax/mail/search/HeaderTerm
I have weird public synonym that i want to drop.
but i cant:
SQL> drop public synonym javax/mail/search/HeaderTerm;
drop public synonym javax/mail/search/HeaderTerm
*
ERROR at line 1:
ORA-00933: SQL command not properly ended
How to drop that synonym?
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
|