• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

In same machine, is it possible that two Oracle AS listening to two IP respectively with same port?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Is it possible that in the same machine, two Oracle AS instances are listening to two different IP addresses respectively with the same port, say for example:

Machine A have both IP1 and IP2
OAS instance 1 is listening to IP1 with port 80
OAS instance 2 is listening to IP2 with port 80

Remarks: Oracle AS version 10.1.3.5.0

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic