Tag: extproc

  • How to speed up external C functions via Java

    How to speed up external C functions via Java

    How to speed up external C functions via Java Are you calling external C libraries from inside your Oracle SQL? Especially if those calls are made on a row-by-row basis you might see a significant performance benefit from calling your external C libraries via Java! Introduction: As part of my work as an Openlab fellow

    Explore →