Remove EM, force end the EM process, start the database ORA-00119, the solution to ORA-00132 error, ora-00119ora-00132

Source: Internet
Author: User

Remove EM, force end the EM process, start the database ORA-00119, the solution to ORA-00132 error, ora-00119ora-00132

When you use the emca-deconfig dbcontrol db-repos drop command to delete the EM database, it has not been deleted for a long time. During this period, the number of database connections has soared to the maximum number of database connections. As a result, the front-end and back-end databases cannot be connected. Force killing EM and application-related processes, shut down the database, restart the database times: ORA-00119, ORA-00132 error.
SQL> startup;

ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'listener _ ORCL'

By querying metalink, it is possible that the host name is changed.

Modify the parameter file to solve the problem:

Create pfile through spfile

$ Sqlplus/as sysdba;
SQL> create pfile from spfile;

You can view the pfile file and find the local_listener parameter. Modify the parameter *. local_listener = 'listener _ ORCL 'is *. local_listener = '(ADDRESS_LIST = (Address = (Protocol = tcp) (Host = your_hostname) (Port = 1521)') Save and exit.
Then log on to the database and create a spfile based on the modified pfile file.

$ Sqlplus/as sysdba;
SQL> create spfile from pfile;

Finally, start the database. OK, solve the problem!

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.