December 2002
Intermediate to advanced
745 pages
17h 26m
English
The process of uploading and downloading files to the database via the Web is dependent on a few key configuration settings for the DAD as well as the proper table in the database to store the files. There are many pros and cons associated with making a decision about saving files in the database or on the file system. Storing your image in the database will mean that you can back up your entire Web site all at once since the procedure that generates the Web pages and the image files are both in the database.
In order to store files in the database that the Oracle 9iAS can retrieve and understand, you must create a database table to store the images. ...