Re: VW7.3 Long RAW --> BLOB in Oracle9i
- From: Hans-Martin Mosner <hmm@xxxxxxx>
- Date: 10 Oct 2005 19:48:05 GMT
Steve A <stevea@xxxxxxxxxx> wrote:
> maarten wrote:
> > Hi,
> >
> > Does anyone know a way around using BLOB data instead of LONG RAW with
> > Oracle 9.2 and VW 7.3 ?
> >
> > I am using the lens to get through to Oracle but BLOB or CBLOB is not
> > provided here ?
>
> We've been experiencing a similar problem with VisualAge. We had a guess
> that all the long types are probably the same in how they are stored and
> the types are only used as switches for Oracle behaviour. Like many ST
> apps we only use the database as a data store and don't use other
> database facilities for any data processing.
>
> I can't confirm that all longs are stored the same but we've been
> happily mapping CLOB and other long types unknown to VA into the VA
> Oracle long raw class and have had no problems.
I can confirm this - as long as you use the OCI functions with
fixed-size buffers and stay below 32KByte, blob can be treated just like
long raw.
However, accessing *really* long data using the mechanisms provided in
the ORACLE 8 OCI is not yet supported by the VAST database interface.
Don't know whether VW has support for that.
Cheers,
Hans-Martin
.
- References:
- VW7.3 Long RAW --> BLOB in Oracle9i
- From: maarten
- Re: VW7.3 Long RAW --> BLOB in Oracle9i
- From: Steve A
- VW7.3 Long RAW --> BLOB in Oracle9i
- Prev by Date: MathPack/V
- Next by Date: [NYC ST] American Nuclear Insurers
- Previous by thread: Re: VW7.3 Long RAW --> BLOB in Oracle9i
- Next by thread: Re: VW7.3 Long RAW --> BLOB in Oracle9i
- Index(es):
Relevant Pages
|