Requires Free Membership to View
Yes, you can STORE multimedia data in either 8i or 9i without the use of any special or additional software. You can store any type of data in an Oracle database. There are large object types that allow you to hold single data elements of up to 4 gigabytes in size. These objects that are stored could be .avi files, .jpg files, .html files and the list goes on. The large object types include CLOB, BLOB and BFILE datatypes.
There is a special package called DBMS_LOB which lets you do most anything you want with very large objects that need to be stored and manipulated. See the Oracle9i Supplied PL/SQL Packages and Types Reference (http://technet.oracle.com/docs/products/oracle9i/doc_library/release2/appdev.920/a96612/toc.htm) to learn more about this package and how to use it.
Note that I emphasized that you can STORE anything you want. To be able to manipulate the stored objects your applications would need to use the appropriate controls etc. to interact with the stored data accordingly. But... that's another story!
For More Information
- Dozens more answers to tough Oracle questions from Karen Morton are available.
- The Best Oracle Web Links: tips, tutorials, scripts, and more.
- Have an Oracle or SQL tip to offer your fellow DBAs and developers? The best tips submitted will receive a cool prize. Submit your tip today!
- Ask your technical Oracle and SQL questions -- or help out your peers by answering them -- in our live discussion forums.
- Ask the Experts yourself: Our SQL, database design, Oracle, SQL Server, DB2, metadata, object-oriented and data warehousing gurus are waiting to answer your toughest questions.
This was first published in November 2002

Join the conversationComment
Share
Comments
Results
Contribute to the conversation