Re: pl/sql alternatives for server side programming?
From: <mh_at_pixar.com>
Date: Sat, 25 Oct 2008 00:18:06 GMT
Message-ID: <2BtMk.5877$be.62@nlpi061.nbdc.sbc.com>
Date: Sat, 25 Oct 2008 00:18:06 GMT
Message-ID: <2BtMk.5877$be.62@nlpi061.nbdc.sbc.com>
gym dot scuba dot kennedy at gmail <kennedyii_at_verizon.net> wrote:
> What are you
> trying to accomplish?
We have an external vendor with a ruby app, and would like to move some of the logic into the database using stored procedures.
It would of course be troublesome to have to maintain dual ruby/pl/sql source trees, so it would be nice if we could call the ruby logic. It seems this might be feasible, since I can bind the stored procedure to a C function, and manage a ruby interpreter in that function to execute the logic.
Thanks all!
Mark
-- Mark Harrison Pixar Animation StudiosReceived on Fri Oct 24 2008 - 19:18:06 CDT