(David Fitzjarrell) Oracle offers, in release 12.1.0.2, the option of increasing the maximum string length from the standard 4000 to a whopping 32767; depending on the nls_length_semantics setting this could be in bytes or in characters.
Tag: Oracle
OBI formatting grand totals – without XML!
Recently I needed to have some conditionally formated grand total rows in OBI. I remember years ago hacking around with the XML which is far from ideal.
Steps for Moving ASM Disk from FRA to DATA
(Fahd Mirza) Due to some unexpected data load, the space in DATA diskgroup became critically low on one of the production systems during middle of night on the weekend. There was no time to get a new disk and we needed the space to make room for new data load scheduled to be run after 3 hours.
Avoiding Lost Updates with ORA_ROWSCN
(stewashton) Applications today use “optimistic locking” to avoid lost updates.
12c MultiTenant Posts — 7 : Adding Custom Service to PDB (nonRAC/GI)
(Hemant K Chitale) Earlier I have already demonstrated adding and managing custom services in a RAC environment in a blog post and a video.
JDBC, Linux and Entropy
(Uwe M. Küchler) Some troubles — especially those happening only sporadically — are not so easy to shoot and call for a deeper understanding of the matter. In the following real-world example this means: SQL*Net Tracing and some knowledge about the inner workings of the server’s operating system, pa
Optimistic ORA_ROWSCN 3: the Use Case
(stewashton) My goal is to show how ORA_ROWSCN can help deal with the problem of “lost updates”. Before that, I need to explain the use case I have in mind: an OLTP application that provides a transactional API in the database, using JSON for data interchange, across a stateless connection.
ETL using Oracle DBMS_HS_PASSTHROUGH and SQL Server
(Harry Dragstra) While I prefer a “loosely coupled architecture” for replication between Oracle and SQL Server, sometimes a direct (database) link cannot be avoided. By using DBMS_HS_PASSTHROUGH for data extraction the 2 other ETL processes (transformation and load) can be configured and administere
Interval partitioning just got better
(connormcdonald) Interval partitioning was a great feature when it arrived in version 11, because we no longer had to worry so much about ensuring partitions were available for new data when it arrived.
Getting started with VPD in #Oracle
(Uwe Hesse) Virtual Private Database (VPD) aka Fine Grained Access Control may seem complicated at first when you look at the fine documentation about it.
