Contains information about target agents

Column

Data Type

Constraint

agent_id

VARCHAR(40)

not null

(primary key)

The ID of the target agent.

version

BIGINT

not null

The version of the target agent.

creation_time

TIMESTAMP

null

The time that the target agent definition was created.

display_name

WVARCHAR(255)

null

The name of the target agent.

description

VARCHAR(1024)

null

A description of the target agent.

main_agent_id

VARCHAR(40)

null

The main agent ID associated with the target. The agent ID identified in the agent_id column is a placeholder for the agent ID held in this column.

transport

VARCHAR(40)

not null

The ID of the transport that is described in the epub_agent_trnprt table.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices