Stores information about binary file assets.

Column

Data Type

Constraint

Description

asset_version
(primary key)

NUMERIC(19)

not null

The 1-based counter that specifies the version of the asset.

binary_file_id
(primary key)

VARCHAR(40)

not null

The ID of the binary file asset.

binary_content

LONG VARBINARY

null

The contents of the binary file asset.


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