java - Oracle - Multi-line SQLs via JDBC - Apex SQL Workshop or SQL Plus -


through java/grails webapp, i'd have form/program allows user upload sql file (or paste contents) , have executed. sql workshop in oracle apex does. ideal solution if embed sql workshop comes in apex within webapp.

i've seen posts regarding multi-line sql files.. involve parsing semi-colons, , couldn't find 1 seemed handle , declare-begin-end blocks , oracle ddls @ same time. plus, seem try re-invent sql plus does. being able invoke sql plus great, i'm not sure there's way cleanly through web-app?

questions: 1) there anyway "embed" sql workshop comes apex within custom web-app? 2) if not... there "clean" way invoke sql plus through grails/java web-app? 1 platform independent?

please feel free provide feedback... i'm new web development appreciate advice.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -