Problem Description:
In the morning, I created Oracle11g on the new machine and reported an error when starting with the startup command:
This error message means:
ora-00119: the initialization parameters of the system are invalid
Ora-00132: unresolved network listener name
My understanding: there is a problem with the listening configuration in the initialization file. It cannot be initialized and listening cannot be started.
Troubleshooting direction:
View the initialization file. Everyone has different installation paths.
The initialization file must exist in the Oracle installation directory orcl. My path:
Open the initialization file in Notepad and find the local listening configuration: local_Listener: the original local listening configuration parameter is listener_ORCL
Now, change it to:
local_listener=(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)
verification:
Load initialization file synchronously at startup:
The database started successfully.
Read More:
- Yaml is installed, and the error YAMLLoadWarning is reported as soon as the code runs: calling yaml.load() without Loader=… is deprecated, as the default Loader is unsafe.
- Oracle monitoring error tns-01189 [How to Solve]
- [Solved] lightdb oracle_fdw Error: ERROR: error connecting to Oracle: OCIEnvCreate failed to create environment handle
- ORA-12505 error when java connects to oracle database
- Android studio can’t start, running error: warning: crash service did not start
- [Solved] ora 01033 linux,ORA-01033: ORACLE initialization or shutdown in progres
- Oracle Database Cannot Open mount Mode Error: ORA-01102
- [Solved] integrated swagger Start Error: Failed to start bean ‘documentationPluginsBootstrapper‘;
- [Solved] Navicat Connect Error: Oracle library is not loaded.
- Oracle18c Error: ORA-12012: error on auto execute of job
- [Solved] Oracle Delete the Archive Error: RMAN-08137
- Oracle 12.2.0.1 opatch lsinventory Error: LsInventorySession failed: RawInventory gets null OracleHomeInfo
- PLSQL even oracle11g problem on 64-bit machine: SQL*Net not properly installed and ORA-12154:TNS: cannot handle service name
- Oracle VM VirtualBox open replication virtual machine Error
- [Solved] zookeeper Startup Error: already running as process
- [Solved] Springboot project Create to start Error: APPLICATION FAILED TO START
- [Solved] xacro: error: expected exactly one input file as argument
- Oracle prompt text does not match format string
- [Solved] This application has no explicit mapping for /error, so you are seeing this as a fallback
- error: field ‘XXX’ declared as a function [How to Solve]