ORA-00980: synonym translation is no longer valid
350199Jun 6 2006 — edited Jun 6 2006Hi
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