GRIPARI G11427

Member since: Wednesday, 11 May 2016
Last login: 5 years ago
Profile viewed: 1,294 views

No Rank
Points: 0

GRIPARI G11427 created a new topic ' C++ and Linux' in the forum. 5 years ago

Bonjour,

Could you tel me, if C++ for Linux server will be published ?
In some few months ?
Do you have a date ?

Best regards
Gabriel

Read More...

Bonjour,What about C++ for Linux ? In how many days the new version will be ready ?GG

GRIPARI G11427 replied to the topic 'Firedac Oracle -315 error' in the forum. 7 years ago

Bonjour,
The best way to solve this problem is the patch :https://forums.embarcadero.com/thread.jspa?threadID=211136(thanks for Dmitry).
If you use C++, you cannot use the patch, and you must set ORAOCI variable to oci.dllOf course it is not a complete solution especialy if you have to install your application to many computers.An official hotfix is prepared.
The full discussion about it is here :https://forums.embarcadero.com/message.jspa?messageID=824648#824648

Best regards
Gabriel

Read More...

GRIPARI G11427 replied to the topic 'Firedac Oracle -315 error' in the forum. 7 years ago

Bonjour,
I have the same problem !

[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]On a Windows 10 Professional, i have :[/color][color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]- PostgreSQL 9.2 edition,[/color][color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]- Oracle 11g XE Edition.[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]- Embarcadero RAD Studio Enterprise 10 Seattle.[/color][color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]- Embarcadero RAD Studio Enterprise 10.1 Berlin (trial edition)[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]With Seattle : when i clic on Data Explorer : the connection to PostgreSQL works. The connection to Oracle Works too.[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal].With Berlin : when i clic on Data Explorer : the connection to PostgreSQL works. The connection to Oracle return : [FireDAC][Phys][Ora]-315 : cannot get the entry point for OCICollSize...[/color]

[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]In the file : C:\Users\Public\Documents\Embarcadero\Studio\FireDAC\FDConnectionDefs.ini, i have : [/color]

[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal][PostgreSQL][/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]Database=postgres[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]User_Name=servletexp[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]Password=expservlet[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]Server=192.168.1.5[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]DriverID=PG[/color]

[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal][Oracle][/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]Database=XE[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]User_Name=sysadm[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]Password=sysadm[/color]
[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]DriverID=Ora[/color]

[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]The connection with dbExpress works perfectly with PostgreSQL and Oracle (with Seattle and Berlin).[/color]

I uninstall and reinstall Berlin, i still have the problem.
When i go into FDExplorer : i cannot set any parameters, cause the pop-up withe the error locks the page.
Could you help me to understand, why the FireDAC connection to Oracle works with Seattle and does not work with Berlin ?
Could you give me some information about [FireDAC][Phys][Ora]-315 ?


[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]Best regards.[/color]

[color=#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal]Gabriel[/color]

Read More...