Wiki Page: How to Write a Check Sum for Stored Programs
This article examines how you can compare versions of stored functions, procedures, packages and object types. It shows you how to write a function that acts like a check sum for code stored in data...
View ArticleBlog Post: E-book: Discover the breakthrough innovations in Oracle Database 12c
Download the eBook and read to learn about 12c (the next generation most popular database) : Simplify database consolidation and manage them as cloud services Accelerate analytical performance whilst...
View ArticleWiki Page: USING TO_CHAR(...'DAY') FUNCTION IN CONDITIONAL LOGIC
USING TO_CHAR(...'DAY') FUNCTION IN CONDITIONAL LOGIC Written JP Vijaykumar Oracle DBA Date Sept 14th 2016 I did not get any error, but the conditional logic is not working as expected. set serverout...
View ArticleBlog Post: Install OEM 13c Silent mode
How to install Oracle EM 13c? It's the first time that I have a chance to install Oracle EM 13c. I remember last time I installed Oracle EM 12c. I have to install weblogic first. On OEM 13c, I don't...
View ArticleBlog Post: Upgrade yourself from DBA to DMA
In any profession, learning never ends. From my very personal perspective and own exprience, I strongly beleinv in one who upgrade his skills always stays a step ahead from the rest . To stay...
View ArticleBlog Post: Maintaining transaction integrity with FORALL and multiple DML...
FORALL is used to avoid row-by-row execution of the same DML statement (differing only in the values bound into it), thereby reducing context switching between the PL/SQL and SQL engines. I will assume...
View ArticleComment on Cómo Imprimir Informes Personalizados en formato PDF desde Código...
pportillo, la verdad no se por que te ha pasado eso, no me ha pasado a mi, no puedo ayudarte en esta instancia, puede ser cualquier cosa. Te recomiedo que visites el foro de preguntas del paquete y lo...
View ArticleWiki Page: Shareplex for Oracle Data Replication: Part 1
Introduction We are all aware of data replication . We have also heard about a variety of tools to facilitate data replication for Oracle Databases. Today, I would like to discuss about one such tool...
View ArticleBlog Post: How to get compiler settings for PL/SQL program units
This question was posted today on the OTN SQL-PL/SQL Forum: Is there a way, after compilation, to detect what level of optimization was used? Perhaps you have something already in production, and you...
View ArticleBlog Post: APEX 5.2 Early Adopter 2 is available
Oracle has quietly rolled out the APEX 5.1 early adopter 2 (EA2) on http://apexea.oracle.com . If you sign up today, you will get an APEX 5.1 EA2 workspace. Comparing the long list of missing features...
View ArticleBlog Post: Oracle Text, Oracle R Enterprise and Oracle Data Mining - Part 4
This is the fourth blog post of a series on using Oracle Text, Oracle R Enterprise and Oracle Data Mining. Make sure to check out the previous blog posts as each one builds upon each other. In this...
View ArticleBlog Post: CRS-2769:Unable to failover resource ‘ora.gpnpd’
We were working on one of the flex cluster deployment and as a part of hardware maintenance we are required to reboot the cluster nodes. In the cluster deployment topology we had 3 “HUB” nodes and 2...
View ArticleBlog Post: Auto-Discovery unmanaged targets result in Enterprise Manager
A contact wrote: “I perform Auto Discovery in Oracle Enterprise Manager every week, to discover new targets – for example, to find out if someone in the organization has created new database servers in...
View ArticleBlog Post: New ORAchk & EXAchk Versions 12.2.0.1.1 Released
New ORAchk & EXAchk v12.2.0.1.1 release is out now with so many new features. Its easy to use and upgrade. Below is the blog entry about the new release and features by RAC Assurance Development...
View ArticleBlog Post: Oracle MySQL Cloud Service released
Out of the many announcements coming from Oracle Open World this week, this announcement seemed interesting. MySQL is a popular Open Source Database and this is now available in the Oracle Cloud for...
View ArticleBlog Post: PL/SQL 101: Three ways to get error message/stack in PL/SQL
The PL/SQL Challenge quiz for 10 September - 16 September 2016 explored the different ways you can obtain the error message / stack in PL/SQL. Note: an error stack is a sequence of multiple error...
View ArticleComment on Formateando Columnas RI - Expresiones HTML en Oracle APEX 5.0
Estimada Clarisa: Realice esta operación, y es bastante buena, ya que puedo reducir columnas (ocultarlas) e integrar la información en una de ellas. El detalle que me surgió fue que al momento de...
View ArticleWiki Page: Using Oracle NoSQL Database with Groovy
Written by Deepak Vohra Groovy is an object-oriented, dynamic language for the Java Virtual Machine, compiles to Java bytecode and integrates with all Java libraries. Groovy rankings have recently...
View Article