Change the host name in Listener.ora to fixed IP address

in Listener.ora i want change host name to IP :
==== OLD ====
LISTENER =
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL= TCP)(Host=Server)(Port= 1521))
(ADDRESS=(PROTOCOL= IPC)(KEY = ORCL))
=== WHAT I NEED ===
LISTENER =
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL= TCP)(Host=100.100.110.1)(Port= 1521))
(ADDRESS=(PROTOCOL= IPC)(KEY = ORCL))
how can i do this .

It is not recommended to change the name for an IP addressIt is not recommended by who? AFAIK there is no such sentence in documentation.
But there is other:
host Required. Specify the host name or IP address of the database server computer.
Instad of "It is not recommended..." better use "Consider this..."
, as if ever it changes in the future, you'll have to be back and change once again your ip.The same is truth when we are speaking about FQDN (fully qualified domain name).
How often your company changes the IP adresses on server platform?
My experience from past:
First case:
My company has rebranded and and domain name has been changed but IP has not. Unfortunatelly we were not using OID for resolving. If there were FQDN used then would have to make changes in many files. Fortunatelly we were using IP addresses.
Now we are using OID for resolving of tnsnames (as primary method).
What I want to say is both solutions (FQDN or IP) are fine. Each of them has some advantages and also disadvantages.

