<?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 Oracle Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oracle-database/m-p/5316723#M1225602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am examining the underlying Oracle database of my SAP&lt;/P&gt;&lt;P&gt;system.  I am looking at several tables to see that Primary and&lt;/P&gt;&lt;P&gt;Foreign Keys were created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I examine table EBAN, for example, I see no Primary Key.&lt;/P&gt;&lt;P&gt;Nor do I see any Foreign Keys created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system functions correctly, but I don't understand why&lt;/P&gt;&lt;P&gt;keys and relationships are missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Mar 2009 17:24:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-08T17:24:44Z</dc:date>
    <item>
      <title>Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oracle-database/m-p/5316723#M1225602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am examining the underlying Oracle database of my SAP&lt;/P&gt;&lt;P&gt;system.  I am looking at several tables to see that Primary and&lt;/P&gt;&lt;P&gt;Foreign Keys were created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I examine table EBAN, for example, I see no Primary Key.&lt;/P&gt;&lt;P&gt;Nor do I see any Foreign Keys created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system functions correctly, but I don't understand why&lt;/P&gt;&lt;P&gt;keys and relationships are missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2009 17:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oracle-database/m-p/5316723#M1225602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-08T17:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oracle-database/m-p/5316724#M1225603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should ask this in one of the database forums. If so, close this first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2009 18:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oracle-database/m-p/5316724#M1225603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-08T18:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oracle-database/m-p/5316725#M1225604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you mean database enforced constraints like Primary key (P) or foreign key (R):&lt;/P&gt;&lt;P&gt;in SAP - nope. It's the database independence thing that comes into play here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They enforce this over the application - no database inside checks.&lt;/P&gt;&lt;P&gt;However they implement their own referentiell integrity over columns and their check tables,&lt;/P&gt;&lt;P&gt;primary key by unique indexes (key fields NOT  NULL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you start this query it returns 0:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select count(*) ncons from all_constraints where owner ='SAPR3' and 
CONSTRAINT_TYPE in ('P','R')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 12:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oracle-database/m-p/5316725#M1225604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T12:51:31Z</dc:date>
    </item>
  </channel>
</rss>

