Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Binary types

Re: Binary types

From: Dogan Cibiceli <dcib_at_gwl.com>
Date: Tue, 30 Mar 1999 16:42:58 -0700
Message-ID: <37016182.A30A3DF3@gwl.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US