This is a discussion on create network within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Hi, I would like create a network from already existing table..... How i can import this table in the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| "ennio" <ennioj@libero.it> wrote in message news:1165499549.262805.115000@80g2000cwy.googlegro ups.com... > Hi, > I would like create a network from already existing table..... > How i can import this table in the network? > > Oracle 10g release 2 > Please explain what you really want. This does not make any sense at all. -- Terry Dykstra |
| |||
| On Thu, 07 Dec 2006 05:52:29 -0800, ennio wrote: > Hi, > I would like create a network from already existing table..... > How i can import this table in the network? > > Oracle 10g release 2 Assuming you mean "Add an existing table to the Network Model of the Spatial Option in 10g", the network model requires - a nodes table that provides the UIDs of the nodes - a links table that provides the link UIDs and tells which 2 nodes are linked - metadata The key is in the metadata. Suggest you hunker down with the the Oracle docco http://download-east.oracle.com/docs...b14256/toc.htm Or come to an Oracle University "Oracle Spatial 10g: Advanced" class. Or discuss on the OTN forum related to Spatial. If my assumption is wrong, please explain what you mean ... -- Hans Forbrich (mailto: Fuzzy.GreyBeard_at_gmail.com) *** Feel free to correct me when I'm wrong! *** Top posting [replies] guarantees I won't respond. |
| |||
| ennio wrote: > Hi, > I would like create a network from already existing table..... > How i can import this table in the network? > > Oracle 10g release 2 If it would help to write your request in Italian it might help clarify your intent. -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.org |
| |||
| DA Morgan ha scritto: > ennio wrote: > > Hi, > > I would like create a network from already existing table..... > > How i can import this table in the network? > > > > Oracle 10g release 2 > > If it would help to write your request in Italian it might > help clarify your intent. > -- > Daniel A. Morgan > University of Washington > damorgan@x.washington.edu > (replace x with u to respond) > Puget Sound Oracle Users Group > www.psoug.org ciao scusami per il mio inglese..... dovrei creare modellare un Network data model partendo da un insieme di tabelle che rappresentano strade ,considerando come nodi le intersezioni tra le strade e gli archi le interconnessioni tra i nodi |
| |||
| DA Morgan ha scritto: > ennio wrote: > > Hi, > > I would like create a network from already existing table..... > > How i can import this table in the network? > > > > Oracle 10g release 2 > > If it would help to write your request in Italian it might > help clarify your intent. > -- > Daniel A. Morgan > University of Washington > damorgan@x.washington.edu > (replace x with u to respond) > Puget Sound Oracle Users Group > www.psoug.org ciao scusami per il mio inglese..... dovrei creare modellare un Network data model partendo da un insieme di tabelle che rappresentano strade ,considerando come nodi le intersezioni tra le strade e gli archi le interconnessioni tra i nodi |
| ||||
| "ennio" <ennioj@libero.it> schreef in bericht news:1166108047.459894.14340@l12g2000cwl.googlegro ups.com... > > DA Morgan ha scritto: > >> ennio wrote: >> > Hi, >> > I would like create a network from already existing table..... >> > How i can import this table in the network? >> > >> > Oracle 10g release 2 >> >> If it would help to write your request in Italian it might >> help clarify your intent. >> -- >> Daniel A. Morgan >> University of Washington >> damorgan@x.washington.edu >> (replace x with u to respond) >> Puget Sound Oracle Users Group >> www.psoug.org > > > ciao scusami per il mio inglese..... > dovrei creare modellare un Network data model partendo da un insieme di > tabelle che rappresentano strade ,considerando come nodi le > intersezioni tra le strade e gli archi le interconnessioni tra i nodi > So it seems Hans Forbrich was right after all! Looks like you HAVE the tables and 'just' need the metadata! Shakespeare (What's in a network?) |