Hi,
The CPO install guide mention to modify the Oracle database settings as follow:
"For the Oracle DB instance dedicated to TEO, use the following script to change the case-sensitive settings in the Oracle database. The user must have database administrative rights to execute this script.
After changing the settings, the user must reset the database server.
Script
ALTER SYSTEM SET NLS_COMP=LINGUISTIC scope=spfile;
ALTER SYSTEM SET NLS_SORT=BINARY_CI scope=spfile; "
We are deploying TEO in an existing database containing other applications. Modifying the Database properties has indicated above may (still investigating) create issues with the other existing applications.
What is the impact of not applying the above changes to the database ?
Thank you,
JB