Hello,
I’m trying to configure an Oracle DB 11g for https access on Linux. I did already the same on Windows.
When i try to modify the spfile with that command,
>alter system set dispatchers='(PROTOCOL=TCPS) (SERVICE=instanceXDB)' scope=both;
I always get the following Errors:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-00119: invalid specification for system parameter DISPATCHERS
ORA-00102: The network specified in (ADDRESS=(PARTIAL=YES)(PROTOCOL=TCPS)) does not have the functionality required by the dispatchers
The problem is that I just tried it on Windows Oracle 11g at an test instance and it worked well. And now i' d like to configure the same at the working instance on Linux.
Thanks for help...