All Projects → kubo → Ruby Oci8

kubo / Ruby Oci8

Licence: other
Ruby-oci8 - Oracle interface for ruby

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Ruby Oci8

Awesome Orclapex
A curated list of awesome Oracle APEX resources
Stars: ✭ 105 (-30.92%)
Mutual labels:  oracle
Hybrid multicloud overlay
MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.
Stars: ✭ 127 (-16.45%)
Mutual labels:  oracle
Oos Utils
Common PL/SQL utility scripts
Stars: ✭ 142 (-6.58%)
Mutual labels:  oracle
Dba
Oracle Scripts
Stars: ✭ 114 (-25%)
Mutual labels:  oracle
Apijson
🚀 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
Stars: ✭ 12,559 (+8162.5%)
Mutual labels:  oracle
Go Ora
Pure go oracle client
Stars: ✭ 131 (-13.82%)
Mutual labels:  oracle
Maha
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
Stars: ✭ 101 (-33.55%)
Mutual labels:  oracle
Indigo
Universal cheminformatics libraries, utilities and database search tools
Stars: ✭ 146 (-3.95%)
Mutual labels:  oracle
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+8577.63%)
Mutual labels:  oracle
Chainlink
node of the decentralized oracle network, bridging on and off-chain computation
Stars: ✭ 2,680 (+1663.16%)
Mutual labels:  oracle
Pgql Lang
PGQL is an SQL-based query language for the Property Graph data model
Stars: ✭ 114 (-25%)
Mutual labels:  oracle
Datax
DataX is an open source universal ETL tool that support Cassandra, ClickHouse, DBF, Hive, InfluxDB, Kudu, MySQL, Oracle, Presto(Trino), PostgreSQL, SQL Server
Stars: ✭ 116 (-23.68%)
Mutual labels:  oracle
Docker Db Apex Dev
Oracle Database & APEX Developer Docker Image
Stars: ✭ 135 (-11.18%)
Mutual labels:  oracle
Sqlfaker
轻量级、易拓展的数据库智能填充Java开源库
Stars: ✭ 109 (-28.29%)
Mutual labels:  oracle
Blockchain
blockchain (crypto) tools, libraries & scripts in ruby
Stars: ✭ 143 (-5.92%)
Mutual labels:  oracle
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-32.89%)
Mutual labels:  oracle
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-16.45%)
Mutual labels:  oracle
Chainlink Ruby
Easily connect your applications to blockchains
Stars: ✭ 152 (+0%)
Mutual labels:  oracle
Oracle Java
Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.
Stars: ✭ 144 (-5.26%)
Mutual labels:  oracle
Big Companies Interview Questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
Stars: ✭ 135 (-11.18%)
Mutual labels:  oracle

Ruby-oci8

Gem Version Build Status

What is ruby-oci8

Ruby-oci8 is a ruby interface for Oracle Database. The latest version is available for all Oracle versions after Oracle 10g including Oracle Instant Client.

Use ruby-oci8 2.0.6 for Oracle 8 or use ruby-oci8 2.1.8 for Oracle 9i.

Note that ruby 1.8 support was dropped in ruby-oci8 2.2.0. Use ruby-oci8 2.1.8 for ruby 1.8.

What's new

See {file:NEWS}.

Sample one-liner

When you have an Oracle database server to which sqlplus scott/tiger can connect and scott user has emp table, you can select emp and print rows as CSV by the followig one liner.

ruby -r oci8 -e "OCI8.new('scott', 'tiger').exec('select * from emp') do |r| puts r.join(','); end"

Homepage

Installation

  • {file:docs/install-full-client.md Install for Oracle Full Client}
  • {file:docs/install-instant-client.md Install for Oracle Instant Client}
  • {file:docs/install-binary-package.md Install Binary Package}
  • {file:docs/install-on-osx.md Install on OS X}

Report issues

Other documents

  • {file:docs/number-type-mapping.md Number Type Mapping between Oracle and Ruby}
  • {file:docs/timeout-parameters.md Timeout Parameters}
  • {file:docs/conflicts-local-connections-and-processes.md Conflicts between Local Connections and Child Process Handling on Unix}
  • {file:docs/hanging-after-inactivity.md Hanging After a Long Period of Inactivity}
  • {file:docs/bind-array-to-in_cond.md Bind an Array to IN-condition}
  • {file:docs/ldap-auth-and-function-interposition.md LDAP Authentication and Function Interposition}

License

  • {file:COPYING 2-clause BSD-style license} from ruby-oci8 2.1.3
  • {file:COPYING_old old Ruby license} until 2.1.2
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].