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