How to make a Delphi-Oracle connection without Oracle Client

Asked

Viewed 635 times

1

I have an application that was developed at a time we had a client-server system , with this there was always an Oracle client on each machine, now we have a 3 layer system and we no longer have this client.

I would like to know how to make a Delphi-Oracle connection without Oracle Client

Versions

Delphi : Embarcadero RAD Studio 2010

Oracle : Version 11g

Thanks in advance

  • 1

    There’s no way. You need the Oracle client to connect to Oracle (as well as to any other database, although the SQL Server client is usually already available on Windows). Eventually you don’t need to install that ton of Oracle software just to connect to the bank - a colleague of mine once identified a half dozen files that needed to be on the machine and some needed to register on Windows - but some client-side library you’ll always need.

  • All right, I’ll think of an alternate route.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.