The top of the JDBC data source bean tree.
JDBC data sources all have a JDBCDataSourceBean as their root bean (a bean with no parent). The schema namespace that corresponds to this bean is "http://xmlns.oracle.com/weblogic/jdbc-data-source"
| Security roles | The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean: 
 | ||
| Fully Qualified Interface Name | If you use the getMBeanInfooperation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.j2ee.descriptor.wl.JDBCDataSourceBean | ||
| Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
| Access Points | You can access this MBean from the following MBean attributes: 
 | 
This section describes attributes that provide access to other MBeans.
Internal Use only, applications must not attempt to configure or use this.
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. | 
| Privileges | Read only | 
| Type | JDBCPropertiesBean | 
| Relationship type: | Containment. | 
Gets the connection pool parameters of this data source
Configuration parameters for this data source's connection pool are specified using the connection pool parameters bean.
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. | 
| Privileges | Read only | 
| Type | JDBCConnectionPoolParamsBean | 
| Relationship type: | Containment. | 
Gets the basic usage parameters of this data source
Configuration parameters for the basic usage of this data source are specified using the data source parameters bean.
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. | 
| Privileges | Read only | 
| Type | JDBCDataSourceParamsBean | 
| Relationship type: | Containment. | 
Gets the driver parameters of this data source
Configuration parameters for the JDBC Driver used by this data source are specified using the driver parameters bean.
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. | 
| Privileges | Read only | 
| Type | JDBCDriverParamsBean | 
| Relationship type: | Containment. | 
Gets the Oracle-related parameters of this data source
Configuration parameters for this data source's Oracle-related behavior are specified using the Oracle parameters bean.
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. | 
| Privileges | Read only | 
| Type | JDBCOracleParamsBean | 
| Relationship type: | Containment. | 
Gets the XA-related parameters of this data source
Configuration parameters for this data source's XA-related behavior are specified using the XA parameters bean.
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. | 
| Privileges | Read only | 
| Type | JDBCXAParamsBean | 
| Relationship type: | Containment. | 
This section describes the following attributes:
The data source type. Valid types are:
GENERIC - generic data source
MDS - multi data source
AGL - Active GridLink data source
UCP - Universal Connection Pool data source
PROXY - proxy for multiple tenant data sources
| Available Since | Release 12.2.1.0.0 | 
| Privileges | Read/Write | 
| Type | java.lang.String | 
| Legal Values | 
 | 
Gets the Id value
| Privileges | Read only | 
| Type | long | 
| Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. | 
A unique name that identifies this data source in the WebLogic domain.
| Privileges | Read/Write | 
| Type | java.lang.String | 
Gets the "version" attribute
| Privileges | Read/Write | 
| Type | java.lang.String | 
This section describes the following operations:
|  | 
Return true if the given property has been explicitly set in this bean.
| Operation Name | "isSet" | 
| Parameters | Object [] {  propertyName } where: 
 | 
| Signature | String [] {  
									"java.lang.String" } | 
| Returns | 
    boolean
     | 
| Exceptions | 
 | 
Restore the given property to its default value.
| Operation Name | "unSet" | 
| Parameters | Object [] {  propertyName } where: 
 | 
| Signature | String [] {  
									"java.lang.String" } | 
| Returns | 
    void
     | 
| Exceptions | 
 |