Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> problem during exportation from 9 to 8: question of character??
Hi everybody,
i have the need to export an user containing SPATIAL DATA (table particelle)
with field named "geometry", stored in my company DB Oracle 9i to an Oracle
8i DataBase for a client.
For this task we used the export utility provided with the client 8.i and
not doubt , the result of this operation shows the following error message :
EXP-00008: errore ORACLE 0 rilevato ORA-00000: normale, completato con successo EXP-00078: Errore nell'esportazione dei metadati per l'indiceIDX_PARTICELLE. La
. esportazione delle azioni di posttable in corso . sto esportando istantanee . sto esportando log di istantanee . esportazione code dei lavori in corso . esportazione gruppi e figli di aggiornamento in corso . esportazione dimensioni in corso . esportazione oggetti e azioni procedurali post-schema in corso . esportazione statistiche
No problem for the exportation, but during the importation (sorry once again for italian error message) i got the following:
i"
"_DIM_ELEMENT('X',2289618,03833368,2322007,1969373,,0000000005),MDSYS.SDO_DI "
"M_ELEMENT('Y',4763443,98323665,4795827,11076764,,0000000005),MDSYS.SDO_DIM_
"
"ELEMENT('Z',0,0,,0000000005)),NULL) ;
else execute immediate 'INSERT "
"INTO USER_SDO_GEOM_METADATA values
(''PARTICELLE'',''GEOMETRY'',mdsys.SDO_d"
"im_array(MDSYS.SDO_DIM_ELEMENT(''X'',2289618,03833368,2322007,1969373,,0000 "
"000005),MDSYS.SDO_DIM_ELEMENT(''Y'',4763443,98323665,4795827,11076764,,0000
"
"000005),MDSYS.SDO_DIM_ELEMENT(''Z'',0,0,,0000000005)),NULL) ' ; end if;
en"
"d; "
"COMMIT; END;"
IMP-00003: Riscontrato errore ORACLE 6550 ORA-06550: riga 2, colonna 426: PLS-00103: Trovato il simbolo "," anzichÚ uno dei seguenti: ********************************************************************
It founds some kind of problem in the decimal separator "," (while it should be ".") . Thereafter it does'nt update the metadata table and consequently it does'nt ables the spatial index creation.
NOW I'M ASKING YOU: DO YOU HAVE ALREADY MET WITH THIS PROBLEM (it' s
possible nobody has the need to export its spatial data in to another
database?????) .
OR DO YOU HAVE IDEA ABOUT HOW TO OVERCOME IT??
Thanks for your patience and, in adance for every kind of help you can
provide me,
Roberto
Received on Fri May 16 2003 - 07:45:08 CDT
![]() |
![]() |