跳到内容

The Wikibooks community is developing a policy on the use of generative AI. Please review the draft policy and provide feedback on its talk page.

Oracle 数据库/多媒体数据库

来自

描述

[编辑 | 编辑源代码]

Oracle Multimedia 是 Oracle 数据库(不包括不能添加的 Express 版本[1])自 8.0 版本(1997 年)起提供的服务套件,用于管理多媒体数据库

它由 ORDSYS 包("ORD" 代表 *object-relational data*)组成,允许在数据库中管理多媒体对象[2]。此包包括多个类[3]

  • ORDMultimedia:抽象超类,存储 ORDAudio、ORDImage 和 ORDVideo 类的通用属性和方法[4]
  • ORDAudio:声音属性存储。
  • ORDDoc:异构属性存储。
  • ORDImage:图像属性存储。
  • ORDVideo:视频属性存储。
  • ORDSource:多媒体BLOBBFILE(可在 HTTP 中访问)属性存储[5]
  • DICOM (Digital Imaging and Communications in Medicine[6])。
属性
ORDAudio[7] ORDDoc[8] ORDImage[9] ORDVideo[10]
描述 来源 来源 描述
来源 格式 高度 来源
格式 mimeType 宽度 格式
mimeType contentLength contentLength mimeType
评论 评论 fileFormat 评论
编码 contentFormat 宽度
numberOfChannels compressionFormat 高度
sampleSize mimeType frameResolution
compressionType frameRate
audioDuration videoDuration
numberOfFrames
compressionType
numberOfColors
bitRate

利用

[编辑 | 编辑源代码]
CREATE TABLE MyImages (
	id	INTEGER PRIMARY KEY,
	image	ORDSYS.ORDImage
);

Oracle HTTP Server

[编辑 | 编辑源代码]

Oracle HTTP Server下载 (OHS) 允许从浏览器执行 PL/SQL 请求。它是基于 Apache 2 的 Oracle Fusion Middleware 的 Web Tier 组件。

参考文献

[编辑 | 编辑源代码]
  1. "Managing Oracle Multimedia Installations".
  2. "Gestion avancée d'image sous Oracle avec Java" (用法语).
  3. "Common Methods and Notes for Oracle Multimedia Object Types". {{cite web}}: 未知参数 |site= 被忽略 (帮助)
  4. "Common Methods and Notes for Oracle Multimedia Object Types". {{cite web}}: 未知参数 |site= 被忽略 (帮助)
  5. Lynne Dunckley, Larry Guros (2011 年 4 月 8 日). Digital Press (编辑). Oracle 10g Developing Media Rich Applications. {{cite book}}: 检查日期值:|date= (帮助)CS1 maint: 使用作者参数 (链接)
  6. "Medical Imaging and Communication". {{cite web}}: 未知参数 |site= 被忽略 (帮助)
  7. "ORDAudio". {{cite web}}: 未知参数 |site= 被忽略 (帮助)
  8. "ORDDoc". {{cite web}}: 未知参数 |site= 被忽略 (帮助)
  9. "ORDImage". {{cite web}}: 未知参数 |site= 被忽略 (帮助)
  10. "ORDVideo". {{cite web}}: 未知参数 |site= 被忽略 (帮助)
检索自 "https://wikibooks.cn/w/index.php?title=Oracle_Database/Multimedia_Databases&oldid=3676919"
华夏公益教科书