Advertisement

07.09.2003 at 11:38AM PDT, ID: 20673467
[x]
Attachment Details

convert long raw into varchar2 data type in oracle 8i

Asked by jie_zhang in Oracle Product Info

Tags: , , ,

hi experts:

in our ERP system, there is a table ( table name: NOTATION ) in which  one column named NOTE ( data type LONG RAW ).

SQL> desc notation;
 Name                                      Null?    Type
 ----------------------------------------- -------- ----------------------------
 TYPE                                      NOT NULL CHAR(2)
 OWNER_ID                                  NOT NULL VARCHAR2(40)
 CREATE_DATE                               NOT NULL DATE
 NOTE                                               LONG RAW




the content in NOTE column can be displayed in ERP, but I want display this NOTE in Crystal Report, the content of NOTE will not show in Crystal Report, so I hope to covert this LONG RAW data type into VARCHAR2. As I should not make any change to current NOTE column, so do I have to create a VIEW based on NOTATION table ? and how to convert the current LONG RAW data type ( data exist in NOTE column ) into VARCHAR2 data type?

thanks

jie
Start Free Trial
[+][-]07.09.2003 at 12:28PM PDT, ID: 8888151

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.09.2003 at 01:13PM PDT, ID: 8888551

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.09.2003 at 02:03PM PDT, ID: 8888988

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.09.2003 at 02:36PM PDT, ID: 8889222

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Oracle Product Info
Tags: oracle, long, convert, raw
Sign Up Now!
Solution Provided By: mszacik
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32