OCI-17250
TCP PORT already in use.
Cause
The specified port for the listener thread is already in use by another process or listener.
Action
If 'force' is true, the method will keep trying the next port until we find an available one. Otherwise, provide a different port or check for existing processes using the desired port before retrying.