Contains information about media binary data.

Column

Data Type

Constraint

media_id

VARCHAR(40)

not null

(primary key)

Each media item has a unique ID.

length

NUMERIC(19)

not null

The length of the binary data.

last_modified

TIMESTAMP

not null

The last modified date of the binary data.

data

VARBINARY(1048576)

not null

The binary data for the media item.


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