Database Administration & Monitoring Question is: upgrade now to 12.1.0.2 or wait for 12.2 ? 23.06.2016 by Oracle Team By Franck Pachot . Let's look at Release Schedule of Current Database Releases (Doc ID 742060.1) 12.2.0.1 is planned for 2HCY2016 on platforms Linux x86-64, Oracle Solaris SPARC (64-bit), Oracle Solaris x86-64 (64-bit). 2HCY2016 starts next(…)
Database Administration & Monitoring ODA X6-2S and ODA X6-2M for EE and SE2 21.06.2016 by Oracle Team By Franck Pachot . After the announcement of the death of SE1 and SE we wondered what Oracle will do for Small and Medium Enterprises and entry level products. The answer was postgres the Oracle Cloud Services, but that's for(…)
Database Administration & Monitoring DB_FLASHBACK_RETENTION_TARGET may hang your database 26.05.2016 by Oracle Team By Franck Pachot . DB_FLASHBACK_RETENTION_TARGET is set to keep enough flashback logs to be able to flashback database within the specified retention window. But it's supposed to be a target only, meaning that on space pressure some files can be(…)
Database Administration & Monitoring Multitenant dictionary: what is stored only in CDB$ROOT? 17.05.2016 by Oracle Team By Franck Pachot . Multitenant architecture is about dictionary separation. The idea is that all system metadata is stored only in CDB$ROOT so that space and upgrade time are optimized. Is it entirely true? let's count the rows in the(…)
Database Administration & Monitoring Single-Tenant vs. non-CDB: no reason to refuse it 09.04.2016 by Oracle Team By Franck Pachot . When non-CDB has been declared deprecated, I was a bit upset because multitenant with a lone PDB just looks like an overhead of 3 containers instead of one. But with experience I changed my mind. First(…)
Database Administration & Monitoring Créer une base Oracle sur le Cloud en quelques clicks 03.04.2016 by Oracle Team By Franck Pachot . Il n'a jamais été aussi facile de créer une base Oracle. Et ceci grâce au Database as a Service (DBaaS). C'est l'occasion de tester le cloud: Oracle Cloud Service offre une version d'essai de un mois.
Database Administration & Monitoring Cloning a PDB to the Oracle Cloud Service 30.03.2016 by Oracle Team By Franck Pachot . When you create a DBaaS on the Oracle Cloud Service you have only one way to access to your database: ssh with the public rsa key you provide. Then you can open some ports to access(…)
Database Administration & Monitoring How to check Multitenant Option feature usage 27.03.2016 by Oracle Team By Franck Pachot . Matching the Feature Usage Statistics to licensed options is not always easy. And once a feature usage is recorded, it is usually stored definitively. Let's see how the multitenant option is recorded there.
Database Administration & Monitoring 12c Multitenant: PDB spfile parameters for standby database 16.03.2016 by Oracle Team By Franck Pachot . In multitenant, the spfile parameters at pluggable database level are not stored in the spfile but in the CDB$ROOT table SYS.PDB_SPFILE$ If you open the standby database in read only for reporting, which is one reason(…)
Database Administration & Monitoring The privileges to connect to a container 16.03.2016 by Oracle Team By Franck Pachot . In Multitenant, there are two ways to connect to a pluggable database. This means that if you want to prevent access to a pluggable database you need to revoke two privileges.