asadmin [asadmin-options] create-connector-resource [--help]
--poolname connectorConnectionPoolName
[--enabled={true|false}]
[--description description]
[--objecttype ovjecttype]
[--property (name=value)[:name=value]*]
[--target target]
jndi_name
|
create-connector-resource |
| Previous | Next | Contents |
registers the connector resource with the specified JNDI name
Synopsis
asadmin [asadmin-options] create-connector-resource [--help]
--poolname connectorConnectionPoolName
[--enabled={true|false}]
[--description description]
[--objecttype ovjecttype]
[--property (name=value)[:name=value]*]
[--target target]
jndi_name
Description
The create-connector-resource subcommand registers the connector
resource with the specified JNDI name.
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.
--poolnameThe name of the connection pool. When two or more resource elements point to the same connection pool element, they use the same pool connections at runtime.
--enabledThis option determines whether the resource is enabled at runtime. The default value is true.
--objecttypeDefines the type of the connector resource. Default is user. Allowed
values are:
system-allA system resource for all server instances and the domain administration server (DAS).
system-adminA system resource only for the DAS.
system-instanceA system resource for all server instances only.
userA user resource.
--descriptionText providing details about the connector resource.
--propertyOptional attribute name value pairs for configuring the resource.
--targetThis option specifies the ending location of the connector resources.
Valid targets are:
serverCreates the connector resource in the default server instance. This is the default value.
domainCreates the connector resource in the domain.
Creates the connector resource in every server instance in the cluster.
Creates the connector resource in the specified server instance.
Note: The resource is always created for the domain as a whole, but the
|
Operands
The JNDI name of this connector resource.
Examples
Example 1 Creating a Connector Resource
This example creates a connector resource named jms/qConnFactory.
asadmin> create-connector-resource --poolname jms/qConnPool
--description "sample connector resource" jms/qConnFactory
Command create-connector-resource executed successfully
Example 2 Using the create-connector-resource subcommand
This example shows the usage of this subcommand.
asadmin> create-connector-resource --target server --poolname jms/qConnPool
--description "sample connector resource" jms/qConnFactory
Command create-connector-resource executed successfully
Where jms/qConnFactory is the sample connector resource that is
created.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
| Previous | Next | Contents |
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.