Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Binary types
bilal_z_at_my-dejanews.com wrote:
> I have 2 questions:
>
> How can you enter a binary file into a table in Oracle 8? I know that you
> declare the datatype as 'raw', but how exactly is a .gif (for instance)
> entered. Also, how do you create a new schema? I cant figure that
> out...uptill now all my tables are part of the System schema.
>
> I'd appreciate it if someone can help me out.
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Hi bilal,
first of all , you should read your gif file into a buffer and then insert
it using this buffer. Look oci or Pro*c for examples.second is create schema
should be your answer :)
Received on Tue Mar 30 1999 - 17:42:58 CST
![]() |
![]() |