Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Personal Oracle 7.33
Message
 
 
To
28/04/2001 14:25:43
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
General information
Forum:
Oracle
Category:
Other
Miscellaneous
Thread ID:
00501268
Message ID:
00501275
Views:
13
>HI,
>is it possible to download a copy of this product as we can do for the version 8I at otn.oracle.com or somewhere else? I have the version 7.34 for NT and I need to have a listener on an old PC. The version 7.33 personal wolud do the job.
>
>Thank you,
>Christian Cote

You would do better to contact Oracle. They will not have old versions available through that site. Do you just need a LISTENER.ORA file? This is only a text file and you may be able to copy one from PO8 and edit it. I doubt that the format has changed much. My file looks like:
LISTENER =
  (ADDRESS_LIST =
        (ADDRESS = 
          (PROTOCOL = TCP)
          (Host = Mark)
          (Port = 1521)
        )
        (ADDRESS = 
          (PROTOCOL = TCP)
          (Host = 127.0.0.1)
          (Port = 1521)
        )
#        (ADDRESS = 
#          (PROTOCOL = SPX)
#          (Service = Mark_lsnr)
#        )
  )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = ADMIN
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (GLOBAL_DBNAME = Mark)
      (SID_NAME = ORCL)
    )
    (SID_DESC =
      (SID_NAME = extproc)
      (PROGRAM=extproc)
    )
  )
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform