Database Administration & Monitoring, Database management, Oracle Oracle 21C Security : diagnostics_control and enable diagnostics 12.01.2022 by Oracle Team By Mouhamadou Diaw Some debug-events and debug-actions are not safe and should be exposed to users with caution. In previous releases, privilege control for the usage of these diagnostics was not sufficient. With Oracle 21c, regular users can be blocked(…)
Database Administration & Monitoring Parallelize your Oracle INSERT with DBMS_PARALLEL_EXECUTE 29.12.2021 by Oracle Team One of the challenge of all PL/SQL developers is to simulate the Production activity in a Non Prod. environment like for example different Insert executed by several sessions. Different tools exist like Oracle RAT (Real Application Testing) but under license(…)
Database Administration & Monitoring log4shell: Determine affection, mitigate, example: Oracle Unified Directory 17.12.2021 by Oracle Team This post is about two security vulnerabilities reported on log4j 2.x framework: CVE-2021-44228, with a base score 10 (of 10 max.) in CVSS version 3.1 risk, and CVE-2021-45046, base scored 9. I will list some ways to determine affection, how(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Dbvisit 10 on Oracle Database Appliance 22.11.2021 by Oracle Team By Mouhamadou Diaw Dbvisit Standby can also be installed on Oracle Database Appliance (ODA). The installation is the same that on any other Linux box. I did an install of Dbvist 10 on an ODA 19.12 for a customer and(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Install Enterprise Manager 13c R5: Check the db edition Failed 17.11.2021 by Oracle Team By Mouhamadou Diaw A few days ago, I was setting an Enterprise Manager 13c R5 for a client. The configuration used is the following -The EM binaries are installed in a separate server than the database -The database(…)
Database Administration & Monitoring Improve Oracle Insert Performance with BULKCOLLECT and FORALL 17.11.2021 by Oracle Team As specified by Steven Feuerstein into the Oracle Blog Website the bulk processing features of PL/SQL are designed specifically to reduce the number of context switches required to communicate from the PL/SQL engine to the SQL engine. Using BULK(…)
Database Administration & Monitoring DataPump and the Transform option – Not very well known, but it can be useful 17.11.2021 by Oracle Team I work with Oracle Databases and Datapump for more than 10 years but still I find some datapump options that I did know and in some cases can be very helpful. For a customer we did a migration of(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle, SQL Server Configuring ODBC : SQLServer Access From Oracle 02.11.2021 by Oracle Team By Mouhamadou Diaw Sometimes you need to access to your SQLServer from your Oracle database. There is many ways and tools to do this. In this blog I am describing how to perform this task using ODBC. The configuration(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Oracle Database Appliance KVM Virtual Instance on ODA 19.12 29.10.2021 by Oracle Team By Mouhamadou Diaw KVM virtualization uses a kernel-based virtual machine (KVM) to create a virtualized environment for your Linux applications.In this blog I want to share some tasks I did at a client. The client is using ODA 19.12.
Database Administration & Monitoring, Database management, Operating systems, Oracle Oracle Database Appliance 19.12 Deployment 28.10.2021 by Oracle Team By Mouhamadou Diaw In this blog I am describing the deployment of an ODA with the version 19.12 Following patches will be needed -Patch 30403643: Oracle Database Appliance ISO Image -Patch 30403673: Oracle Database Appliance Grid Infrastructure Clone(…)