Module: MintPress::OracleDatabase::Utils
- Included in:
- Listener, Parameter, RMAN, RestorePoint, Service, Tablespace, User
- Defined in:
- src/oracle-database/lib/oracle-database/model/database/utils.rb
Overview
Instance Method Summary collapse
- #session ⇒ Object
-
#sql_ruby_session ⇒ MintPress::OracleUtils::SQLRubySession
Create a SQL Ruby Session using MintPress::OracleUtils::SQLRubySession for the Oracle Database We use SQLRubySession instead of SQLSession because we dont want to be passing oracle_home etc.
-
#to_hash ⇒ Hash
Return a Hash representation for the class and all its sub-classes.
Instance Method Details
#session ⇒ Object
#sql_ruby_session ⇒ MintPress::OracleUtils::SQLRubySession
Create a SQL Ruby Session using MintPress::OracleUtils::SQLRubySession for the Oracle Database
We use SQLRubySession instead of SQLSession because we dont want to be passing oracle_home etc
#to_hash ⇒ Hash
Return a Hash representation for the class and all its sub-classes.