Oracle Network Model

The Oracle Network Model is a way of storing Link and Node topological data within Oracle 10g and later as an SDO data type. 

The Link Node topological structure for example, allows simple road networks to be stored with in Oracle.

The Oracle structure allows directional information to be stored so that the network will respect one-way routes.

Arguments to CreateDataSourceOverlay API Method

  • clsDataSource$
    • OracleNetworkDataSource
           
  • params$
    • [Connection=username/password@service]
    • [Showerrors="true"|"false"]
      [Network]

 

 

Note: See also: www.oracle.com