(Ben Brumm) Have you gotten an ORA-00942 error? I’ll explain the cause and the solution of the error in this article.
Tag: Oracle
Truncating LISTAGG prior to 12.2
(Scott Wesley) I’ve been following the LISTAGG problem for a while because I find the function useful.
Does NOLOGGING In Oracle Really Save Time?
(David Fitzjarrell) Transactions are the lifeblood of a relational database and Oracle is no exception. Key to this concept is the ability to replay those transactions should the need arise to recover ‘lost’ data due to a database crash, or worse, corruption requiring a restore and recovery.
Formatting results from ORE script in a SELECT statement
(Brendan Tierney) This blog post looks at how to format the output or the returned returns from an Oracle R Enterprise (ORE), user defined R function, that is run using a SELECT statement in SQL.
Working with RESTful Services, BLOBs, and Media Types
(Jeff Smith) Let’s say you have some files, stored as BLOBs, in your database, and you want to make them available via REST.
Oracle Database Backup Service Fails with: ORA-19511: – KBHS-00715: HTTP error occurred ‘oracle-error’
(Zahid Anwar) I discovered an Oracle Cloud Database Backup failing with:
ORA-00904 invalid identifier Solution
(Ben Brumm) Did you get an “ORA-00904: invalid identifier” error? Find out what caused the ORA-00904 error and how to resolve it in this article.
12.2 Index Advanced Compression ‘High’ Part III (I Can’t Give Everything Away)
(Richard Foote) If you like the look of the new Index Advanced Compression setting of “High” available with Oracle Database 12c Release 2 as I’ve discussed previously in Part I and Part II, well there’s a way to make this the default index compression method in your 12.2 database.
Put Component References in the correct memory scope
(Richard Olrichs) Memory scopes itself can be confusing enough, therefor I always advise my fellow developers to use the ADF scopes as much as possible and avoid the JSF scopes if they can.
Oracle 12c STIG Password Generator in PL/SQL
(Harry Dragstra) Creating or modifying an Oracle Database user password can be done by using any standard password generator you can find on the WEB. But I wanted a password to comply to “ora12c_strong_verify_function”, and this isn’t as easy to generate as you might expect.
