Hello Community,
I have seen from our platform release notes
https://www.outsystems.com/Downloads/ScreenDetails.aspx?MajorVersion=11&ReleaseId=19341&ComponentName=Platform+Server
Can anyone offer any guidance on an actual connection string for this?
based on
I assume it takes the form:
user id=foo;password=<hidden>;Integrated Security=no;Data Source=(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=server)(PORT=1521)) (CONNECT_DATA= (SID=foo)))
but I get:
What I am trying to achieve is an encrypted connection to the oracle database.
Which I assume is achieved by Integrated Security=yes
But I can't get the connection string to work.
Many thanks,
Andy
I'm not a Oracle database expert, But with my experience you should setup Encryption on the database server side, And the client will use Encryption if it is possible, Or when this is required the client can only connect when it supports Encryption.
https://docs.oracle.com/en/database/oracle/oracle-database/21/dbseg/configuring-network-data-encryption-and-integrity.html#GUID-50817699-B199-49CA-8779-137EBC4B0564