{"id":11460,"date":"2018-07-20T09:50:06","date_gmt":"2018-07-20T07:50:06","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/"},"modified":"2018-07-20T09:50:06","modified_gmt":"2018-07-20T07:50:06","slug":"new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/","title":{"rendered":"New features and known issues with RMAN tool on Oracle database 12.1.0.2"},"content":{"rendered":"<p>Oracle Database 12c has new enhancements and additions in Recovery Manager (RMAN).<br \/>\nThe RMAN tool continues to enhance and extend the reliability, efficiency, and availability of Oracle Database Backup and Recovery.<br \/>\nBelow, I will mention couple of new features for the RMAN duplicate command, but also how to avoid issues that can happen on the creation of the temporary files.<\/p>\n<p><strong>FEATURES<\/strong>:<\/p>\n<p>&lt;INFO&gt;Using BACKUPSET clause :<\/p>\n<p>In previous releases, active duplicates were performed using implicit image copy backups, transferred directly to the destination server. From 12.1 it is also possible to perform active duplicates using backup sets by including the USING BACKUPSET clause.<br \/>\nCompared to the other method (image copy backups), the unused block compression associated with a backup set reduces the amount of the data pulled across the network.<\/p>\n<p>&lt;INFO&gt;Using SECTION SIZE clause:<\/p>\n<p>The section size clause takes into account the parallel degree and the size of the datafile that will be used.<br \/>\nIn my case I have configured the parallel degree to 6:<\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">RMAN&gt; CONFIGURE DEVICE TYPE DISK PARALLELISM 6 BACKUP TYPE TO BACKUPSET;\n\nnew RMAN configuration parameters:\nCONFIGURE DEVICE TYPE DISK PARALLELISM 6 BACKUP TYPE TO BACKUPSET;\nnew RMAN configuration parameters are successfully stored\n\nStarting restore at 19-JUL-2018 14:11:06\nusing channel ORA_AUX_DISK_1\nusing channel ORA_AUX_DISK_2\nusing channel ORA_AUX_DISK_3\nusing channel ORA_AUX_DISK_4\nusing channel ORA_AUX_DISK_5\nusing channel ORA_AUX_DISK_6<\/pre>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">channel ORA_AUX_DISK_3: using network backup set from service PROD2_SITE1\nchannel ORA_AUX_DISK_3: specifying datafile(s) to restore from backup set\nchannel ORA_AUX_DISK_3: restoring datafile 00005 to \/u02\/oradata\/PROD\/data.dbf\nchannel ORA_AUX_DISK_3: restoring section 2 of 7\n\n------\nchannel ORA_AUX_DISK_2: starting datafile backup set restore\nchannel ORA_AUX_DISK_2: using network backup set from service PROD2_SITE1\nchannel ORA_AUX_DISK_2: specifying datafile(s) to restore from backup set\nchannel ORA_AUX_DISK_2: restoring datafile 00005 to \/u02\/oradata\/PROD\/data.dbf\nchannel ORA_AUX_DISK_2: restoring section 7 of 7<\/pre>\n<p>&nbsp;<\/p>\n<p>&lt;INFO&gt;The 2 clauses &#8220;USING BACKUPSET&#8221; and &#8220;SECTION SIZE&#8221; cannot be used without &#8220;ACTIVE DATABASE&#8221; and can be integrated successfully into the standby creation :<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">oracle@dbisrv01:\/home\/oracle\/ [PROD2] rman target sys\/password@PROD2_SITE1 auxiliary sys\/password@PROD2_SITE2\n\nRecovery Manager: Release 12.1.0.2.0 - Production on Sun Jul 22 13:17:14 2018\n\nCopyright (c) 1982, 2014, Oracle and\/or its affiliates.  All rights reserved.\n\nconnected to target database: PROD2 (DBID=1633730013)\nconnected to auxiliary database: PROD2 (not mounted)\n\nRMAN&gt; duplicate target database for standby from active database using backupset section size 500m nofilenamecheck;<\/pre>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">Starting Duplicate Db at 22-JUL-2018 13:17:21\nusing target database control file instead of recovery catalog\nallocated channel: ORA_AUX_DISK_1\nchannel ORA_AUX_DISK_1: SID=249 device type=DISK\nallocated channel: ORA_AUX_DISK_2\nchannel ORA_AUX_DISK_2: SID=13 device type=DISK\nallocated channel: ORA_AUX_DISK_3\nchannel ORA_AUX_DISK_3: SID=250 device type=DISK\nallocated channel: ORA_AUX_DISK_4\nchannel ORA_AUX_DISK_4: SID=14 device type=DISK\nallocated channel: ORA_AUX_DISK_5\nchannel ORA_AUX_DISK_5: SID=251 device type=DISK\nallocated channel: ORA_AUX_DISK_6\nchannel ORA_AUX_DISK_6: SID=15 device type=DISK\n\ncontents of Memory Script:\n{\n   backup as copy reuse\n   targetfile  '\/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/dbs\/orapwPROD2' auxiliary format\n '\/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/dbs\/orapwPROD2'   ;\n}\nexecuting Memory Script\n----------------------------\nexecuting Memory Script\n\ndatafile 1 switched to datafile copy\ninput datafile copy RECID=1 STAMP=982156757 file name=\/u02\/oradata\/PROD2\/system01.dbf\ndatafile 3 switched to datafile copy\ninput datafile copy RECID=2 STAMP=982156757 file name=\/u02\/oradata\/PROD2\/sysaux01.dbf\ndatafile 4 switched to datafile copy\ninput datafile copy RECID=3 STAMP=982156757 file name=\/u02\/oradata\/PROD2\/undotbs01.dbf\ndatafile 5 switched to datafile copy\ninput datafile copy RECID=4 STAMP=982156757 file name=\/u02\/oradata\/PROD2\/data.dbf\ndatafile 6 switched to datafile copy\ninput datafile copy RECID=5 STAMP=982156757 file name=\/u02\/oradata\/PROD2\/users01.dbf\nFinished Duplicate Db at 22-JUL-2018 13:19:21\n\nRMAN&gt; exit<\/pre>\n<p>&lt;INFO&gt;Check the status of the PRIMARY &amp; STANDBY database<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">SQL&gt; select name,db_unique_name,database_role from v$database;\n\nNAME      DB_UNIQUE_NAME                 DATABASE_ROLE\n--------- ------------------------------ ----------------\nPROD2     PROD2_SITE1                    PRIMARY\n\n\nSQL&gt; select name,db_unique_name,database_role from v$database;\n\nNAME      DB_UNIQUE_NAME                 DATABASE_ROLE\n--------- ------------------------------ ----------------\nPROD2     PROD2_SITE2                    PHYSICAL STANDBY<\/pre>\n<p><strong>ISSUES<\/strong> :<br \/>\n&lt;WARN&gt;Duplicating on 12cR1, creation of the temp files is not handled correctly.<br \/>\nDuplicating from active or from backup, using Oracle 12cR1, you can run into some issues with the temporary files.<\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">oracle@dbisrv02:\/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/dbs\/ [PROD] rman target sys\/pwd00@&lt;TNS_NAME_TARGET&gt; auxiliary sys\/pwd00@&lt;TNS_NAME_AUXILIARY&gt; \nRecovery Manager: Release 12.1.0.2.0 - Production on Thu Jul 19 13:31:20 2018\n\nCopyright (c) 1982, 2014, Oracle and\/or its affiliates.  All rights reserved.\n\nconnected to target database: &lt;TNS_NAME_TARGET&gt; (DBID=xxxxxxxxxx)\nconnected to auxiliary database: &lt;TNS_NAME_AUXILIARY&gt; (not mounted)\n\nduplicate target database to &lt;TNS_NAME_AUXILIARY&gt; from active database using backupset section size 500m;\n\n----------------------------------------\ncontents of Memory Script:\n{\n   Alter clone database open resetlogs;\n}\nexecuting Memory Script\n\ndatabase opened\nFinished Duplicate Db at 19-JUL-2018 14:26:09\n<\/pre>\n<p>&lt;INFO&gt;Querying the v$tempfile will not reveal any error<\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">SQL&gt; select file#,name,status from v$tempfile;\n\n     FILE# NAME                           STATUS\n---------- ------------------------------ -------\n         1 \/u02\/oradata\/&lt;AUXILIARY&gt;\/temp01.dbf   ONLINE<\/pre>\n<p>&lt;INFO&gt;But querying the dba_temp_files, or run some transactions against your database that need usage of the temporary tablespace, you will got :<\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">SQL&gt; select * from dba_temp_files;\nselect * from dba_temp_files\n              *\nERROR at line 1:\nORA-01187: cannot read from file  because it failed verification tests\nORA-01110: data file 201: '\/u02\/oradata\/&lt;AUXILIARY&gt;\/temp01.dbf'<\/pre>\n<p><strong>Solution1 <\/strong>: Drop and recreate your temporary tablespace(s) manually. Could be difficult if you have several of them, OR<br \/>\n<strong>Solution2<\/strong> : Drop temp files from your &lt;to_be_cloned_DB&gt;, on the OS side, before launching the duplicate. For more details you can consult this note from MOS :\u00a0 <strong>2250889.1<\/strong><\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">SQL&gt; col TABLESPACE_NAME format a50;\nSQL&gt; col file_name format a50;\nSQL&gt; select file_name,TABLESPACE_NAME from dba_temp_files;\n\nFILE_NAME                                          TABLESPACE_NAME\n-------------------------------------------------- --------------------------------------------------\n\/u02\/oradata\/&lt;AUXILIARY&gt;\/temp01.dbf                       TEMP\n\nSQL&gt;startup nomount;\n\nrm -rf \/u02\/oradata\/&lt;AUXILIARY&gt;\/temp01.dbf<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">oracle@dbisrv02:\/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/dbs\/ [PROD] rman target sys\/pwd00@&lt;TNS_NAME_TARGET&gt; auxiliary sys\/pwd00@&lt;TNS_NAME_AUXILIARY&gt; \nRecovery Manager: Release 12.1.0.2.0 - Production on Thu Jul 19 13:31:20 2018\n\nCopyright (c) 1982, 2014, Oracle and\/or its affiliates.  All rights reserved.\n\nconnected to target database: &lt;TNS_NAME_TARGET&gt; (DBID=xxxxxxxxxx)\nconnected to auxiliary database: &lt;TNS_NAME_AUXILIARY&gt; (not mounted)\n\nduplicate target database to &lt;TNS_NAME_AUXILIARY&gt; from active database using backupset section size 500m;<\/pre>\n<p>At then end of the duplicate action, you should be able to use the database without any action performed against temp files :<\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">SQL&gt; select file#,name,status from v$tempfile;\n\n     FILE# NAME                           STATUS\n---------- ------------------------------ -------\n         1 \/u02\/oradata\/&lt;AUXILIARY&gt;\/temp01.dbf   ONLINE<\/pre>\n<p>Additionally, if you are running your auxiliary DB using the Oracle Grid Infra, you need to remove it from Grid during your actions and add again once you finished.<\/p>\n<pre class=\"brush: sql; gutter: true; first-line: 1\">SQL&gt; alter system set db_unique_name='PROD_SITE2' scope=spfile;\nalter system set db_unique_name='PROD_SITE2' scope=spfile\n*\nERROR at line 1:\nORA-32017: failure in updating SPFILE\nORA-65500: could not modify DB_UNIQUE_NAME, resource exists\n\n--remove from GRID\n[grid@dbisrv02 ~]$ srvctl stop database -d PROD\n[grid@dbisrv02 ~]$ srvctl remove database -d PROD\nRemove the database PROD? (y\/[n]) Y\n\nSQL&gt; startup\nORACLE instance started.\n\nTotal System Global Area  788529152 bytes\nFixed Size                  2929352 bytes\nVariable Size             314576184 bytes\nDatabase Buffers          465567744 bytes\nRedo Buffers                5455872 bytes\nDatabase mounted.\nDatabase opened.\n\nSQL&gt; alter system set db_unique_name='PROD_SITE2' scope=spfile;\n\nSystem altered.<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Oracle Database 12c has new enhancements and additions in Recovery Manager (RMAN). The RMAN tool continues to enhance and extend the reliability, efficiency, and availability of Oracle Database Backup and Recovery. Below, I will mention couple of new features for the RMAN duplicate command, but also how to avoid issues that can happen on the [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,59],"tags":[280,23,209,44],"type_dbi":[],"class_list":["post-11460","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-oracle","tag-database","tag-dba","tag-oracle-12c","tag-troubleshooting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>New features and known issues with RMAN tool on Oracle database 12.1.0.2 - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New features and known issues with RMAN tool on Oracle database 12.1.0.2\" \/>\n<meta property=\"og:description\" content=\"Oracle Database 12c has new enhancements and additions in Recovery Manager (RMAN). The RMAN tool continues to enhance and extend the reliability, efficiency, and availability of Oracle Database Backup and Recovery. Below, I will mention couple of new features for the RMAN duplicate command, but also how to avoid issues that can happen on the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-20T07:50:06+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"New features and known issues with RMAN tool on Oracle database 12.1.0.2\",\"datePublished\":\"2018-07-20T07:50:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/\"},\"wordCount\":390,\"commentCount\":0,\"keywords\":[\"database\",\"DBA\",\"Oracle 12c\",\"Troubleshooting\"],\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/\",\"name\":\"New features and known issues with RMAN tool on Oracle database 12.1.0.2 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2018-07-20T07:50:06+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New features and known issues with RMAN tool on Oracle database 12.1.0.2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"New features and known issues with RMAN tool on Oracle database 12.1.0.2 - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/","og_locale":"en_US","og_type":"article","og_title":"New features and known issues with RMAN tool on Oracle database 12.1.0.2","og_description":"Oracle Database 12c has new enhancements and additions in Recovery Manager (RMAN). The RMAN tool continues to enhance and extend the reliability, efficiency, and availability of Oracle Database Backup and Recovery. Below, I will mention couple of new features for the RMAN duplicate command, but also how to avoid issues that can happen on the [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/","og_site_name":"dbi Blog","article_published_time":"2018-07-20T07:50:06+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"New features and known issues with RMAN tool on Oracle database 12.1.0.2","datePublished":"2018-07-20T07:50:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/"},"wordCount":390,"commentCount":0,"keywords":["database","DBA","Oracle 12c","Troubleshooting"],"articleSection":["Database Administration &amp; Monitoring","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/","url":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/","name":"New features and known issues with RMAN tool on Oracle database 12.1.0.2 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2018-07-20T07:50:06+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/new-features-and-known-issues-with-rman-tool-on-oracle-database-12-1-0-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"New features and known issues with RMAN tool on Oracle database 12.1.0.2"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/11460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=11460"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/11460\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=11460"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=11460"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=11460"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=11460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}