Go to start of metadata
sqldeveloper is a great tool, so it has some limitations:
What I use is an ipython notebook + JayDeBeApi. In this way I could reuse the Oracle JDBC driver and have an environment very close to MatLab:
And here is how it looks in my favourite browser:
To install that on Ubuntu one needs just to
sqldeveloper is a great tool, so it has some limitations:
- you need to install it on the PC. It's not that difficult for the dev environment, so one needs it also to be installed on demo environment (which is shared)
- it is not that easy to plot some graphics. And when you try to demonstrate some "performance" improvements graphics are more convinient
- it's nearly impossible to execute system (shell) commands..
- when one needs to show something on demo (s)he should install sqldeveloper on the demo PC
What I use is an ipython notebook + JayDeBeApi. In this way I could reuse the Oracle JDBC driver and have an environment very close to MatLab:
And here is how it looks in my favourite browser:
To install that on Ubuntu one needs just to
sudo pip install --upgrade ipython[all] && pip install JayDeBeApi
ipython notebook
No comments:
Post a Comment