LISTLINKEDOBJECTS

Lists information about the objects linked to the active database for a given user name or modification date.

Syntax

LISTLINKEDOBJECTS userName modDate
ParameterDescription

userName

The name of a user. If specified, Essbase returns a list of all objects last modified by the given user.

modDate

A modification date. If specified, Essbase returns a list of all objects modified on or before the given date.

Notes

This command lists information about linked objects, including the object type, name, and description, based on criteria you specify. If you specify both a user name and modification date, objects matching both criteria are listed. If you specify no user name or date, a list of all linked objects in the database appears.

You must select a database before using LISTLINKEDOBJECTS.

For more information on linked objects, see the Oracle Essbase Database Administrator's Guide.

Example

To list all objects last modified by user Diana on or before July 7, 1997:

LISTLINKEDOBJECTS "Diana" "07/07/1997";