Oracle ODA 19.11.: ORACLE_HOMEs on ACFS 04.08.2021 by Clemens Bleile Introduction Beginning with Oracle Database Appliance (ODA) 19.11. the ORACLE_BASE and ORACLE_HOMEs are created on ACFS. That’s good news, because there is much more space on ASM than on the internal disks, i.e. no space issues with /u01 anymore. So(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Deploying a KVM-based virtualized X8-2M ODA 03.08.2021 by Jérôme Dubar Introduction Until now, High-Availability (HA) ODAs could have been deployed either in bare metal or in virtualized mode. Virtualized mode means that instead of installing a classic Linux system on the nodes, an OVM hypervisor (based on Xen) was deployed.
Application integration & Middleware, Enterprise content management Alfresco – ActiveMQ not starting, blocking Alfresco 31.07.2021 by Morgan Patou As already mentioned in a previous blog, ActiveMQ has been used in the scope of Alfresco since quite some time. Initially, as an optional component but then, it became mandatory. Just like for the Database, if ActiveMQ(…)
DevOps JENKINS – some ways to restart manually Jenkins services 30.07.2021 by Middleware Team Hi Team, Depending on your actions performed on your master,sometimes Jenkins needs to be restarted,for that,we have many alternatives,it is not supposed to be a tough task but it can be helpful to know how to do that…..So let’s see(…)
Database Administration & Monitoring SQL Server: “Cannot resolve the collation conflict” in a Stored Procedure 30.07.2021 by Stéphane Haby This week I have a new little challenge by a customer. By executing a “standard” stored procedure, I have the error: Msg 468, Level 16, State 9, Procedure Get_logsessions, Line 56 [Batch Start Line 119] Cannot(…)
Database Administration & Monitoring SQL Server SCOM database: A lot of errors 777970008 in the errorlog file 23.07.2021 by Stéphane Haby Few weeks ago, during a audit, I have a lot of error 777970008 in the errorlog file from the SCOM instance. All 5 minutes, we had 4 lines more in the ErrorLog and the file growth a lot.
Oracle oracle update-dcscomponents failure during ODA patching to 19.11 21.07.2021 by Marc Wagner You might know that since ODA 19.10, the ODA metadata database is now stored in a MySQL database and not in the apache derby database any more. During a patching to 19.10 or 19.11 from a release earlier than 19.10,(…)
Oracle odabr tool : how to resolve efi device backup failure? 21.07.2021 by Marc Wagner During all my ODA projects where I need to perform patching operation, I'm using odabr tool. This tool is really easy to use and well designed. It offers the possibility to create snapshot on the /, /u01 and /opt LVM(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Manage ODA patching with Data Guard or Dbvisit Standby 19.07.2021 by Jérôme Dubar Introduction Building an Oracle infrastructure today without thinking about a Disaster Recovery solution (DR) is quite rare. This became obvious that a backup or a dump will not help if you do not know where to restore or import once(…)
Oracle Creating an Oracle Snapshot Copy PDB on top of ASM 16.07.2021 by Clemens Bleile Creating a snapshopt copy Pluggable Database (PDB) on top of Automatic Storage Management (ASM) is not possible, because you need to have a filesystem which supports sparse files. According the following MOS-Note sparse files are supported on Automatic Storage Management(…)