Hi Olev, This approach makes sense if this plugin were JDBC based, but it isn't.
SQL*Plus exists in an Oracle Client installation and it provides a lot of extra commands and options than plain SQL - http://www.orafaq.com/wiki/SQL*Plus_FAQ . This plugin actually runs a binary file passing the parameters in the right order and some custom behaviour to make some tasks easier (like run a user defined script). On Sun, Jul 26, 2015 at 7:57 AM, Oleg Nenashev <[email protected]> wrote: > IMO it could use > https://wiki.jenkins-ci.org/display/JENKINS/Database+Plugin to select > target databases, provide a DB console, etc. It's a common approach for > database plugins. It would be also great to reuse an existing script > runner, but I don't know about such generic ones. > > Probably it could be useful to rename the plugin to a more generic > "oracle-database-plugin" if you extend a common Database provider. > > пятница, 24 июля 2015 г., 7:36:22 UTC+3 пользователь Fernando Boaglio > написал: >> >> >> Hi, >> >> I have been working for a while on translating Jenkins to pt_BR, but I >> need to create this plugin to get some stuff inside Jenkins =) >> >> I think there are many people too running Oracle databases that need a >> tool to help running scripts (Oracle SQL*Plus scripts, not only SQL scripts) >> >> Plugin info: >> >> -* GitHub URL*: >> https://github.com/boaglio/jenkins-plugin-sqlplus-script-runner >> >> - *repository name*: sqlplus-script-runner >> >> - *GitHub username*: boaglio >> >> -* jenkins-ci.org <http://jenkins-ci.org> username*: boaglio >> >> - *Description* : This plugin enables you run Oracle SQL*Plus scripts on >> your Jenkins jobs (user defined scripts or a script inside a workspace) >> >> - *What makes it different from other plugins*: there is no plugin that >> run SQL*Plus scripts. >> >> >> >> >> *Fernando Boaglio*│◦└̅┘◦ ◦ ﴾̭▒̭̊▒̭̊﴿ ﴾̭▓̭̊▓̭̊﴿ ﴾̭░̭̊░̭̊﴿ ◦ ◦ (͡ < ◦ ● >> ◦└̅┘◦│ >> >> >> -- *Fernando Boaglio*│◦└̅┘◦ ◦ ﴾̭▒̭̊▒̭̊﴿ ﴾̭▓̭̊▓̭̊﴿ ﴾̭░̭̊░̭̊﴿ ◦ ◦ (͡ < ◦ ● ◦└̅┘◦│ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CADuSYLW6s_VwNt%2B-E26LgR4DXmf8OeySW%2BzgBXC8umnQO8_2fA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
