Easy transport of SQL Tuning Sets with OEM
When you want to transport a SQL Tuning Set between production and test for example, you have to pack it into a table, then export the table, import it into the target database, and unpack the STS....
View ArticleResource Manager plan from OEM vs. command line
You are rather GUI or command line? Let’s compare what you can do with them when you want to create a Resource Manager plan, and what is missing in the GUI. I’m using EM13c here on a 12c database. Doc...
View ArticleAny reason to change the C## common user prefix?
In 12.1.0.1 the common user prefix was set to C## by an underscore parameter. In 12.1.0.2 it’s a documented parameter and you can change it. But is there any reason for that? I can think of a reason....
View ArticleConversion to Flex ASM with asmca takes 5 minutes
In 12c Oracle recommands Flex ASM. You can opt for it at Grid Infrastructure installation, but it’s very easy to convert to it later from asmca. It has to configure [grid@racp1vm1 ~]$ asmcmd...
View Article12c multitenant: Cursor sharing in CDB
In multitenant, there are two goals: consolidation within the same container database and isolation of pluggable databases. I see multitenant consolidation as an extension of schema consolidation. What...
View Article12c Multitenant internals: AWR tables and views
I received a question about multitenant. AWR tables are often raised as an example of Object Links because automatic workload repository is stored only in CDB$ROOT. However, neither the views DBA_HIST…...
View ArticleThe privileges to connect to a container
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. Privilege Analysis Rather...
View Article12c Multitenant: PDB spfile parameters for standby database
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,...
View ArticleRMAN 12c Push and Pull duplicate explained
Oracle Database 12c introduced the ‘restore from service’ where you can restore and recover by requesting backupsets from the source. With that feature, the duplicate from active can work in the...
View ArticleRAC to RON then RON to RAC and singleton service
You will probably never do it, but let’s imagine you have a RAC database, policy managed, with singleton service. Then you convert it to RAC One Node and you change you mind and convert it back to RAC....
View ArticleHow to check Multitenant Option feature usage
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...
View ArticleCloning a PDB to the Oracle Cloud Service
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 the VM. However,...
View ArticleLost in the Cloud? My Cloud vs. My Services
The Oracle Cloud has two interfaces that are very similar visually and it’s easy to get lost and don’t find what we are looking for in the menus. You see the difference: My Account on the left and My...
View ArticleCréer une base Oracle sur le Cloud en quelques clicks
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....
View ArticleFixed table automatic statistic gathering in 12c
Before 12c, the fixed stats statistics were not gathered automatically. In 12c this has changed: even when you have never gathered fixed objects statistics you can see that you have statistics for X$...
View ArticleSingle-Tenant vs. non-CDB: no reason to refuse it
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...
View ArticleTransparently externalize BLOB to BFILE
Storing documents within the database is the easiest, especially because you get them consistent with the metadata stored in the database. If you store them externally, then you need to manage their...
View ArticleA short glance at Attunity replicate
If you follow my blog, you should know that I really like Dbvisit replicate because it’s simple, robust, has good features and excellent support. But that’s not a reason to ignore other alternatives...
View ArticleI/O Performance predictability in the Cloud
You don’t need good performance only for your system. You need reliable performance. You need performance predictability. In a previous post I’ve measured physical IO performances of the Oracle Cloud...
View ArticleCan you become a PaaS provider for an Oracle Database service?
This post is not about technical limitations: Oracle Database is supported in most hypervisors (certified or not) so anybody can provide a DBaaS through a virtual machine as long as it run a supported...
View Article