Data type [message #244386] |
Tue, 12 June 2007 09:21 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
vasudevan
Messages: 119 Registered: February 2006 Location: TRICHY
|
Senior Member |
|
|
Hello sir
We want to store X-ray image in our table(oracle 9i) ,which datatype gives good performance for our need ,we need your valuable advice for that.
Another question how we see that stored X-ray image from oracle there is any method for that.
- Thanx in advance.
|
|
|
Re: Data type [message #244411 is a reply to message #244386] |
Tue, 12 June 2007 13:00 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
For binary data, like images, use blobs.
If you search, you will find several ways to display an image from the database.
|
|
|
|