Trying to install FlexNet Manager for Engineering Applications on Linux (CentOS.) I am configuring the database backend to point to an existing Oracle 12 server. I temporarily installed Oracle 12 on the same server.
I created a "flexera" database on the same machine , and (with some tinkering) was able to run the "flexnet loaddb" command for the administration server.
Fexnet seems to have some older libraries for communicating with Oracle, I had to add the following line in in sqlnet.ora on the oracle server to allow connections from oracle clients prior to version 12.
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
I also had to use all-CAPS in passwords, since it looks like the client would automatically convert any password to upper case.
Then as I worked thru the install I saw that the reporting backend needed its own database. Additionally, the cost of Oracle DB licenses is pretty high, so decided to use an existing Oracle 12 Database Server for the backend. I created separate "flexera_admin" and "flexera_report" database instances. I can use sqplus (command line) and Oracle SQL Development Studio to verify that the user name and password is valid. But the "flexnet loaddb" command fails to authenticated.
Anyone else using Oracle backend who may be able to shed some light?
Thanks