asadmin [asadmin-options] delete-jdbc-resource [--help]
[--target target] jndi_name
delete-jdbc-resource |
Previous | Next | Contents |
removes a JDBC resource with the specified JNDI name
Synopsis
asadmin [asadmin-options] delete-jdbc-resource [--help]
[--target target] jndi_name
Description
The delete-jdbc-resource
subcommand removes a JDBC resource. Ensure
that all associations to the JDBC resource are removed before running
this subcommand.
This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--target
This option helps specify the target from which you are removing the
JDBC resource. Valid targets are:
server
Removes the resource from the default server instance. This is the default value.
domain
Removes the resource from the domain.
Removes the resource from every server instance in the cluster.
Removes the resource from a particular server instance.
Note
|
Resources are always created for a domain as a whole but are only active
for targets for which a |
Operands
The JNDI name of this JDBC resource to be removed.
Examples
Example 1 Deleting a JDBC Resource
The following example deletes the JDBC resource named jdbc/DerbyPool
.
asadmin> delete-jdbc-resource jdbc/DerbyPool
Command delete-jdbc-resource executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |