change Listener from Dynamic to Static in 10gR2
Hello..
I need to convert my dynamic Listener to Static Listener in Oracle 10gR2. Can anyone outline the steps on how this can be done ?..
Any help is appreciated..
thanks
Ron
put an entry in the listener.ora
I already have Listener.ora file created with some entries...
==========================================
[oraosc:/u10/app/ORACLE/product/10.2.0.1/network/admin]cat listener.ora
# listener.ora Network Configuration File: /u10/app/ORACLE/product/10.2.0.1/network/admin/listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oscora01)(PORT = 1521))
)
)
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = extproc))
)
)
)
LOGGING_LISTENER = OFF
TRACE_LEVEL_LISTENER = OFF
=====================================
i created the database using DBCA and i never made any configuration changes to net services. SO 10g is using Dynamic configuration by default..
I want to change that to Static. How do we do it ?
thanks
Ron
as i said, put an entry in the listener.ora for the database
and dont use 1521, by default instance auto registers with 1521 port listeners
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks