<?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: Connect to External Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894049#M1326863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a entry using DBCO named SAP_ORA with user /password etc.&lt;/P&gt;&lt;P&gt;and getting path in sap system for oracle that is &lt;STRONG&gt;DIR_ORAHOME       /oracle/RTD/920_64&lt;/STRONG&gt; using AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for &lt;STRONG&gt;tnsnames.ora&lt;/STRONG&gt;  where to go?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2009 06:40:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-14T06:40:52Z</dc:date>
    <item>
      <title>Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894045#M1326859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, expers,&lt;/P&gt;&lt;P&gt;How can I connect my sap system to external database oracle?&lt;/P&gt;&lt;P&gt;I have updated &lt;STRONG&gt;DBCON&lt;/STRONG&gt; table for connection and using below code to connect the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how to configure &lt;STRONG&gt;tnsnames.ora&lt;/STRONG&gt; file in sap direcotry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS dbs TYPE dbcon-con_name.&lt;/P&gt;&lt;P&gt;DATA carrid_wa TYPE scarr-carrid.&lt;/P&gt;&lt;P&gt;DATA dbtype TYPE dbcon_dbms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXEC SQL.&lt;/P&gt;&lt;P&gt;        CONNECT TO :dbs&lt;/P&gt;&lt;P&gt;      ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXEC SQL.&lt;/P&gt;&lt;P&gt;        GET CONNECTION :dbs&lt;/P&gt;&lt;P&gt;      ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any support will be appreciable.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajiv singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 05:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894045#M1326859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T05:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894046#M1326860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;DBCO&lt;/STRONG&gt; to configure connection with a Remote Database. Also take a look at the OSS Note : &lt;STRONG&gt;339092&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also take a look at this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/df/455ec9747111d6b25100508b6b8a93/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Premal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Premal Mistry on Jul 14, 2009 11:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 05:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894046#M1326860</guid>
      <dc:creator>premal_mistry2</dc:creator>
      <dc:date>2009-07-14T05:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894047#M1326861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Premal,&lt;/P&gt;&lt;P&gt;I have done configuration using &lt;STRONG&gt;DBCO&lt;/STRONG&gt; but as long I know there need to enter configuration in &lt;STRONG&gt;TNSNAMES.ORA&lt;/STRONG&gt; in SAP Direcorty like oracle. &lt;/P&gt;&lt;P&gt;How can I edit or create the file TNSNAMES.ORA in sap system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894047#M1326861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T06:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894048#M1326862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure of the following 3 steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; There are 2 &lt;STRONG&gt;tnsnames.ora&lt;/STRONG&gt; files in the netweaver-based systems. One is the traditional in the oracle's network\admin folder. &lt;/P&gt;&lt;P&gt;      The other one, the one that SAP DBCO uses in sapmnt\&amp;lt;SID&amp;gt;\sys\profile\oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Make sure you add the tnsname entries right there, as DBCO will read from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; You can also try to go to the command prompt and do a tnsping on your connection name, if it is successfull, you are on track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; Finally, the DBCO entry Connection Information, should be same as your GLOBAL_NAME Connection name from your .ora file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Premal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894048#M1326862</guid>
      <dc:creator>premal_mistry2</dc:creator>
      <dc:date>2009-07-14T06:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894049#M1326863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a entry using DBCO named SAP_ORA with user /password etc.&lt;/P&gt;&lt;P&gt;and getting path in sap system for oracle that is &lt;STRONG&gt;DIR_ORAHOME       /oracle/RTD/920_64&lt;/STRONG&gt; using AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for &lt;STRONG&gt;tnsnames.ora&lt;/STRONG&gt;  where to go?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894049#M1326863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T06:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894050#M1326864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this path &lt;STRONG&gt;\usr\sap\&amp;lt;SAP-SID&amp;gt;\SYS\Profile\oracle\&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Premal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894050#M1326864</guid>
      <dc:creator>premal_mistry2</dc:creator>
      <dc:date>2009-07-14T06:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894051#M1326865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not getting such path but there one path like below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/usr/sap/RTD/SYS/profile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but how can I use this and edit this for tnsnames.ora?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894051#M1326865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T06:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894052#M1326866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traverse to this path /usr/sap/RTD/SYS/profile in your application server, there you will find a directory named &lt;STRONG&gt;ORACLE&lt;/STRONG&gt; . Just go into that directory look for the tnsnames.ora file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Premal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Premal Mistry on Jul 14, 2009 12:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894052#M1326866</guid>
      <dc:creator>premal_mistry2</dc:creator>
      <dc:date>2009-07-14T06:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894053#M1326867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for dearest support.&lt;/P&gt;&lt;P&gt;I am locatting the path &lt;STRONG&gt;/usr/sap/RTD/SYS/profile&lt;/STRONG&gt; using Tcode : AL11&lt;/P&gt;&lt;P&gt;How can I browse that folder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 09:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894053#M1326867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T09:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to External Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894054#M1326868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you've access to the Server, you can find this path in your SAP Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mahesh Reddy on Jul 14, 2009 11:36 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 09:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connect-to-external-database/m-p/5894054#M1326868</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-07-14T09:34:19Z</dc:date>
    </item>
  </channel>
</rss>

