Database Administration & Monitoring, Database management, Oracle Character Sets and Oracle 21c PDBs : How It Works 10.02.2022 by Oracle Team By Mouhamadou Diaw When creating a database in a multitenant environment we must understand how character set works for CDB and PDBS. In Oracle documentation we can find following lines -When the character set of(…)
Database Administration & Monitoring, Database management, Enterprise content management, Oracle Oracle 21c: Blockchain Tables 11.01.2021 by Oracle Team Oracle Blockchain Tables With Oracle Database 20c/21c the new feature Oracle Blockchain Tables has been introduced. Blockchain Tables enable Oracle Database users to create tamper-resistant data management without distributing a ledger across multiple parties. Database security can be improved by(…)
Database Administration & Monitoring, Database management, Oracle Upgrade to Oracle 19c – performance issue 15.10.2020 by Oracle Team In this blog I want to introduce you to a workaround for a performance issue which randomly appeared during the upgrades of several Oracle 12c databases to 19c I performed for a financial services provider. During the upgrades we ran(…)
Oracle Oracle ACFS: “du” vs. “df” and “acfsutil info” 03.07.2020 by Oracle Team By Franck Pachot . This is a demo about Oracle ACFS snapshots, and how to understand the used and free space, as displayed by “df”, when there are modifications in the base parent or the snapshot children. The important(…)
Oracle, PostgreSQL Some myths about PostgreSQL vs. Oracle 24.06.2020 by Open source Team By Franck Pachot . I originally wrote this as a comment on the following post that you may find on internet: https://www.2ndquadrant.com/en/blog/oracle-to-postgresql-reasons-to-migrate/ but my comment was not published (many links in it… I(…)
AWS, Cloud, Database Administration & Monitoring, Oracle What is a serverless database? 05.06.2020 by Oracle Team By Franck Pachot . After reading the https://cloudwars.co/oracle/oracle-deal-8×8-larry-ellison-picks-amazons-pocket-again/ paper, I am writing some thoughts about how a database can be serverless and elastic. Of course, a database needs a server to process its data. Serverless(…)
Cloud, Oracle Oracle disables your multitenant option when you run on EC2 26.03.2020 by Oracle Team I have installed Oracle 19.6 on an EC2 for our Multitenant Workshop training. And of course, during the workshop we create a lot of PDBs. If you don't have paid for the Enterprise Edition plus the(…)
Database Administration & Monitoring, Oracle Oracle 19c : Point-In-Time Recovery in a PDB 20.09.2019 by Oracle Team By Mouhamadou Diaw Point-In-Time Recovery is also possible in a multitenant environment. As in Non-CDB, a recovery catalog can be used or not. In this blog we will see how to recover a dropped tablespace in a PDB. We will(…)
Cloud, Oracle ATP vs ADW – the Autonomous Database lockdown profiles 09.08.2018 by Oracle Team By Franck Pachot . The Oracle database has always distinguished two types of workloads: transactional (OLTP) and datawarehouse (VLDB, DWH, DSS, BI, analytics). There is the same idea in the managed Oracle Cloud with two autonomous database services.
Oracle 18c: No Active Data Guard required (and detected) when only CDB$ROOT and PDB$SEED are opened in read-only 24.06.2018 by Oracle Team By Franck Pachot . When you clone a PDB on the primary CDB, you want that the same is automatically done on the standby ones. Unfortunately, for this operation, the CDB must be opened read-only. In 12.1 even the PDB(…)