Database Administration & Monitoring 12cR2 multitenant containers in SQL_TRACE 08.11.2016 by Oracle Team By Franck Pachot . In multitenant you session can switch between containers. For example, since 12.1, a common user can switch explicitly between CDB$ROOT and any PDB with the 'ALTER SYSTEM SET CONTAINER'. Any user connected to a PDB will(…)
Database Administration & Monitoring Oracle 12cR2 multitenant: Local UNDO 08.11.2016 by Oracle Team By Franck Pachot . Pluggable Databases are supposed to be isolated, containing the whole of user data and metadata. This is the definition of dictionary separation coming with multitenant architecture: only system data and metadata are at CDB level. User(…)
Database Administration & Monitoring Oracle 12cR2 PL/SQL new feature: TNSPING from the database 08.11.2016 by Oracle Team By Franck Pachot . Database links are resolved with the server TNS_ADMIN configuration (sqlnet.ora and tnsnames.ora). You can use tnsping to check the resolution, but it supposes that you are on the server and have set the same environment(…)
Database Administration & Monitoring, Development & Performance Oracle 12cR2 : Partitioning improvements – auto-list partitioning 08.11.2016 by Joël Cattin The second release of Oracle Database 12c (12cR2) comes with new improvements regarding partitioning. In this blog post I’ll show one of them : auto-list partitioning. Auto-list partitioning is an extension of list partitioning. It enable the automatic(…)
Database Administration & Monitoring EDB Postgres Advanced Server 9.6 BETA released 08.11.2016 by Daniel Westermann Yesterday EnterpriseDB released the beta of the next version of Postgres Advanced Server. You can sign up for the beta program here and download the software here.
Database Administration & Monitoring Oracle Public Cloud: create a database from command line 07.11.2016 by Oracle Team By Franck Pachot . You love the Oracle Public Cloud with its simple Web interface? Great. But what if you want to automate a database creation from command line? Easy with the CURL and REST API.
Database Administration & Monitoring SQL Server AlwaysOn availability groups and statistic issues on secondaries 04.11.2016 by Microsoft Team I would like to share with you an interesting issue you may face while using SQL Server AlwaysOn availability groups and secondary read-only replicas. For those who use secondary read-only replicas as reporting servers, keep reading this blog post because(…)
Database Administration & Monitoring Dbvisit replicate when you flashback the target 03.11.2016 by Oracle Team By Franck Pachot . I had a quick question today about Dbvisit replicate as a solution to feed an Operational Data Store. The need is to run some end-of-month jobs on data from a specific state. The best way is(…)
Database Administration & Monitoring 12c online move datafile in same filesystem. 02.11.2016 by Oracle Team By Franck Pachot . On Linux, when you move a datafile, with "mv" within the filesystem it's just a rename. There is no copy. In 12c you can move a datafile online where oracle takes care of the move at(…)
Database Administration & Monitoring Oracle 12c – Difference between ‘%F’ #default and ‘%F’ 31.10.2016 by Oracle Team By William Sescu Do you see any differences between these two RMAN SHOW commands? RMAN> SHOW CONTROLFILE AUTOBACKUP FORMAT; RMAN configuration parameters for database with db_unique_name OCM121 are: CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default(…)