Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^5: Perl, Oracle, and Xquery

by Moron (Curate)
on Mar 07, 2007 at 19:01 UTC ( [id://603681]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Perl, Oracle, and Xquery
in thread Perl, Oracle, and Xquery

I can see a number of ways to interpret that. There is the module Net::MarkLogic::XDBC if you are using xquery as a means to connect to a Marklogic CIS server. But Perl won't just wake up one day and parse the xquery syntax for you - if that module isn't sufficient we'll have to think of some other idea for how to parse it.

Update: bearing in mind that xquery is of course an XML query language, it might be worth taking a look at the various DBI/XML interfacing modules on offer.

-M

Free your mind

Replies are listed 'Best First'.
Re^6: Perl, Oracle, and Xquery
by jozxyqk (Initiate) on Mar 07, 2007 at 19:10 UTC
    I am using Xquery as a means to connect to an Oracle 10.2g database. My apologies if I did not make myself clear about that in the original post.

    But from your answers, it appears that there is not currently a way to do this in Perl, and nobody has written a module to directly support it. I incorrectly assumed that, since Oracle treats xquery as a subset of SQL, the DBI module would allow it. I guess I will have to go under the covers and find out how/if the xquery translates to SQL and write it all out, or use the Java Saxon libraries instead.

      If the intention is to find the easiest way to process these xquery's to Oracle from Perl then although DBI is the best way (but you have to work hard for it if there's no existing DBI/xquery support) - the easiest is probably to use IPC::Open2 to build a Perl wrapper around one of your already-familiar xquery-sessions with Oracle.

      -M

      Free your mind

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603681]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-19 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found