Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Config XDB for https/ssl access, modifying spfile errors

960445Oct 15 2012 — edited Nov 19 2012
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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 17 2012
Added on Oct 15 2012
4 comments
531 views