From: Bharath Khambadkone on 26 Feb 2010 11:04 Hello All, how can I use ruby to execute a block of plsql code? The sql that I'm trying to execute is inside a .sql file here is what I've tried so far and it does not work. What is the right way to get this working so that I can capture the dbms output to a variable? require "rubygems" require "ruby-plsql" sql = s = IO.read('my_sql_stub.sql') plsql.connection = OCI8.new("user","pass","db") plsql.execute(sql) Thanks in advance for your help. -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: Installing Pg gem for PostGreSQL 8.4 Next: Problem building ruby from source on FreeBSD 8.0 |