Embed presentation
Download as PDF, PPTX























This document discusses Ruby on Rails and how to use it with Oracle databases. It provides an overview of Ruby on Rails, describing it as a modern web application framework built with the Ruby programming language. It also outlines how to connect Ruby on Rails applications to Oracle databases using gems like activerecord-oracle_enhanced-adapter, and how to call Oracle PL/SQL procedures from Ruby code. Examples are given of creating, updating, and deleting records in an Oracle database from a Ruby on Rails application using ActiveRecord and calling PL/SQL packages.





















