Oracle Error: ORA-00119/ORA-00130

Source: Internet
Author: User

Oracle Error: ORA-00119/ORA-00130

When Oracle is started after the Server IP address and host name are changed, the following error occurs:

SQL*Plus: Release 11.2.0.2.0 Production on Wed Nov 14 13:51:39 2012  Copyright (c) 1982, 2010, Oracle.  All rights reserved.  SQL> conn / as sysdba Connected to an idle instance. SQL> startup ORA-00119: invalid specification for system parameter LOCAL_LISTENER ORA-00130: invalid listener address '(ADDRESS=(PROTOCOL=TCP)(HOST=oracledbtest20)(PORT=1521))' SQL>

The solution is as follows:
1. Modify the LOCAL_LISTENER Parameter
1.1 create pfile

SQL> conn / as sysdba Connected to an idle instance. SQL> create pfile from spfile; File created. SQL> quit Disconnected

1.2 modify the pfile content (if no relevant content exists, add it to the end of the file)

*.local_listener= '(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Your IP)))'

1.3 Use pfile to start the Oracle service

SQL> conn / as sysdba Connected to an idle instance. SQL> startup pfile= '$ORACLE_HOME/dbs/init$ORACLE_SID.ora' ; ORACLE instance started. …… Database mounted. Database opened.

1.4 create a new spfile Based on pfile

SQL> create spfile from pfile; File created. SQL> quit

2. Restart

SQL> shutdown immediate Database closed. Database dismounted. ORACLE instance shut down. SQL> startup ORACLE instance started. …… Database mounted. Database opened. SQL>

-------------------------------------- Split line --------------------------------------

Oracle Error: ORA-12514

Install Oracle 11gR2 (x64) in CentOS 6.4)

Steps for installing Oracle 11gR2 in vmwarevm

Install Oracle 11g XE R2 In Debian

-------------------------------------- Split line --------------------------------------

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.