Configure the database, run setup database scripts, setup SSL, or backup and restore the Oracle database server.
Before you run the AX Server setup wizard to install the application, run the supplied SQL script to create the AX Server database user.
You must run these scripts manually before installing AX Server if you intend to use an SSL connection.
For more information, see Running Oracle database scripts.
If your Oracle configuration changes, update the connection settings for AX Server, AX Engine Node, and AX Exception so that the applications can connect to the database.
aclDatabase.xml must inlude the following:
<entry key="jdbcUrl">jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCPS)(HOST = server_ip)(PORT = 2484))(CONNECT_DATA = (SERVICE_NAME = AX51)))</entry>
<entry key="connectionProperties">oracle.net.ssl_cipher_suites=(SSL_DH_anon_WITH_3DES_EDE_CBC_SHA,SSL_DH_anon_WITH_RC4_128_MD5)</entry>