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

OMBDROP J2EE_USER

Purpose

To drop a J2EE user that will be removed from the runtime.

Prerequisites

J2EE runtime must be up and running.

Syntax

parseDropJ2eeUserCommand =  OMBDROP J2EE_USER "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

parseDropJ2eeUserCommand

This clause drops 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.