Similar Messages

  • Changing the Host Name in Lite Database

    Hi,
         I am using oracle 10g Database release 2 and oracle 10g Lite Database Release 3
    OS is Windows 2003 Server
    I changed the host name
    “Old Name Oracle10g New Name OracleTENR1”
    Also change the host name in Listener.ora and tnsname.ora after that i restart the machine
    I checked the Database status (it is in OPEN STATE only )
    And then I start the mobile server it's not working ….
    How to change the host name in the oracle 10g Lite Database ?
    Please Advice
    Thank U
    SHAN

    hi,
    Thanks Fot the Reply ......
    I have changed the hostname in webtogo.ora
    Mobile Server is Working...
    But the Problem is "with the Browser http://localhost/webtogo it shows this error message in the Screen"
    500 Internal Server Error
    java.lang.NullPointerException     at oracle.lite.web.util.TaggedHtml.parse(Unknown Source)     at oracle.lite.web.util.TaggedHtml.init(Unknown Source)     at oracle.lite.web.WebtogoLogonPage.init(Unknown Source)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)
    Please Advice.....
    thank U
    SHAN

  • ORA-12545 error after changing the host name as IP address in Tnsnames.ora

    HI,
    I tried to connect PHP and oracle in Red Hat linux. I got error ORA-12545 after changing the host name as IPAddress in Tnsnames.ora file. In sqlnet.ora file also i have entry for tnsnames in Directory_Path. I struggled so much but i couldnt solve that. Please give me ur valuable suggestions....

    12545, 00000, "Connect failed because target host or object does not exist"
    // *Cause: The address specified is not valid, or the program being
    // connected to does not exist.
    // *Action: Ensure the ADDRESS parameters have been entered correctly; the
    // most likely incorrect parameter is the node name. Ensure that the
    // executable for the server exists (perhaps "oracle" is missing.)
    // If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
    // host name to a numeric IP address and try again.
    Seems you specified wrong IP address.

  • BW settings required when we change the host name in R/3

    Hi All,
    we had a test system in R/3 and we are planning to change the Host name in R/3 and this is connected to bw test.after basis change the host name in r/3 test what are settings required to be done in BI .
    Regards,
    jasmine.

    after name change check the RFC connection in SM59 and then see if you data sources are anabled from new source system.

  • OracleVM Manager template 2.2.0 trying change the host name

    Hi,
    I have installed the OracleVM Manager 2.2.0 template
    into an OraclVM Server 2.2.1.
    Reading the OracleVM Manager 2.2.0 install
    instructions "Readme_for_Media_Pack_B59146-01.txt" and doing
    the installation in the interview area, I am asked
    to provide the fully qualified domain name as the
    name of the OracleVM Manager.
    Therefore, I provided something like this.
    ovmmanager.mydomain.mytopdomain
    Later, when I was in the OracleMV Manager,
    I noticed the following.
    Correct information was written in my /etc/hosts file.
    192.168.1.160 ovmmanager.mydomain.mytopdomain ovmmanager
    The case seems however, that unusual information
    was written to the /etc/sysconfig/network file.
    HOSTNAME=ovmmanager.mydomain.mytopdomain
    When I type "uname -a", the results are shown.
    ovmmanager.mydomain.mytopdomain
    I say, "unusual", because most people prefer a single
    name "ovmmanger" to be the host name.
    I have tried to permanently change the host name of the computer by
    changing the contents of the /etc/sysconfig/network file to the following.
    HOSTNAME=ovmmanager
    Next, at the command line I would type the following.
    hostname ovmmanger
    When I type "uname -a", the results are shown.
    ovmmanager
    However, every time I do an 'xm shutdown' to the
    OracleVM Manger (the ovmmanger), and then later do an
    'xm create vm.cfg' to start the ovmmanger,
    when I type a "uname -a", the results are shown.
    ovmmanager.mydomain.mytopdomain
    When I look at the contents of the /etc/sysconfig/network file
    the contents are back to the original contents.
    HOSTNAME=ovmmanager.mydomain.mytopdomain
    instead of my preferred contents
    HOSTNAME=ovmmanager
    My first question is the following.
    By design, does the OracleVM Manager 2.2.0 template
    supposed to have a host name to be a
    fully qualified domain name?
    ovmmanger.mydomain.mytopdomain.
    My second question is the following.
    If the situation is satisfactory to have just
    ovmmanger
    as my host name, then how do I prevent the host name renaming
    process to reoccur every time I do an 'xm create vm.cfg' to start
    the OracleMV Manager?
    Thank you
    AIM

    First Question: No, it does not have to be a full qualified hostname. As long as the hostname is resolved in your network short qualified is fine.
    Second Question: You don't have to do anything. In OVM Template design the configuration tool is just called the first time your template is started. All succeeding startups will not go through the configuration again. (There is however an option to reenable/reset the VM that the configuration is called again).
    Regards
    Sebastian

  • Change the host name of communication channel at runtime

    Hi,
    I am connecting to an SQL server using a JDBC receiver communication channel.
    The vendor who is managing this SQL server says that he has a primary server with the ip <IP1> and a secondary server with ip <IP2>.
    He wants me to switch to IP2 when IP1 is down.
    Is there any possibility of  to achieve this ?
    regards,
    Piyush

    I dont think there is any options available in JDBC adapter to change the host name dynamically...
    what u can do is - u create a dummy scenario which will just check whether the database is up or not and store the flag values in PI ABAP stack..
    Now before u send data to JDBC u do look up and check which server is up...and based on that u divert ur message to required system.
    thats what I can think of now...
    chirag

  • Changing the host name of the server - impact on old Urls

    All,
    We are in the process of moving data centre and as part of this the host names of the BW servers will be changed and pointing to the new IP address, how and what configuration at BW server level to make sure all web reports points to the new host name when the url is generated.
    Thanks

    looked at the note 805344 and that helped me to understand...

  • Cannot change the host name in registry.xml

    After installing WebLogic 10.3.3 on Oracle VM template, the regsitry.xml and registry.dat files cannot be changed to reflect the hostname of the VM Guest
    nstall WebLogic server in a OVM template. The host tag in registry.xml will contain the hostname from the template (e.g. firsttemp.oradev.inddev.national.com.in) .
    Create a guest using this OVM Template and the The host tag in registry.xml will still contain the hostname from the template (e.g. firsttemp.oradev.inddev.national.com.in) rather than the actual hsotname.
    I dont want to change it manually in the register.xml since it may cause problems in future
    any pointers are highly appreciated..

    It is not recommended to change the name for an IP addressIt is not recommended by who? AFAIK there is no such sentence in documentation.
    But there is other:
    host Required. Specify the host name or IP address of the database server computer.
    Instad of "It is not recommended..." better use "Consider this..."
    , as if ever it changes in the future, you'll have to be back and change once again your ip.The same is truth when we are speaking about FQDN (fully qualified domain name).
    How often your company changes the IP adresses on server platform?
    My experience from past:
    First case:
    My company has rebranded and and domain name has been changed but IP has not. Unfortunatelly we were not using OID for resolving. If there were FQDN used then would have to make changes in many files. Fortunatelly we were using IP addresses.
    Now we are using OID for resolving of tnsnames (as primary method).
    What I want to say is both solutions (FQDN or IP) are fine. Each of them has some advantages and also disadvantages.

  • Changing the Host name

    Hello,
    I have been trying to figure out how to change the DNS Fully Qualified Doamin name on an OS X host.
    Example:
    From: MyMac.local
    To: MyMac.domain.com
    Does OS X have a HOSTS file?
    Thanks

    Hi Jason,
    Open NetInfo Manager and click on "Machines"
    Then click the "New" button at the top left.
    Enter the name under the property sections and on the same line enter the IP address under the value(s).
    You can enter as many names for your computer as you like making the IP address the same.
    This is not like the Windows registry hives.

  • Error - couldnt resolve the host name - anyone know how to fix?

    Solved!
    Go to Solution.

    Something in the DNS chain cannot convert from the english web page name into an IP address.
    In Browser pull down settings, Privacy and Security., Clear all.
    Restart Playbook.
    Restart router.
    It may clear itself if your suppliers DNS servers are choked.

  • Change AIX host name

    Hi all,
    I have to change the host name of an AIX server which I have an Oracle 10g already Installed on it.
    First, Is it possible to change the host name without break off oracle server?
    What is the drawback on the oracle server?
    Apart the Listener, what should I change in the configuration of the oracle server, and where?
    drawback on OEM?
    Inventory?
    etc...
    any oracle note??
    Thanks in advance
    S. Hage

    user12004538 wrote:
    Hi all,
    I have to change the host name of an AIX server which I have an Oracle 10g already Installed on it.
    First, Is it possible to change the host name without break off oracle server?
    What is the drawback on the oracle server?
    Apart the Listener, what should I change in the configuration of the oracle server, and where?
    drawback on OEM?
    Inventory?
    etc...
    any oracle note??With V10+ no listener.ora file is required.
    Nothing involving Oracle RDBMS needs to be changed when hostname changes.
    OEM will break when hostname changes.
    tnsnames.ora on remote clients need to be modified to reflect new hostname.

  • How to check the host name or rename the host name in Enterprise Manager

    Hello,
    How do i check the host name or rename the host name in Enterprise Manager for Oracle 11g?
    Regards,
    Ming Man

    there is a shell script called chgip or something
    like that is there . I used it for IAS. I beleive the
    same is there for database too
    Rajesh AlexIf there is, I have not been able to find it.
    Off the top of my head, changing the host name involves at least the following (others feel free to add on):
    For listener and connectivity
    - listener.ora
    - tnsnames.ora (on all clients as well)
    - potentially ldap.ora (on all clients as well)
    - init.ora parameter LOCAL_LISTENER
    For admin using Enterprise Manager (starting 10g)
    - the contents of the sysman schema
    - the directory name of the OEM agent directory
    - the directory name of the OEM OC4J config directory
    - various config files in the OEM OC4J config directory
    Oracle provides the emca to handle this last set.
    In addition, the following refer to hosts that are [probably] not local
    - init parameter REMOTE_LISTENER (usually just points to a tnsnames.ora entry naming remote hosts)
    - init parm SMTP_OUT_SERVER
    Again, adding to the list might be interesting.

  • Change EP host name

    Hello:
    Is it possible to change the host name in the portal server?
    hostA.domain.com -> hostBCDE.domain.com
    What do I need to change in configuration after the name change?
    Thank you

    Hello,
    IT is not possible to change the Host name of the Portal server and it is not at all recommended by SAP.
    Suneel

  • Changing the computer name in SAP R/3

    Computer Name of the SAP R/3 server has been changed after the full installation of Oracle 9i and SAP R/3.
    How to change the computer name after the SAP R/3 can start-up sucessfully?

    Hi
    it is not possible after installing R/3, you cannot change the host name , as per my understanding because when you install it generates a solution manager key based on host name SID and instance number.
    Regards
    Subhash

  • How do I properly change the server name in mountain lion server?

    I need to change my server name to a FQDN, but tried this with Lion server in the past without success. I know in lion you'd use server app, but that's no longer avaiable in mountain lion server and I want to make sure I get this right the first time.
    Thanks!

    I was able to get everything working with some assistance from Apple's enterprise support. After changing the host name, the DNS was still not resolving properly and I couldn't turn on open directory so that I'd be able to start profile manager. The DNS interface is considerably different than that in previous versions of server. The network was set to manual ip with dhcp, which was pulling back an external IP. Overriding the DNS info coming in via the dhcp, setting it to localhost, resolved the issue.
    Thanks!

