DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: RAW column in all_Tab_column

  1. #1
    Join Date
    Nov 2000
    Posts
    48
    Hi All,

    In all_tab_column table, one of the column is LOW_VALUE which is of RAW type. I am asked to interpret those values in CHAR. Pl help me in this...

    Thanks

    R

  2. #2
    Join Date
    Apr 2001
    Location
    UK
    Posts
    137
    Try:

    select utl_raw.cast_to_varchar2(low_value) from user_tab_columns...

  3. #3
    Join Date
    Nov 2000
    Posts
    48
    Thanks for the help. Does UTL_RAW converts the numbers also?

    R

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width