简体   繁体   中英

how to connect remote oracle database using Ruby?

I am trying to write code to connect remote oracle database using Ruby? Can any one help me in this?

The OCI8 gem is what you want:

https://github.com/kubo/ruby-oci8

You will obviously also need an Oracle client installed. If you don't already have one, the Oracle Instant Client would be recommended.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM