Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

long raw (migration from ora 8)

Status
Not open for further replies.

ElvisUntot

Programmer
Jan 8, 2002
72
DE
i have a view that contains:
Code:
decode(unt.user_id,null,lo.def_lob,unt.img) as img,

lo.def_lob and unt.img are both long raw fields.

it looks like you can not use long raw in a decode in 9.x

has anybody an idea how to chance the decode()?

to change the fields from long raw to something else would include a major rewrite of the code.


thanks in advance, ralph
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top