This content has been marked as final.
Show 3 replies
-
1. Re: Spatial in Oracle 11G
609241 Nov 19, 2007 11:26 AM (in response to 603214)I have a similar problem. After installing Oracle 11g I am unable to create the rdf network.
SQL> EXECUTE SDO_RDF.CREATE_RDF_NETWORK('rdf_tblspace11');
BEGIN SDO_RDF.CREATE_RDF_NETWORK('rdf_tblspace11'); END;
*
Error on line 1:
ORA-06550: line 1, column 7:
PLS-00201: Identifier SDO_RDF.CREATE_RDF_NETWORK must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Anyone have a solution? -
2. Re: Spatial in Oracle 11G
609241 Nov 19, 2007 1:10 PM (in response to 609241)I found the solution. You needto run the scripts descibed here first:
http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28397/sdo_rdf_concepts.htm -
3. Re: Spatial in Oracle 11G
646082 Jun 19, 2008 6:35 PM (in response to 609241)Hello,
I got the same problem,
but, when I execute the script as it's shown in the section 1.10 ( ...../md/admin/catsem11i.sql ) the sql window is closed
why? what can i do?
thanks
Amine