(Jeff Smith) You have some data, but not in your trusty Oracle Database yet.
Community
ORA-00942: table or view does not exist
(Satishbabu Gunukula) When calling a table directly or through procedure/function…etc user may receive error “ORA-00942: table or view does not exist”.
Print PDF from Oracle APEX to Local or Remote Printer
(Dimitri Gielis) On Twitter, I got a lot of reactions on my previous blog post Printing to local (Zebra) printer from Oracle APEX in the Cloud.
Creating a Db2 for z/OS REST service to call a SQLPL
(Jane Man) After publishing a few blogs on Db2 for zOS REST service, I start getting questions on how to create/invoke a REST service to call a SQLPL. In the following sections, I am going to show you how to create and invoke such service.
ASP.NET Core in Azure App Services’ Docker Images – Part 1
(Shawn Wildermuth) I’ve been using Azure App Services (e.g. WebApps) for a few years now. I’ve been mostly happy with the result.
Using ColdFusion Tags In CFScript In Lucee CFML
(Ben Nadel) Last week, I had lunch with Gert Franz – co-creator of the open source ColdFusion-compatible language, Lucee CFML. At the meeting, I was telling Gert how using Lucee over the last year or so has really reignited my love and passion for ColdFusion programming.
Xamarin Details iOS Fix to ‘Prevent App Store Rejection’
(David Ramel) Microsoft published guidance for iOS mobile developers using Xamarin.Forms to avoid potential App Store rejection caused by the deprecation of Apple’s UIWebView component.
Using pt-heartbeat with ProxySQL
(David Ducos and Ivan Groenewold) ProxySQL and Orchestrator are usually installed to achieve high availability when using MySQL replication. On a failover (or graceful takeover) scenario, Orchestrator will promote a slave, and ProxySQL will redirect the traffic.
Copy Table from Oracle to SQL Server on Linux
(Pablo Echeverria) SQL Server on Linux only allows creating linked servers to another SQL Server, so what options do you have when you want to consume data from an Oracle database table inside a SQL Server query when working on Linux?
Azure: Crossdomain.xml inside Root of Blob Storage
(OwenDavies) My recent Azure adventures are working with a Flash client as the front end, which meant the need to implement a crossdomain.xml file to allow the Flash client to connect to my site.