First of all, there was a 12505 error the day before yesterday. I checked it on the Internet and soon solved it. The solution :Oracle_12505 error solution
Today again meet a problem, a habit, online method, found at sixes and sevens, then, to service the block at, oracle sqldeveloper connection need to start listening, I found my listening has not started, then manually start the monitor, to practice again, even, also can go under the DOS startup, entering DOS, direct input:
LSNRCTL start can start
LSNRCTL stop stop service
LSNRCTL status to check the status
In addition, I have changed the location of the configuration file (in the link above)
listener. Ora
# listener.ora Network Configuration File: E:\app\Administrator\product\11.2.0\dbhome_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = E:\app\Administrator\product\11.2.0\dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:E:\app\Administrator\product\11.2.0\dbhome_1\bin\oraclr11.dll")
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = Administrator)(PORT = 1521))
)
)
ADR_BASE_LISTENER = E:\app\Administrator
tnsnames.ora
# tnsnames.ora Network Configuration File: E:\app\Administrator\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
LISTENER_ORCL =
(ADDRESS = (PROTOCOL = TCP)(HOST = Administrator)(PORT = 1521))
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
)
)
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
Read More:
- Failed to create Oracle Oracle home user solution appears in oracle12c installation
- The solution of PL / SQL can’t connect to the remote server after installing Oracle locally
- Oracle 11gR2 RAC ohasd failed to start solution
- Solution to “initializing the Oracle asmlib driver: [failed]”
- Solution of Oracle error 6550
- Oracle login error: Oracle error 6 initializing SQL * plus (normal before)
- Oracle error collection solution
- Oracle12c client32 bit installation error: [ins-20802] Oracle net configuration assistant failed
- Oracle database file is damaged, Error:ORA-01033 :ORACLE initialization or shutdown in progress
- Oracle Net Configuration Assistant failed abnormal solution
- A series of errors encountered in connecting to the database using Oracle SQL developer
- The solution of shared memory real does not exist when Oracle login
- Solution of invalid username / password; login denied error in Oracle Database Foundation
- Python uses CX_ Oracle batch insert error report ora-01036 error solution
- Ie8.0 reports Oracle error 1403 error after logging into Oracle EBS
- Navicate premium Connecting to a remote Oracle,ORA-12514: TNS:listener does not currently know of service requested in c
- Oracle Data Guard Ping [arc2]: heartbeat failed to connect to standby “. Error is 12514 fault analysis
- JDBC connection to Oracle: listener used the connection with the following error: ora-12505
- python cx_Oracle.DatabaseError: Error while trying to retrieve text for error ORA-01804
- Oracle reports an error and lsnrctl listening cannot be started