Implementing security in windows application with oracle(ODP.Net)
Hi,I am using c# with oracle12 database.While fetching data from database in windows form i need to implement network security.It should be encrypted in the network.
How can we implement ODP.net.Do we need to implement it in c# level or oracle level?
Currently i am using oledb connection and calling stored procedure and loading it in the grid.