Code Monkey home page Code Monkey logo

Comments (5)

darold avatar darold commented on July 25, 2024

Hi,

Thanks for the report, it seems that the function utl_raw.cast_to_varchar2() used to extract RAW type doesn't work with LONG RAW. Do you have any idea of what function to use that can do the same with this type ?

from ora2pg.

ptripathi avatar ptripathi commented on July 25, 2024

It appears that LONG RAW cannot be converted to VARCHAR2 directly due to max size of the two data types.
http://www.dbasupport.com/forums/showthread.php?5342-How-to-read-LONG-RAW-column-into-VARCHAR2

Why do we need to convert RAW/LONG RAW to VARCHAR2 again?

from ora2pg.

darold avatar darold commented on July 25, 2024

This issue should be fixed by the last commit 339423f, could you give it a try an let me know?

from ora2pg.

ptripathi avatar ptripathi commented on July 25, 2024

I tested with the new revision and the problem appears to be fixed. thanks.

Could you let me know if the behavior (LONG RAW conversion) now is back to how it was in 10.1 (before changes in 11.1)? If not, what is the change in the behavior?

Thanks again.
Prabhat

from ora2pg.

darold avatar darold commented on July 25, 2024

Yes this is a come back to the original behavior. Patch in 11.1 was to force hex decoding because someone complain about hex data stored in bytea. This is not something I used to export because it is an obsolete datatype so I've not tested the patch by myself. After give it some try my though is that DBD::Oracle is just handling the datatype as expected: data are returned in binary format and not as hexa so it don't need to be converted as varchar2.

from ora2pg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.