[Home] [Help]
[Dependency Information]
Object Name: | RRS_SITE_TMP |
---|---|
Object Type: | TABLE |
Owner: | RRS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is reserved for integration with Oracle Spatial. Not supported in this release.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SYS_IL0000457983C00010$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000457983C00011$$ | LOB | UNIQUE |
![]() |
|
RRS_SITE_TMP_N1 | DOMAIN | NONUNIQUE |
![]() |
![]() |
RRS_SITE_TMP_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SESSION_ID | VARCHAR2 | (30) | Yes | Session Identifier of process creating rows |
THEME_ID | VARCHAR2 | (30) | Theme ID of the Site used in Oracle Spatial | |
SITE_ID | NUMBER | Site Identifier | ||
GEOMETRY | SDO_GEOMETRY | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT SESSION_ID
, THEME_ID
, SITE_ID
, GEOMETRY
FROM RRS.RRS_SITE_TMP;
|
|
|