Jul 17, 2018 django docker image oracle Build a Django Docker Image with Cx-Oracle TL;DR: Don't use alpine images. There's a glibc issue. We added a cx-oracle dependency to one of our django apps.
Jun 18, 2018 developer json oracle python sql statement update Build Update Statements with Oracle SQL Developer and Python By default, SQL Developer can only export INSERT statements. This is quite unfortunate when one needs to build UPDATE statements because their syntax is different.
Oct 16, 2017 columns concat match multiple oracle Match String on Multiple Columns TL;DR: Use concatenation, Luke! I had to search a name for an user in a table containing the first and last names in separate
Jun 30, 2017 dbms debug error function oracle output procedure Display a Function's Errors in Oracle TL;DR: Use the power of DBMS_OUTPUT.PUT_LINE, Luke! I've built a function along the lines of: CREATE OR REPLACE FUNCTION
Jun 29, 2017 call function java oracle spring Call an Oracle Function from Spring with CallableStatement Following the previous post, I wondered if there's a more elegant way to call a function. It turns out there is and it&