Spatial (MOSC)

MOSC Banner

Oracle Spatial 11g SDO_ROUTER_PARTITION.partition_router

edited Sep 24, 2010 2:51AM in Spatial (MOSC) 3 commentsAnswered
 Hello,

I have installed Oracle Enterprise Edition v11.1.0.7.0 on Windows Server 2003 OS.

I want to populate PARTITION table of Oracle Routing Data Model using SDO_ROUTER_PARTITION.partition_router PL/SQL procedure. EDGE table has 1.675.478 records, NODE 760.968 records, and SIGN_POST 993 records

Firs of all, I give permissions to my user (TAROUTING) and SYSTEM to write the log file:

  CREATE DIRECTORY sdo_router_log_dir as 'G:\'; 

  GRANT read, write ON DIRECTORY sdo_router_log_dir TO TAROUTING;
  call dbms_java.grant_permission('TAROUTING', 'java.io.FilePermission','G:\*', 'read,write');
  GRANT read, write ON DIRECTORY sdo_router_log_dir TO MDSYS;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center