Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00980: synonym translation is no longer valid

350199Jun 6 2006 — edited Jun 6 2006
Hi

I get the following error when try to insert xml

SQL> ed
Wrote file afiedt.buf

1 insert into "bulkCmConfigDataFile_TAB"
2 values(
3 XDB_UTILITIES.getXMLFromFile('Test.xml','DATA_DIR').
4 createSchemaBasedXML('http://127.0.0.1:8081/public/xsds/configData.xsd')
5* )
SQL> /
XDB_UTILITIES.getXMLFromFile('Test.xml','DATA_DIR').
*
ERROR at line 3:
ORA-00980: synonym translation is no longer valid

I ran the following sql
SQL> select STATUS from dba_objects where object_name = 'XDB_UTILITIES';

STATUS
-------
VALID

The directory was created using
SQL> show user
USER is "XMLUSER"

SQL> create or replace directory data_dir as 'c:\xml';

Directory created.


What could be the problem here?

Thanks
Devashish
10g Rel2
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2006
Added on Jun 6 2006
4 comments
620 views