Skip Headers
Oracle® Warehouse Builder OMB*Plus Command Reference
11g Release 2 (11.2)

Part Number E14406-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
Mobi · ePub

OMBCREATE J2EE_USER

Purpose

To create a J2EE user that will be added to the runtime.

Prerequisites

J2EE runtime must be up and running.

Syntax

parseCreateJ2eeUserCommand =  OMBCREATE J2EE_USER "QUOTED_STRING" 
          IDENTIFIED BY "QUOTED_STRING" "J2eePropertiesClause" 
     J2eePropertiesClause =  SET PROPERTIES "(" "propertyNameList" ")" VALUES 
          "(" "propertyValueList" ")"
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

parseCreateJ2eeUserCommand

This clause creates a J2EE runtime user.

J2eePropertiesClause

Properties for making J2EE connection to create or drop J2EE users.

propertyNameList

Connection property names : USER, PASSWORD, HOST, PORT, JSR88TYPE, ROOT, INSTANCE, PROTOCOL

propertyValueList

List of connection property value for the property name. See the example for detail.

propertyValue

The value for the connection property. See example for detail.