Solution to ORA-00119 errors in Oracle

Source: Internet
Author: User

When Oracle is started after modifying the parameters, the following error occurs:

SYS @ PROD> startup
ORA-00119: invalid specification for system parameter DISPATCHERS
ORA-00111: invalid attribute DISPPATCHERS

Solution

1. Create pfile

SYS @ PROD> create pfile from spfile;

File created.

2. Modify pfile

[Oracle @ edbjr2p1 dbs] $ vim initPROD. ora

*. Dispatchers = '(PROT = TCP) (DISPATCHERS = 2 )'

3. Start from pfile

SYS @ PROD> startup pfile = '/u01/app/oracle/product/11.2.0/db_1/dbs/initPROD. ora ';
ORACLE instance started.

Total System Global Area 835104768 bytes
Fixed Size 2257840 bytes
Variable Size 549456976 bytes
Database Buffers 281018368 bytes
Redo Buffers 2371584 bytes
Database mounted.
Database opened.

4. Create a spfile

SYS @ PROD> create spfile from pfile;

File created.

Problem Solving

DBCA error ORA-00119 ORA-00132

ORA-00119: invalid specification for system parameter LOCAL_LISTENER

ORA-00119 error handling

ORA-00119, ORA-00130 appears at Oracle startup

Error in ORA-00119: invalid specification for system parameter REMOTE_LISTENER

Oracle ORA-00119, ORA-00132 error handling

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.