How to connect to Oracle database

Сonversation on different topics
Post Reply
avak25
Posts: 1
Joined: Sun Apr 05, 2015 9:15 am

How to connect to Oracle database

Post by avak25 »

Hello,I want to connect to an Oracle Database via Stimulsoft (stand alone and not via Visual Studio) and make some reports BUT I can't find out how to.
I know that I should make a connection but what connection string should I use?
thank you very much.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to connect to Oracle database

Post by Alex K. »

Hello,

You can use the standard OleDb or ODBC connection for connect to the Oracle. Also you can use the additional adapters for direct connection.
You can find it by the following link:
http://www.stimulsoft.com/en/downloads/database-packs

Correct connection string depends by the type of adapters which you are use. You can find all Oracle connection strings by the following link:
http://www.connectionstrings.com/oracle/

Thank you.
Post Reply