Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
Reads the video BFILE data to get the values of the media attributes for supported formats and then stores them in the input CLOB. This procedure populates the CLOB with a set of format and application properties in XML form
Overload 1
ord_video.getProperties(
videobfile IN OUT BFILE,
attributes IN OUT CLOB);
TBD
Overload 2
ord_video.getProperties(
videobfile IN OUT BFILE,
mimetype OUT VARCHAR2,
format OUT VARCHAR2,
width OUT NUMBER,
height OUT NUMBER,
frameresolution OUT NUMBER,
framerate OUT NUMBER,
videoduration OUT NUMBER,
numberofframes OUT NUMBER,
COMPRESSIONTYPE OUT VARCHAR2,
numberofcolors OUT NUMBER,
bitrate OUT NUMBER);
TBD
Overload 3
ord_video.getProperties(
videoblob IN BLOB,
ATTRIBUTES IN OUT CLOB);
TBD
Overload 4
ord_video.getProperties(
videoblob IN BLOB,
mimetype OUT VARCHAR2,
format OUT VARCHAR2,
width OUT
NUMBER,
height OUT NUMBER,
frameresolution OUT NUMBER,
framerate OUT NUMBER,
videoduration OUT NUMBER,
numberofframes OUT NUMBER,
COMPRESSIONTYPE OUT VARCHAR2,
numberofcolors OUT NUMBER,
bitrate OUT NUMBER);
Import data from the specified external data source to the BLOB specified by the destination parameter
Overload 1
ord_video.importFrom(
dest IN OUT BLOB,
source_type IN VARCHAR2,
source_location IN VARCHAR2,
source_name IN VARCHAR2);
TBD
Overload 2
ord_video.importFrom(
dest IN OUT BLOB,
source_type IN VARCHAR2,
source_location IN VARCHAR2,
source_name IN VARCHAR2,
format OUT VARCHAR2,
MIME_TYPE OUT VARCHAR2);