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.
Purpose
Compression and Decompression Support for Oracle Media and Spatial
ordimgextcodec_pkg.getProperties(
inputlob IN BLOB,
height OUT BINARY_INTEGER,
width OUT BINARY_INTEGER,
contentlength OUT BINARY_INTEGER,
fileformat OUT VARCHAR2,
contentformat OUT VARCHAR2,
compressionformat OUT VARCHAR2)
RETURN BINARY_INTEGER;
TBD
Overload 2
ordimgextcodec_pkg.getProperties(
inputfile IN BFILE,
height OUT BINARY_INTEGER,
width OUT BINARY_INTEGER,
contentlength OUT BINARY_INTEGER,
fileformat OUT VARCHAR2,
contentformat OUT VARCHAR2,
compressionformat OUT VARCHAR2)
RETURN BINARY_INTEGER;