Maybe you are looking for

  • Apple told me that my iPhone 4 does not have the possibility to store sent e-mails. I can not believe that, but my iPhone has a box for sent mails that is always empty. How can my iPhone store sent e-mails?

    The Apple helpdesk told me that my iPhone 4 does not have the function to keep sent mails stored. I cannot believe that. My iPhone 4 has a Sent box, I have checked the Sent box in Configuratieo--> E-mail, ...Calender..,but the Sent box is always empt

  • QT import let iMovie hang on create event

    Hi all ! While exploring iMovie I wanted to import a quicktime movie file around approx 5 minutes. When iMovie gives the messagebox creating event for that mov it says less than a minute, but nothing happens. After a while the spinning wheel of death

  • WORKFLOW IN ROLE

    hello folks, i have created a user in su01 transaction,also created a role .In taht role i have given the authorization to the object(infoarea,infocube) as per the requirement,as well as have given the authorization for RSA1 transaction.Now added tha

  • Space bar off

    When trying to compose a new document I find the space bar is not working properly. Sometimes when I hit the it, it does not go forward but goes back several letters and makes a space there. It is impossible to control. I don't know if this is a good

  • TMS- SMQ API Error

    I am looking for solution to the below error: Error starting at line 3 in command: exec dmo_maintain_meddra_smq.doit(347, '15.1') Error report: ORA-20000: 245800-Record already exists. ORA-06512: at "OPA.OPA_USER_MSG", line 302 ORA-06512: at "OPA.OPA