Development & Performance, Oracle SQL Tuning – Mix NULL / NOT NULL Values 12.03.2019 by Oracle Team One of the difficulty when writing a SQL query (static SQL) is to have in the same Where Clause different conditions handling Null Values and Not Null Values for a predica. Let’s me explain you by an example : Users(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle How to patch your ODA lite to 18.3.0.0.0 08.03.2019 by Jérôme Dubar Even you don’t need 18c, or you’re not ready for this release, this patch will also update your 11gR2, 12cR1 and 12cR2 databases to the latest PSU available on ODA, it means for example the patchset from last July if(…)
Database Administration & Monitoring, Database management, Oracle Create a primary database using the backup of a standby database on 12cR2 21.02.2019 by Oracle Team The scope of this blog will be to show how to create a primary role database based on a backup of a standby database on 12cR2. Step1: We are assuming that an auxiliary instance has been created and started in(…)
Database Administration & Monitoring, Database management, Oracle New search function for Oracle database features 15.02.2019 by Oracle Team Oracle released a new way to search for database features, and it is ...
Database Administration & Monitoring, Oracle Italian Oracle User Group Tech Days 2019 30.01.2019 by Elisa Usai The Italian Oracle User Group (ITOUG) is an independent group of Oracle enthusiasts and experts which work together as volunteers to promote technical knowledge sharing in Italy.
Database Administration & Monitoring, Database management, Development & Performance, Oracle Recover a corrupted datafile in your DataGuard environment 11G/12C. 30.01.2019 by Oracle Team On a DG environment, a datafile needs to be recovered on the STANDBY site, in two situations : when is deleted or corrupted. Below, I will explain how to recover a corrupted datafile, in order to be able to(…)
Database Administration & Monitoring, Database management, Oracle Restart a failed transportable tablespace import during a cross platform incremental backup migration 30.01.2019 by Clemens Bleile I’m currently working in a project to migrate a 11g-Datawarehouse-database from Solaris to Linux Intel (Endian-change). We do use the cross platform incremental backups method as described in My Oracle Support Note 1389592.1 for that. I.e. incremental backups are(…)
Database Administration & Monitoring, Operating systems, Oracle Compile additional packages for Oracle VM Server 11.01.2019 by Oracle Team I needed a special package on my OVM Server 3.4.6. The package is called fio and is needed to do some I/O performance tests. Unfortunately, OVM Server does not provide any package for compiling software and installing additional software(…)
Database Administration & Monitoring, Oracle ODA : Free up space on local filesystems 21.12.2018 by Jérôme Dubar Introduction When you work on ODA you sometimes get struggled with local filesystem free space. ODA has terabytes of space on data disks, but local disks are still limited to a raid-1 array of 2x 480GB disks. And only few(…)
Application integration & Middleware, Oracle Understand Oracle Text at a glance 13.12.2018 by Oracle Team What is Oracle Text? Oracle Text provides indexing, word and theme searching, and viewing capabilities for text in query applications and document classification applications. Oracle text activation for a user create user ORATXT identified by oratxt ; grant ctxapp(…)