Hi, i'm using Oracle Mobile Server 11.3 with BerkeleyDB as my client database.
When I put the OSE.ENCRYPTDB=YES in the ose.ini on the client, accessing the database with dbsql does not work. In a file named sqlerrors.txt There is an error : Encrypted environment: no encryption key supplied.
Is there a way to access database created and encrypted by BDB Mobile Client with the dbsql utilities?
I would also like to know how to access the same encrypted database with the ADO.net drivers we can download on Berkeley DB download page. I don't find anything on this in the doc.
Thank you