Oracle® Multimedia User's Guide 11g Release 2 (11.2) Part Number E10777-03 |
|
|
PDF · Mobi · ePub |
Oracle Multimedia provides several scripts and sample applications, written in C, SQL, PL/SQL, and Java. Most of them are available after you install the Oracle Database Examples media, which you can download from the Oracle Technology Network (OTN), in the locations shown in Table A-1.
Table A-1 Oracle Multimedia Sample Applications in Oracle Database Examples Media
Name | Location |
---|---|
ORDImage OCI C |
Linux and UNIX: Windows: |
PL/SQL Web Toolkit Photo Album |
Linux and UNIX: Windows: |
Code Wizard for the PL/SQL Gateway |
Linux and UNIX: Windows: |
Oracle Multimedia Java API |
Linux and UNIX: Windows: |
Oracle Multimedia Java Servlet Photo Album |
Linux and UNIX: Windows: |
Oracle Multimedia JSP Photo Album |
Linux and UNIX: Windows: |
You can download additional sample applications from the Oracle Multimedia OTN Web site (in the Software and Sample Code sections) at
http://www.oracle.com/technology/products/multimedia/
This appendix includes these sections:
After installing the Oracle Database Examples media, you can run the Oracle Multimedia ORDImage OCI C sample application to modify images. This sample application is written in C, and uses Oracle Call Interface (OCI) to access the database and process images using Oracle Multimedia.
See Also:
The README.txt
file in the demo
directory for more information about this sample application
These PL/SQL sample applications are available after installing the Oracle Database Examples media:
Oracle Multimedia PL/SQL Web Toolkit Photo Album Sample Application
The Oracle Multimedia PL/SQL Web Toolkit Photo Album sample application shows how to upload and retrieve media data using the PL/SQL Web Toolkit and PL/SQL Gateway. See Section 3.1 for more information about installing and using this application.
See Also:
The README.txt
file in the demo
directory for requirements and instructions for running this application
Oracle Multimedia Code Wizard Sample Application for the PL/SQL Gateway
The Oracle Multimedia Code Wizard sample application for the PL/SQL Gateway lets you create PL/SQL procedures for the PL/SQL Gateway to upload and retrieve media data stored in the database using any of the Oracle Multimedia object types. See Chapter 4 for more information about installing and using this application.
See Also:
The README.txt
file in the demo
directory for requirements and instructions for running this application
These Java sample applications are available after installing the Oracle Database Examples media:
Oracle Multimedia Java API Sample Application
The Oracle Multimedia Java API sample application shows how to use the audio, video, image, and media (ORDDoc) client-side Java classes to build your own Java applications. This Java sample application uses the sample schemas to demonstrate the use of the OrdAudio, OrdVideo, OrdImage, and OrdDoc Java objects. See Chapter 5 for more information about installing and using this application.
See Also:
The README.txt
file in the demo
directory for requirements and instructions for running this application
Oracle Multimedia Java Servlet Photo Album Sample Application
The Oracle Multimedia Java Servlet Photo Album sample application shows how to use Oracle Multimedia Servlets and JSP Java API to upload and retrieve multimedia data. See Section 3.2 for more information about installing and using this application.
See Also:
The README.txt
file in the demo
directory for requirements and instructions for running this application
Oracle Multimedia JavaServer Pages (JSP) Photo Album Sample Application
The Oracle Multimedia JSP Photo Album sample application shows how to use Oracle Multimedia Servlets and JSP Java API to upload and retrieve multimedia data. See Section 3.3 for more information about installing and using this application.
See Also:
The README.txt
file in the demo
directory for requirements and instructions for running this application
Additional Oracle Multimedia sample applications are available for download from the Oracle Multimedia OTN Web site (in the Software and Sample Code sections) at
http://www.oracle.com/technology/products/multimedia/
One of these OTN applications is the Oracle Multimedia JSP Tag Library Photo Album sample application. This Java sample application shows how to use tags from the Oracle Multimedia JSP Tag Library to retrieve media data from the database and deliver it to a browser, and how to upload media files into a database.
See Also:
Oracle Multimedia JSP Tag Library Guide for more information about installing and using this application
The README.txt
file for requirements and instructions for running this application