Oracle Display Data Guard configuration in SQL Developer 01.08.2017 by Oracle Team By Franck Pachot . The latest version of SQL Developer, the 17.2 one released after Q2 of 2017, has a new item in the DBA view showing the Data Guard configuration. This is the occasion to show how you can(…)
Database management, Oracle 12c Multitenant Internals: VPD for V$ views 27.06.2017 by Oracle Team By Franck Pachot . I described in an earlier post on AWR views how the dictionary views were using metadata and object links to show information from other containers. But this mechanism cannot work for fixed(…)
Database management, Oracle 12cR2 Application Containers and Foreign Keys 19.06.2017 by Oracle Team By Franck Pachot . Application Container brings a new way to share data among databases, and adds a new dimension to referential integrity. A foreign key in an application PDB can reference a row belonging to a root data link(…)
Database management 12c NSSn process for Data Guard SYNC transport 15.06.2017 by Oracle Team By Franck Pachot . In a previous post https://www.dbi-services.com/blog/dataguard-wait-events-have-changed-in-12c/ I mentioned the new processes NSA for ASYNC transport and NSS for SYNC transport. I'm answering a bit late to a comment about the number of processes:(…)
Oracle 12cR2 PDB refresh as a poor-man standby? 12.06.2017 by Oracle Team By Franck Pachot . Disclaimer My goal here is only to show that the Refreshable PDB feature works by shipping and applying redo, and then can synchronize a copy of the datafiles. I do not recommend to use it for(…)
Database management 12cR2 auditing all users with a role granted 04.06.2017 by Oracle Team By Franck Pachot . 12.1 introduced Unified Auditing where you define policies and then enable them. As with the traditional audit, you enable them for all users or for specific users. The unified auditing adds a syntax to audit all(…)
Database management New release model for JUL17 (or Oracle 17.3): RU and RUR 30.05.2017 by Oracle Team By Franck Pachot . Updated June 5th When reading about new version numbering in SQL Developer, I took the risk to change the title and guess the future version number for Oracle Database: Oracle 17.3 for(…)
Database management Which privilege for CREATE PLUGGABLE DATABASE from DB LINK? 29.05.2017 by Oracle Team By Franck Pachot . When cloning a PDB from a remote CDB you need to define a database link to be used in the CREATE PLUGGABLE DATABASE … FROM …@… command. The documentation is not completely clear about the(…)
Database management 12cR2 needs to connect with password for Cross-PDB DML 26.05.2017 by Oracle Team By Franck Pachot . In a previous post, I explained that Cross-PDB DML, executing an update/delete/insert with the CONTAINERS() clause, seems to be implemented with implicit database links. Connecting through a database link requires a password(…)
Database management, Oracle random “ORA-01017: invalid username/password” in 12cR2 16.05.2017 by Oracle Team By Franck Pachot . Since 12cR2 is out, we give our 12c new feature workshop with hands-on exercises on 12.1 and 12.2 releases. When I gave it last month, I had a small problem when doing(…)