<?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>Question Re: Oracle Database - Shrink Tablespace in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625787#M4341306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again Yves,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the following sql statement and this is the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; Select count(1), TABLESPACE_NAME&amp;nbsp; from dba_segments where owner like 'SAP%' and TABLESPACE_NAME like 'PSAPSR3702%' group by T&lt;/P&gt;&lt;P&gt;ABLESPACE_NAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; COUNT(1) TABLESPACE_NAME&lt;/P&gt;&lt;P&gt;---------- ------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19 PSAPSR3702&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 827 PSAPSR3702X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what I must to do now in way to delete the old tablespace PSAPSR3702?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;João Dimas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2016 09:54:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-04-27T09:54:59Z</dc:date>
    <item>
      <title>Oracle Database - Shrink Tablespace</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaq-p/11625783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m with some doubts regarding managing of oracle tablespaces and I don´t know if it´s possible to make some actions that I need to perform due some disk space!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to shrink a tablespace! It´s possible to do this action using Brtools?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the following image I have a lot of "free" space, this is, some tablespaces has a lot of reserved space and I need some free space in this specific disk where those tablespaces (datafiles) are set! So, I guess it´s possible to shrink tablespaces with for examples TOAD oracle software... but it´s possible using the Brtools?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/938889" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;João Dimas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 21:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaq-p/11625783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-26T21:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database - Shrink Tablespace</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625784#M4341303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello João&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot shrink a tablespace by itself, , but you can shrink it's datafiles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="56112" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Real Life: Shrinking or Removing Oracle Datafiles" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case I think you could just drop a tablespace... as one of them should only contain few segments. This sometimes happens after an upgrade.&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/1715052" title="1715052  - Tablespace cannot be deleted after upgrade"&gt;&lt;SPAN class="title"&gt;1715052 - Tablespace cannot be deleted after upgrade&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check segment left in the almost empty tablespace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;Select count(1), TABLESPACE_NAME&amp;nbsp; from dba_segments where owner like 'SAP%' and TABLESPACE_NAME like '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #339966; font-size: 8pt;"&gt;PSAPSR3702%&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;' group by TABLESPACE_NAME;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 35.4pt; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;&amp;nbsp; COUNT(1) TABLESPACE_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 35.4pt; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;---------- ---------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 35.4pt; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19 PSAPSR3702&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 35.4pt; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 991 PSAPSR3702X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could move these segments to the appropriate tablespace using the result from these commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="; color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SELECT 'ALTER TABLE "' || OWNER ||'"."' || SEGMENT_NAME ||'" MOVE TABLESPACE '||' PSAPSR3702X;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;FROM dba_segments&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;WHERE TABLESPACE_NAME = '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #339966;"&gt;PSAPSR3702&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;AND SEGMENT_TYPE = 'TABLE'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 8pt;"&gt;&lt;STRONG&gt;SELECT 'ALTER INDEX "' || OWNER ||'"."' || SEGMENT_NAME || '" REBUILD TABLESPACE PSAPSR3702X ;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 8pt;"&gt;&lt;STRONG&gt;FROM dba_segments&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;WHERE TABLESPACE_NAME = '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #339966;"&gt;PSAPSR3702&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 8pt;"&gt;&lt;STRONG&gt;AND SEGMENT_TYPE = 'INDEX'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you can drop the tablespace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;drop tablespace &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #339966; font-size: 8pt;"&gt;PSAPSR3702&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt; including contents and datafiles;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 22:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625784#M4341303</guid>
      <dc:creator>ACE-SAP</dc:creator>
      <dc:date>2016-04-26T22:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database - Shrink Tablespace</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625785#M4341304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px;"&gt;João,&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Brtools has data file resize option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brtools&lt;/P&gt;&lt;P&gt;2 - Space management&lt;/P&gt;&lt;P&gt;5 - Alter data file&lt;/P&gt;&lt;P&gt;3~ Alter data file action (action) . []&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;resize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for your case, tablespace reorganization may be as well, details please refer to SAP note &lt;/P&gt;&lt;P&gt;646681.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 05:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625785#M4341304</guid>
      <dc:creator>JamesZ</dc:creator>
      <dc:date>2016-04-27T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database - Shrink Tablespace</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625786#M4341305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yves,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some days ago I finished a support packages update activity in this specific SAP system (Solution Manager), I updated it to the stack 14 (SPS14) which is available in SAP Marketplace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But let me inform you some details about these two tablespaces, PSAPSR3702 and PSAPSR3702X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before the importing of support packages activity the tablespace PSAPSR3702 has other size, as you can see in the following print screen that I took before that activity:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/939275" width="450" /&gt;&lt;/P&gt;&lt;P class="g-unit"&gt;As you can see in the above image the PSAPSR3702 had ~85% of used space. During the support package activity, the shadow instance method created a new tablespace PSAPSR3702X which have now ~70% of &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;occupied space... and now the PSAPSR3702X has only 0,76% of used space! &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="g-unit"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="g-unit"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="g-unit"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;João Dimas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 09:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625786#M4341305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-27T09:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database - Shrink Tablespace</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625787#M4341306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again Yves,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the following sql statement and this is the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; Select count(1), TABLESPACE_NAME&amp;nbsp; from dba_segments where owner like 'SAP%' and TABLESPACE_NAME like 'PSAPSR3702%' group by T&lt;/P&gt;&lt;P&gt;ABLESPACE_NAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; COUNT(1) TABLESPACE_NAME&lt;/P&gt;&lt;P&gt;---------- ------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19 PSAPSR3702&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 827 PSAPSR3702X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what I must to do now in way to delete the old tablespace PSAPSR3702?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;João Dimas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 09:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625787#M4341306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-27T09:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database - Shrink Tablespace</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625788#M4341307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Hello &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;João &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;I did had the same problem when applying SP stack on a solman. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;As the "single system mode" option is not available in the SUM when upgrading a dual stack system a new PSAPSR3702X tablespace is created for the shadow instance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Some objects are left in the previous version tablespace.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;A href="http://service.sap.com/sap/support/notes/1819182" title="1819182  - Tables (TTREE*) remain in old exchange tablespace"&gt;&lt;SPAN style="color: blue;"&gt;1819182 - Tables (TTREE*) remain in old exchange tablespace&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Just move the segments (tables &amp;amp; indexes) to the appropriate tablespace (PSAPSR3702X) either using the commands I did provide or with the BR*Tools:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;brspace -c force -u // -f tbreorg -a reorg -tablespace &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: #339966;"&gt;PSAPSR3702&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt; -t "*" -parallel 3 -n &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: #339966;"&gt;PSAPSR3702X&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;When the segments are moved&amp;nbsp; just check that the tablespace (PSAPSR3702) is empty, drop it&amp;nbsp; and it's datafiles using the provided SQL command or BR*Tools:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;brspace -c force -u // –f tsdrop -t &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: #339966;"&gt;PSAPSR3702&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 11:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-database-shrink-tablespace/qaa-p/11625788#M4341307</guid>
      <dc:creator>ACE-SAP</dc:creator>
      <dc:date>2016-04-27T11:38:17Z</dc:date>
    </item>
  </channel>
</rss>

