{"id":18250,"date":"2022-08-03T14:29:16","date_gmt":"2022-08-03T12:29:16","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=18250"},"modified":"2023-02-05T22:14:15","modified_gmt":"2023-02-05T21:14:15","slug":"datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/","title":{"rendered":"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs"},"content":{"rendered":"\n<p>When going to 19.15. a customer hit this error when running datapatch:<\/p>\n\n\n\n<p>Unsupported named object type for bind parameter at \/u01\/app\/oracle\/product\/19.0.0.0\/dbhome1915\/sqlpatch\/sqlpatch.pm line 5849, line 4452.<\/p>\n\n\n\n<p>After anlyzing the issue it turned out to be related to what has been documented in My Oracle Support Note<br>Datapatch Failed with Error:&#8221;ORA-25153: Temporary Tablespace is Empty&#8221; (Doc ID 2285159.1)<\/p>\n\n\n\n<p>In our case we had 3 pluggable DBs, which had a temporary tablespace TEMP without temp-files. I.e. this issue may happen not only for PDB PDB$SEED as mentioned in the Note, but also for any other PDB as well.<br>To check if you are affected you may run the following statements when connected to the root container:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SQL&gt; alter session set \"_exclude_seed_cdb_view\"=FALSE;\n\nSession altered.<\/code><\/pre>\n\n\n\n<p><strong>REMARK:<\/strong> It&#8217;s important to set the parameter &#8220;_exclude_seed_cdb_view&#8221;=FALSE here, because otherwise the view cdb_temp_files would hide PDB$SEED.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SQL&gt; column file_name format a32\nSQL&gt; select pd.con_id, name, file_name\n  2  from v$pdbs pd left outer join cdb_temp_files tem on tem.con_id=pd.con_id\n  3  where file_name is null;\n\n    CON_ID NAME       FILE_NAME\n---------- ---------- ------------------------------\n         8 CRMV12\n        10 CRMV122\n        11 APP128\n<\/code><\/pre>\n\n\n\n<p>If everything would be correct above query would not return rows.<\/p>\n\n\n\n<p>So let&#8217;s check the default temporary tablespace for our PDBs:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SQL&gt; connect \/ as sysdba\nSQL&gt; select con_id, property_value \n  2  from cdb_properties\n  3  where property_name='DEFAULT_TEMP_TABLESPACE'\n  4  and con_id in (8,10,11);\n\n    CON_ID PROPERTY_VALUE\n---------- ---------------\n         8 TEMP\n        10 TEMP\n        11 TEMP\n<\/code><\/pre>\n\n\n\n<p>To fix the missing temp files just add them. E.g. for PDB CRMV12:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SQL&gt; alter session set container=CRMV12;\n\nSession altered.\n\nSQL&gt; select name from v$tempfile;\n\nno rows selected\n\nSQL&gt; alter tablespace temp add tempfile;\n\nTablespace altered.\n<\/code><\/pre>\n\n\n\n<p>REMARK: As I&#8217;m using ASM with Oracle Managed Files (OMF), I do not need to provide a file-name.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SQL&gt; select name from v$tempfile;\n\nNAME\n---------------------------------------------------------------------------------------\n+DATA\/CRM12X_011\/D6A585D8BD6226BCE05387775C0AC88B\/TEMPFILE\/temp.1622.1111235741\n<\/code><\/pre>\n\n\n\n<p>Finally just double check that everything is correct then:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SQL&gt; connect \/ as sysdba\nSQL&gt; alter session set \"_exclude_seed_cdb_view\"=FALSE;\n\nSession altered.\n\nSQL&gt; select pd.con_id, name, file_name\n  2  from v$pdbs pd left outer join cdb_temp_files tem on tem.con_id=pd.con_id\n  3  where file_name is null;\n\nno rows selected\n<\/code><\/pre>\n\n\n\n<p>Afterwards datapatch will (hopefully \ud83d\ude09 ) run through.<\/p>\n\n\n\n<p><strong>Summary:<\/strong> In Data Guard environments the Standby-DB may not have temporary files in PDBs, because with Active Data Guard (ADG) no temporary files are created on Standby when creating a PDB on Primary (with ADG other files will be copied when creating a PDB from another PDB in the CDB, but not the temporary files). If you do a switchover and then run datapatch then datapatch may fail on the new primary because of the missing temp-files. Just add the temp-files as mentioned in this Blog to fix the issue. There&#8217;s usually no need to specify a size for the temp-file as that information will be taken from the definition of the temporary tablespace (TEMP in the case above). If you have more than 1 temp-file then add files accordingly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When going to 19.15. a customer hit this error when running datapatch: Unsupported named object type for bind parameter at \/u01\/app\/oracle\/product\/19.0.0.0\/dbhome1915\/sqlpatch\/sqlpatch.pm line 5849, line 4452. After anlyzing the issue it turned out to be related to what has been documented in My Oracle Support NoteDatapatch Failed with Error:&#8221;ORA-25153: Temporary Tablespace is Empty&#8221; (Doc ID 2285159.1) [&hellip;]<\/p>\n","protected":false},"author":35,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[59],"tags":[1414,2645,2644,2646,2647],"type_dbi":[],"class_list":["post-18250","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-datapatch","tag-pdb-2","tag-temporary-files","tag-temporary-tablespace","tag-unsupported-named-object-type-for-bind-parameter"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs - 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\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs\" \/>\n<meta property=\"og:description\" content=\"When going to 19.15. a customer hit this error when running datapatch: Unsupported named object type for bind parameter at \/u01\/app\/oracle\/product\/19.0.0.0\/dbhome1915\/sqlpatch\/sqlpatch.pm line 5849, line 4452. After anlyzing the issue it turned out to be related to what has been documented in My Oracle Support NoteDatapatch Failed with Error:&#8221;ORA-25153: Temporary Tablespace is Empty&#8221; (Doc ID 2285159.1) [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-03T12:29:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-05T21:14:15+00:00\" \/>\n<meta name=\"author\" content=\"Clemens Bleile\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ifgtxD2SrQ8r!YuXj\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Clemens Bleile\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 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\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/\"},\"author\":{\"name\":\"Clemens Bleile\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ac04011f60f2e93c115358d0789c2da\"},\"headline\":\"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs\",\"datePublished\":\"2022-08-03T12:29:16+00:00\",\"dateModified\":\"2023-02-05T21:14:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/\"},\"wordCount\":359,\"commentCount\":2,\"keywords\":[\"datapatch\",\"pdb\",\"temporary files\",\"temporary tablespace\",\"Unsupported named object type for bind parameter\"],\"articleSection\":[\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/\",\"name\":\"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2022-08-03T12:29:16+00:00\",\"dateModified\":\"2023-02-05T21:14:15+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ac04011f60f2e93c115358d0789c2da\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs\"}]},{\"@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\\\/0ac04011f60f2e93c115358d0789c2da\",\"name\":\"Clemens Bleile\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"caption\":\"Clemens Bleile\"},\"description\":\"Clemens Bleile has more than 30 years of IT experience, thirteen in Oracle Support and fifteen in Oracle Consulting. He is specialized in Oracle Database Performance Tuning (SQL Tuning, DB Tuning) and developing an Oracle DB IT architecture (highly available, low-maintenance, cost efficient storage of data). He is an expert in problem analysis and resolution. Prior to joining dbi services, Clemens Bleile was Manager of the EMEA Database Performance team at the Oracle Global Customer Support Services. Clemens Bleile is Oracle Certified Professional 11g, 12c and Oracle Certified Expert for Performance Management and Tuning and holds a Master Degree, Business Information Systems from the Fachhochschule Furtwangen, Germany.\",\"sameAs\":[\"https:\\\/\\\/www.dbi-services.com\",\"https:\\\/\\\/x.com\\\/ifgtxD2SrQ8r!YuXj\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/clemens-bleile\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs - 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\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/","og_locale":"en_US","og_type":"article","og_title":"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs","og_description":"When going to 19.15. a customer hit this error when running datapatch: Unsupported named object type for bind parameter at \/u01\/app\/oracle\/product\/19.0.0.0\/dbhome1915\/sqlpatch\/sqlpatch.pm line 5849, line 4452. After anlyzing the issue it turned out to be related to what has been documented in My Oracle Support NoteDatapatch Failed with Error:&#8221;ORA-25153: Temporary Tablespace is Empty&#8221; (Doc ID 2285159.1) [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/","og_site_name":"dbi Blog","article_published_time":"2022-08-03T12:29:16+00:00","article_modified_time":"2023-02-05T21:14:15+00:00","author":"Clemens Bleile","twitter_card":"summary_large_image","twitter_creator":"@ifgtxD2SrQ8r!YuXj","twitter_misc":{"Written by":"Clemens Bleile","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/"},"author":{"name":"Clemens Bleile","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da"},"headline":"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs","datePublished":"2022-08-03T12:29:16+00:00","dateModified":"2023-02-05T21:14:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/"},"wordCount":359,"commentCount":2,"keywords":["datapatch","pdb","temporary files","temporary tablespace","Unsupported named object type for bind parameter"],"articleSection":["Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/","url":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/","name":"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2022-08-03T12:29:16+00:00","dateModified":"2023-02-05T21:14:15+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/datapatch-fails-when-running-against-an-oracle-container-database-because-of-missing-temp-files-in-pdbs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"datapatch fails when running against an Oracle Container Database because of missing temp files in PDBs"}]},{"@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\/0ac04011f60f2e93c115358d0789c2da","name":"Clemens Bleile","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","caption":"Clemens Bleile"},"description":"Clemens Bleile has more than 30 years of IT experience, thirteen in Oracle Support and fifteen in Oracle Consulting. He is specialized in Oracle Database Performance Tuning (SQL Tuning, DB Tuning) and developing an Oracle DB IT architecture (highly available, low-maintenance, cost efficient storage of data). He is an expert in problem analysis and resolution. Prior to joining dbi services, Clemens Bleile was Manager of the EMEA Database Performance team at the Oracle Global Customer Support Services. Clemens Bleile is Oracle Certified Professional 11g, 12c and Oracle Certified Expert for Performance Management and Tuning and holds a Master Degree, Business Information Systems from the Fachhochschule Furtwangen, Germany.","sameAs":["https:\/\/www.dbi-services.com","https:\/\/x.com\/ifgtxD2SrQ8r!YuXj"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/clemens-bleile\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18250","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\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=18250"}],"version-history":[{"count":1,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18250\/revisions"}],"predecessor-version":[{"id":18251,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18250\/revisions\/18251"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=18250"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=18250"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=18250"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=18250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}