Home » U++ Library support » U++ SQL » Oracle 12c (Use Oracle 12c in U++)
Oracle 12c [message #48393] |
Thu, 29 June 2017 19:51  |
porthos
Messages: 3 Registered: June 2017 Location: Goiânia
|
Junior Member |
|
|
I need to establish a connection to the Oracle 12c database, however I realized that U++ only supports version 8 of the Oracle. Can you tell me another method of connecting using Oracle that works with U++. If you can send an example, thank you!
|
|
|
Re: Oracle 12c [message #48397 is a reply to message #48393] |
Fri, 30 June 2017 13:56   |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
porthos wrote on Thu, 29 June 2017 19:51I need to establish a connection to the Oracle 12c database, however I realized that U++ only supports version 8 of the Oracle. Can you tell me another method of connecting using Oracle that works with U++. If you can send an example, thank you!
The last time I have checked, Oracle was 'backwards compatible' w.r.t. client. I bet that Oci8 will work with 12c.
I think that at the time I was abandoning Oracle, I was using Oci7 with Oracle11g.
Mirek
[Updated on: Fri, 30 June 2017 13:58] Report message to a moderator
|
|
|
|
|
Re: Oracle 12c [message #48431 is a reply to message #48424] |
Mon, 03 July 2017 19:10  |
porthos
Messages: 3 Registered: June 2017 Location: Goiânia
|
Junior Member |
|
|
Yes it worked very well, use versions 7 and 8 of oracle to connect in version 12 of the oracle. I connected using:
oracle.Open("username/password@ip:port/ServiceName",NULL,NULL); //
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:06:37 CEST 2025
Total time taken to generate the page: 0.00920 seconds
|