

Repgen Features
and Benefits
Repgen
Demo Available for download...

-- script name: replistenerora_prod5
-- Features: Contains the listener.ora entries for an additional
-- listener which allows the replication related database links to work.
-- NOTE: The contents of this file are not required if there isn't a
2nd
-- listener dedicated for use by replication.
-- This file must only be used at the master site prod5.
-- Copyright 2002 by .com Solutions Inc.
-- This output file was created by Repgen version 2.2.4 on Fri May 31
13:29:24 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
# This listener.ora entry is the standard interface used for general
access to the server
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = host2)(PORT = 1521))
)
)
)
# This listener.ora entry is for the network interface dedicated for
use by replication
REPLISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = host2)(PORT = 1521))
)
)
)
# This listener.ora entry should already exist - providing the list
of SIDs for which
# the listener accepts requests
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /v901/)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = prod5)
(ORACLE_HOME=/v901/)
(SID_NAME = prod5)
)
)

