<?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: Proc Datasets Error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197758#M49428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;true...but that's what I'm trying to do.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like SAS is sending invalid syntax to oracle for the name change as you can't include the schema as part of the "to" name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 17:43:02 GMT</pubDate>
    <dc:creator>DBailey</dc:creator>
    <dc:date>2015-04-16T17:43:02Z</dc:date>
    <item>
      <title>Proc Datasets Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197756#M49426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Proc datasets against oracle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets lib=ldbmr memtype=data nolist nowarn;&lt;/P&gt;&lt;P&gt;delete tmpzippsycle:;&lt;/P&gt;&lt;P&gt;delete psycle_zip4_xref;&lt;/P&gt;&lt;P&gt;change stage_psycle_zip4_xref=psycle_zip4_xref;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;produces an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: ORACLE execute error: ORA-01765: specifying owner's name of the table is not allowed.&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dat&lt;/P&gt;&lt;P&gt;log below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc datasets lib=ldbmr memtype=data nolist nowarn;&lt;/P&gt;&lt;P&gt;24&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; delete tmpzippsycle:;&lt;/P&gt;&lt;P&gt;25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; delete psycle_zip4_xref;&lt;/P&gt;&lt;P&gt;26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; change stage_psycle_zip4_xref=psycle_zip4_xref;&lt;/P&gt;&lt;P&gt;27&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Deleting LDBMR.TMPZIPPSYCLE (memtype=DATA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORACLE_7: Prepared: on connection 4&lt;/P&gt;&lt;P&gt;SELECT * FROM DBMR.TMPZIPPSYCLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORACLE_8: Executed: on connection 4&lt;/P&gt;&lt;P&gt;DROP TABLE&amp;nbsp; DBMR.TMPZIPPSYCLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Deleting LDBMR.TMPZIPPSYCLE_2 (memtype=DATA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORACLE_9: Prepared: on connection 4&lt;/P&gt;&lt;P&gt;SELECT * FROM DBMR.TMPZIPPSYCLE_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORACLE_10: Executed: on connection 4&lt;/P&gt;&lt;P&gt;DROP TABLE&amp;nbsp; DBMR.TMPZIPPSYCLE_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Changing the name LDBMR.STAGE_PSYCLE_ZIP4_XREF to LDBMR.PSYCLE_ZIP4_XREF (memtype=DATA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORACLE_11: Prepared: on connection 4&lt;/P&gt;&lt;P&gt;SELECT * FROM DBMR.PSYCLE_ZIP4_XREF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORACLE_12: Prepared: on connection 4&lt;/P&gt;&lt;P&gt;SELECT * FROM DBMR.STAGE_PSYCLE_ZIP4_XREF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORACLE_13: Executed: on connection 4&lt;/P&gt;&lt;P&gt;RENAME DBMR.STAGE_PSYCLE_ZIP4_XREF TO DBMR.PSYCLE_ZIP4_XREF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: ORACLE execute error: ORA-01765: specifying owner's name of the table is not allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197756#M49426</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2015-04-16T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Datasets Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197757#M49427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Google search result 1: &lt;A href="https://community.oracle.com/thread/551583" title="https://community.oracle.com/thread/551583"&gt;https://community.oracle.com/thread/551583&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently you can only remove tables within the schema you are logged into. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197757#M49427</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-04-16T15:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Datasets Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197758#M49428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;true...but that's what I'm trying to do.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like SAS is sending invalid syntax to oracle for the name change as you can't include the schema as part of the "to" name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:43:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197758#M49428</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2015-04-16T17:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Datasets Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197759#M49429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the gut, I'd say that&lt;/P&gt;&lt;P&gt;"specifying owner's name of the table is not allowed"&lt;/P&gt;&lt;P&gt;signifies that someone else "owns" the table and that the operation would implictly change the ownership, which you are not allowed to do,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTOH, I would suggest doing database maintenance directly with a proper database client. Use the screwdriver for screws, not the hammer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 06:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197759#M49429</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-17T06:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Datasets Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197760#M49430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is still a problem in the SAS software the combination of RW9 and DBailey post are covering the issue. The translation by the SAS/ACCESS to oracle is having a fail with this. &lt;/P&gt;&lt;P&gt;As SAS is selling that software with all support, it is advicable to have SAS-TS go for that.&lt;/P&gt;&lt;P&gt;The DDL DML MDL differences are far most SAS programmers something they are not aware of as the DBA is not aware of a SAS environment. Closing the gaps is another goal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:13:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Datasets-Error/m-p/197760#M49430</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-17T15:13:58Z</dc:date>
    </item>
  </channel>
</rss>

