require 'flydata/plugin_support/context' require 'flydata-core/oracle/source_pos' module Flydata module SourceOracle module PluginSupport class Context < ::Flydata::PluginSupport::Context register_mandatory_opts :database, :dbconf SOURCE_POS_CLASS = ::FlydataCore::Oracle::SourcePos end end end end