6.132 DBA_JAVA_POLICY
DBA_JAVA_POLICY describes Java security permissions for all users in the database.
               
Related View
USER_JAVA_POLICY describes Java security permissions for the current user.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Indicates whether the permission is a positive ( | 
| 
 | 
 | 
 | Name of the user, schema, or role to which the permission object is assigned | 
| 
 | 
 | 
 | Schema in which the permission object is loaded | 
| 
 | 
 | 
 | Permission class type, which is designated by a string containing the full class name, such as,  | 
| 
 | 
 | 
 | Target attribute (name) of the permission object. This name is used when defining the permission. | 
| 
 | 
 | 
 | Action attribute for this permission. Many permissions expect a null value if no action is appropriate for the permission. | 
| 
 | 
 | 
 | Indicates whether the permission is enabled ( | 
| 
 | 
 | 
 | Sequence number used to identify this row. This number should be supplied when disabling, enabling, or deleting the permission. | 
See Also: