A script-enabled browser is required for this page to function properly.

USERID command line keyword

Note: Use USERID only if you are not using Single Sign-On.

USERID specifies your Oracle user name and password, with an optional database name for accessing a remote database. If the password is omitted, then a database logon form opens automatically before the user is allowed to run the report.

If you want users to log on to the database, then omit the password portion of the USERID keyword from the report request. If you want users to log on every time they run report requests, then use the Reports key mapping file, cgicmd.dat, to specify the runtime command, and include the %D argument in the relevant key mapping entry.

For information on using the cgicmd.dat file, see the chapter "Running Report Requests" in the Oracle Application Server Reports Services Publishing Reports to the Web manual.

The executables that can use this keyword are:

rwbuilder yes
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter yes

Syntax

USERID=username[/password][@database]

Values

Description

username

Username assigned by the database administrator.

password

Password for the username. See "Usage notes", below.

database

The name of the database you are accessing.

Usage notes

See also

Command line keywords

Using the command line

Running a report from the command line