[Home] [Help]
[Dependency Information]
| Object Name: | AUX_STATS$ |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| I_AUX_STATS$ | NORMAL | UNIQUE |
SYSTEM
|
SNAME
PNAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SNAME | VARCHAR2 | (30) | Yes | |
| PNAME | VARCHAR2 | (30) | Yes | |
| PVAL1 | NUMBER | |||
| PVAL2 | VARCHAR2 | (255) |
Cut, paste (and edit) the following text to query this object:
SELECT SNAME
, PNAME
, PVAL1
, PVAL2
FROM SYS.AUX_STATS$;
SYS.AUX_STATS$ does not reference any database object
SYS.AUX_STATS$ is referenced by following:
SYS
DBMS_SQLDIAG_INTERNAL
- show dependent code
DBMS_STATS
- show dependent code
DBMS_STATS_INTERNAL
- show dependent code
DBMS_STATS_INTERNAL
- show dependent code
|
|
|
|