Useful 20 websites to learn just about “anything” and “everything”!

Recently came across this link and thanks goes to the author, Larry Kim, for compiling the most useful twenty links to just learn about anything. I'm sure there is something for every inspired learner. https://www.business2community.com/startups/20-incredibly-useful-websites-you-wish-you-knew-earlier-02162371 Of course, there is google, youtube and countless other websites to search and learn as well.

Oracle pluggable database – FILE_NAME_CONVERT error

I wanted to create a new PDB (pluggable database) using an existing before making a major changes to the original PDB but hit with FILE_NAME_CONVERT error. Creating a pluggable database was supposed to be a simple single statement. My environment is Oracle Enterprise Linux 7 on VMware Fusion 8 with Oracle 12c environment. I have … Continue reading Oracle pluggable database – FILE_NAME_CONVERT error

Oracle ORDS as a mod_plsql replacement in a Non-APEX environment – Part II (Mid-Tier Install and Config)

This is the second installment of ORDS as a mod_plsql replacement for PL/SQL web toolkit based applications. The part I was database side install, basically as a segregation of tasks that need to be performed by a DBA versus middle tier administrator. Click here for Part I. 2) Middle Tier Installation and Configuration The middle tier … Continue reading Oracle ORDS as a mod_plsql replacement in a Non-APEX environment – Part II (Mid-Tier Install and Config)

Oracle ORDS as a mod_plsql replacement in a Non-APEX environment – Part I (DB Install)

After many years of working in APEX environment, recently I had been tasked to provide a solution to replace pure PL/SQL Web Toolkit application using mod_plsql, on Oracle HTTP Server (OHS), which had been working extremely well for more than a decade. As outlined in the Oracle Middleware documentation, OHS  - mod_plsql will not be included from … Continue reading Oracle ORDS as a mod_plsql replacement in a Non-APEX environment – Part I (DB Install)

How to do seed and publish for Oracle APEX translations using a simple SQL script

In the project that I work, the primary language for apex application is 'en' and there are 11 different languages it needs to be translated to. There have been many circumstances when there is a simple 'process change' in one of the page, I had to seed and publish all applications in the standard translation … Continue reading How to do seed and publish for Oracle APEX translations using a simple SQL script