<?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: Using connection string to access Oracle database in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915564#M4002995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can connect to my oracle database if I select 'Select Data Source' and pick the Data Source Name from the list.&amp;nbsp; What I want to do is to be able to select 'Enter Connection String' and provide the Connection String in the text box to create the connection.&amp;nbsp; I am wondering if this is possible with an Oracle database and what is the proper format of the connection string?&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/669014" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 18:01:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-20T18:01:07Z</dc:date>
    <item>
      <title>Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaq-p/10915559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Crystal Reports Designer, I select File&amp;gt;&amp;gt;New&amp;gt;&amp;gt;Blank Report and the Database Expert appears.&amp;nbsp; I click Create New Connection and ODBC(RDO).&amp;nbsp; I select the radio button next to 'Enter Connection String' and I enter a connection string to attempt to connect to an Oracle Database and I get the message "Logon failed.&amp;nbsp; Details: Cannot find DSN in connection string"&amp;nbsp; Is it possible to use the 'Enter Connection String' option to connect to an Oracle database?&amp;nbsp; I attempted using the following:&amp;nbsp; User Id=Oracle1;Password=Oracel1PW;Server=10.42.10.16;Direct=True;Sid=POC1;Persist Security Info=True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 22:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaq-p/10915559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-17T22:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915560#M4002991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;is there any oracle client installed on the PC?&lt;/P&gt;&lt;P&gt;Or Is there an ODBC connection setup on the PC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915560#M4002991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-18T11:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915561#M4002992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&amp;nbsp; Make sure that you have the 32-bit version of the Oracle Client installed - even if the machine you're working on is 64-bit.&amp;nbsp; Crystal is 32-bit software and will only work with 32-bit database clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; If you're going to use ODBC, you need to create a 32-bit ODBC connection prior to trying to use it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Since you're connecting to Oracle, you should try using the Native Oracle connection instead of ODBC - it will be faster and, generally, you'll get better results with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 13:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915561#M4002992</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2015-03-18T13:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915562#M4002993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes there is an oracle client and there is an ODBC connection setup.&amp;nbsp; I can connect to the Oracle database if I select the Data Source Name: PHC1 Oracle 32 ODBC below.&amp;nbsp; I want to be able to choose 'Enter Connection String' method to&amp;nbsp; connect to the Database.&amp;nbsp;&amp;nbsp; When I use the 'Data Source&amp;nbsp; Name' method and I save the report to the enterprise folder and try to schedule the report, the report fails.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With reports using a connection to SQL Server I found that if I use the 'Data Source Name' method and scheduled them to run with CMC they would fail.&amp;nbsp; When I changed their connections to use the'Enter Connection String' method I was able to schedule successfully. &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/667370" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915562#M4002993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-18T18:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915563#M4002994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;are you scheduling the report through a Business Objects or crystal report server?&lt;/P&gt;&lt;P&gt;i would assume the ODBC connection fails because it is not setup on the Server.&lt;/P&gt;&lt;P&gt;But why even bother about ODBC , when you have an Oracle client installed.&lt;/P&gt;&lt;P&gt;I guess the same is true for the server.&lt;/P&gt;&lt;P&gt;So as long as&amp;nbsp; the tnsnames.ora holds your database entry, you should be able to connect.&lt;/P&gt;&lt;P&gt;As Dell mentioned&amp;nbsp; oracle native connections are faster and more stable.&lt;/P&gt;&lt;P&gt;And you don't need to setup the ODBC connections on all of your servers.&lt;/P&gt;&lt;P&gt;regards alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915563#M4002994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-19T14:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915564#M4002995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can connect to my oracle database if I select 'Select Data Source' and pick the Data Source Name from the list.&amp;nbsp; What I want to do is to be able to select 'Enter Connection String' and provide the Connection String in the text box to create the connection.&amp;nbsp; I am wondering if this is possible with an Oracle database and what is the proper format of the connection string?&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/669014" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 18:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915564#M4002995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-20T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915565#M4002996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can connect to my oracle database if I select 'Select Data Source' and pick the Data Source Name from the list.&amp;nbsp; What I want to do is to be able to select 'Enter Connection String' and provide the Connection String in the text box to create the connection.&amp;nbsp; I am wondering if this is possible with an Oracle database and what is the proper format of the connection string?&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/669015" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 18:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915565#M4002996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-20T18:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using connection string to access Oracle database</title>
      <link>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915566#M4002997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to resolve this by creating an incident with SAP.&amp;nbsp; A support tech pointed out that when scheduling a report from the CMC there is a Database Logon page where I can enter credentials to connect to the database.&amp;nbsp; When I filled out the values in that page and scheduled the report it ran successfully&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 18:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-connection-string-to-access-oracle-database/qaa-p/10915566#M4002997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-03T18:02:29Z</dc:date>
    </item>
  </channel>
</rss>

