Originally posted by jmodic
Why do you think that Oracle can only use TCP protocol?
Well logically it should be TCP.. Because if you give connect string oracle is bound to search for the listener on the HOST.. And in Listener.Ora you would have mentioned

Code:
(ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = Hostname)(PORT = 1521))
      )