<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle database extension for CDB/PDB in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/279803#M6552</link>
    <description>&lt;P&gt;Hi Anne,&lt;/P&gt;&lt;P&gt;If you are sure that you ran&amp;nbsp;&lt;/P&gt;&lt;P&gt;alter user &amp;lt;your_username&amp;gt; set container_data=all container = current;&lt;/P&gt;&lt;P&gt;for the monitoring user you have configured, double check that when you run the query that Peter mentions above&amp;nbsp;you see all the PDBs (you should run it &lt;STRONG&gt;as the user you configured in Dynatrace&lt;/STRONG&gt;, using the same connection details as the ones configured in Dynatrace). As mentioned, this is the query the extension runs to discover the PDBs.&lt;/P&gt;&lt;P&gt;If this shows all PDBs but you don't see them in Dynatrace, please open a support ticket and we'll help you out&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jun 2025 07:03:22 GMT</pubDate>
    <dc:creator>TomásSeroteRoos</dc:creator>
    <dc:date>2025-06-19T07:03:22Z</dc:date>
    <item>
      <title>Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257598#M5242</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;The Oracle database extension page is mention "&lt;SPAN&gt;While the extension supports connecting directly to a Pluggable Database (PDB), our recommended approach is to connect your monitoring configuration to the Container Database (CDB) and &lt;STRONG&gt;allow the extension to discover all PDBs automatically.&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, where or how can I enable this automatic discovery? During the endpoint configuration, I did not see any option for this.&lt;/P&gt;&lt;P&gt;An Oracle-level user was created with all permissions granted according to the documentation, and it can connect to the CDB, but the PDBs are never listed unless I manually add them as new endpoints.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 15:20:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257598#M5242</guid>
      <dc:creator>suhanbongo</dc:creator>
      <dc:date>2024-09-30T15:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257651#M5245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/65925"&gt;@suhanbongo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the config, can you please check if you have the&amp;nbsp;multitenancy feature set enabled?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/oraclesql-monitoring#multitenancy" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/oraclesql-monitoring#multitenancy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 01:29:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257651#M5245</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-10-01T01:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257667#M5246</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, it does. In fact, all of the available features are enabled&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 06:47:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257667#M5246</guid>
      <dc:creator>suhanbongo</dc:creator>
      <dc:date>2024-10-01T06:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257749#M5251</link>
      <description>&lt;P&gt;In that case I would review the roles granted to the&amp;nbsp;user account used for monitoring and SELECT permissions on views ,&amp;nbsp; specifically the below&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;The monitoring account may need explicit permission over PDBs. For example, you can use this statement:

alter user &amp;lt;your_username&amp;gt; set container_data=all for sys.v_$pdbs container = current;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 21:30:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257749#M5251</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-10-01T21:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257790#M5253</link>
      <description>&lt;P&gt;This is also configured and confirmed by the Oracle administrators.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 09:40:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257790#M5253</guid>
      <dc:creator>suhanbongo</dc:creator>
      <dc:date>2024-10-02T09:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257953#M5257</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/65925"&gt;@suhanbongo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We are working on updating the permission documentation as we realize they are not very clear at the moment. As a workaround for now, could you run&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;alter user &amp;lt;your_username&amp;gt; set container_data=all container = current;&lt;/LI-CODE&gt;&lt;P&gt;and see if that works? So similar to the command &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt; provided above, but without the specific view name&lt;/P&gt;&lt;P&gt;After running the alter statement, you can also try running the following query from the CDB when logged in as the monitoring user&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          SELECT 
                CONT.NAME,
                CAST(CONT.OPEN_TIME AS DATE) AS OPEN_TIME_CASTED,
                CONT.OPEN_MODE,
                CONT.RESTRICTED,
                INST.INSTANCE_NAME,
                CDB.CDB_NAME
            FROM
                GV$CONTAINERS CONT
                JOIN GV$INSTANCE INST ON INST.INST_ID = CONT.INST_ID
                CROSS JOIN (SELECT sys_context('USERENV', 'CDB_NAME') as CDB_NAME FROM DUAL) CDB&lt;/LI-CODE&gt;&lt;P&gt;This is the query we use to detect PDBs, so if it returns all the PDBs, auto-detection should work.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 09:18:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257953#M5257</guid>
      <dc:creator>TomásSeroteRoos</dc:creator>
      <dc:date>2024-10-03T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257998#M5263</link>
      <description>&lt;P&gt;Thank you, that solved the issue&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 13:25:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/257998#M5263</guid>
      <dc:creator>suhanbongo</dc:creator>
      <dc:date>2024-10-03T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/258228#M5273</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/65925"&gt;@suhanbongo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First of all you should share the official&amp;nbsp;&lt;A href="https://www.dynatrace.com/hub/detail/oracle-database/?query=oracle+database&amp;amp;filter=all" target="_self"&gt;Oracle DB Monitoring requirements through extension&lt;/A&gt;&amp;nbsp;with Oracle team.&lt;/LI&gt;&lt;LI&gt;Ensure communication is conducted properly between the AGs and Oracle DBs on Port 1521 or the custom port by the customer.&lt;/LI&gt;&lt;LI&gt;Ensure the below commands are properly configured on all Oracle instances to fetch PDBs automatically after configuring CDBs&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;SELECT&lt;BR /&gt;                CONT.NAME,&lt;BR /&gt;                CAST(CONT.OPEN_TIME AS DATE) AS OPEN_TIME_CASTED,&lt;BR /&gt;                CONT.OPEN_MODE,&lt;BR /&gt;                CONT.RESTRICTED,&lt;BR /&gt;                INST.INSTANCE_NAME,&lt;BR /&gt;                CDB.CDB_NAME&lt;BR /&gt;            FROM&lt;BR /&gt;                GV$CONTAINERS CONT&lt;BR /&gt;                JOIN GV$INSTANCE INST ON INST.INST_ID = CONT.INST_ID&lt;BR /&gt;                CROSS JOIN (SELECT sys_context('USERENV', 'CDB_NAME') as CDB_NAME FROM DUAL) CDB&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;alter user &amp;lt;username&amp;gt; set container_data=all for sys.gv_$containers container=current;&lt;/LI&gt;&lt;LI&gt;alter user &amp;lt;username&amp;gt; set container_data=all container = current;&lt;/LI&gt;&lt;LI&gt;alter user &amp;lt;your_username&amp;gt; set container_data=all for sys.v_$pdbs container = current;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It's tested way of automatically fetching the PDBs after manual configurations of CDBs.&lt;/P&gt;&lt;P&gt;You can save it for future Oracle DB monitoring cases.&lt;/P&gt;&lt;P&gt;KR,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 18:24:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/258228#M5273</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-10-05T18:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/279801#M6551</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;I have checked and rechecked the permissions for the dynatrace DB user account and can connect to the PDB's but getting a WARNING&amp;nbsp;&lt;SPAN&gt;Polling finished with issues for endpoints: DBHOSTNAME:&lt;/SPAN&gt;&lt;SPAN class=""&gt;1521&lt;/SPAN&gt;&lt;SPAN&gt;/SERVICE.&amp;nbsp; The extension has visibility of the CDB but I can onty see PDB's when I configure each individually&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AP&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 06:33:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/279801#M6551</guid>
      <dc:creator>anne_platts</dc:creator>
      <dc:date>2025-06-19T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/279803#M6552</link>
      <description>&lt;P&gt;Hi Anne,&lt;/P&gt;&lt;P&gt;If you are sure that you ran&amp;nbsp;&lt;/P&gt;&lt;P&gt;alter user &amp;lt;your_username&amp;gt; set container_data=all container = current;&lt;/P&gt;&lt;P&gt;for the monitoring user you have configured, double check that when you run the query that Peter mentions above&amp;nbsp;you see all the PDBs (you should run it &lt;STRONG&gt;as the user you configured in Dynatrace&lt;/STRONG&gt;, using the same connection details as the ones configured in Dynatrace). As mentioned, this is the query the extension runs to discover the PDBs.&lt;/P&gt;&lt;P&gt;If this shows all PDBs but you don't see them in Dynatrace, please open a support ticket and we'll help you out&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 07:03:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/279803#M6552</guid>
      <dc:creator>TomásSeroteRoos</dc:creator>
      <dc:date>2025-06-19T07:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/296587#M7147</link>
      <description>&lt;P&gt;Unfortunatly it still did not make it into the documentation...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 08:08:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/296587#M7147</guid>
      <dc:creator>siegi_mueller</dc:creator>
      <dc:date>2026-03-24T08:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle database extension for CDB/PDB</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/296588#M7148</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/27139"&gt;@siegi_mueller&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Did you have a look at &lt;A href="https://docs.dynatrace.com/docs/shortlink/oracle-database-extension#requirements" target="_self"&gt;this documentation page&lt;/A&gt;? At the end of the requirements section, we explicit the specific permissions that are needed for PDB auto-discovery.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Tomás&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 08:16:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-database-extension-for-CDB-PDB/m-p/296588#M7148</guid>
      <dc:creator>TomásSeroteRoos</dc:creator>
      <dc:date>2026-03-24T08:16:01Z</dc:date>
    </item>
  </channel>
</rss>

