DBA Data[Home] [Help]

MDSYS.SDO_ROUTER_PARTITION dependencies on ALL_USERS

Line 91: FROM all_users

87: end if;
88:
89: -- Make sure the Routeserver schema specified actually exists
90: SELECT COUNT(*) INTO row_count
91: FROM all_users
92: WHERE username = UPPER(SYS.DBMS_ASSERT.SIMPLE_SQL_NAME(router_schema));
93:
94: if (row_count = 0)
95: then raise_application_error(-20011, '[ERROR] schema does not exist');