rsim / oracle-enhanced

Oracle enhaced adapter for ActiveRecord
MIT License
545 stars 307 forks source link

System user other than "SYSTEM" #2257

Open ioev opened 2 years ago

ioev commented 2 years ago

I noticed in https://github.com/rsim/oracle-enhanced/blob/4ac11553d1e31297b1f7ad421883c9e398e5e9ff/lib/active_record/connection_adapters/oracle_enhanced/database_tasks.rb the system user is hardcoded as "SYSTEM". We currently use a different username to create tables, so it would be nice if the username could be customized similar to the password.

yahonda commented 2 years ago

Thanks for the report. Would you consider opening a pull request?

ioev commented 2 years ago

Sure, I can give that a shot.