ruby-oci8是Ruby使用Oracle的OCI8接口连接Oracle数据库的接口。支持包括Oracle8,Oracle8i,Oracle9i,Oracle10g和OracleInstantClient等.
Windows下的安装方法:https://ruby-oci8.rubyforge.org/en/InstallBinaryPackage.html
示例:
ruby-roci8-e"OCI8.new('scott','tiger').exec('select*fromemp')do|r|putsr.join(',');end"
评论