[Home] [Help]
[Dependency Information]
| Object Name: | LOC$ |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOCATION_NAME | VARCHAR2 | (256) | Yes | |
| EMON# | NUMBER | |||
| CONNECTION# | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_NAME
, EMON#
, CONNECTION#
FROM SYS.LOC$;
SYS.LOC$ does not reference any database object
SYS.LOC$ is not referenced by any database object
|
|
|
|