DBA_ASSEMBLIES
provides information about all assemblies in the database. Its columns are the same as those in ALL_ASSEMBLIES
.
· ALL_ASSEMBLIES
provides information about assemblies accessible to the current user.
· USER_ASSEMBLIES
provides information about all assemblies owned by the current user. This view does not have the OWNER
column.
Column | Datatype | NULL | Description |
|
|
| Owner of the assembly |
|
|
| Name of the assembly |
|
| | Operating system file specification of the assembly |
|
| | The maximum security level of the assembly |
|
| | The identity of the assembly |
|
| | Status of the assembly |
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment