How to troubleshoot ORA-12514 errors when startup mount

Source: Internet
Author: User

Startup mount times ORA-12514 error solution oracle dmp File Import database is, the system reports archive log is full, so think of archive log disable;

1. shutdown immediate; success 2. startup mount; ORA-12514: TNS: The listener currently cannot identify the service method requested in the connection descriptor: listener file, add the following content: SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = CLRExtProc) (ORACLE_HOME = D: \ app \ Administrator \ product \ 11.2.0 \ dbhome_1) (PROGRAM = extproc) (ENVS = "EXTPROC_DLLS = ONLY: D: \ app \ Administrator \ product \ 11.2.0 \ dbhome_1 \ bin \ lrlr11.dll") -- // Add here (SID_DESC = (GLOBAL_DBNAME = orcl.com) (ORACLE_HOME = D: \ app \ Administrator \ product \ 11.2.0 \ dbhome_1) (SID_NAME = ORCL) -- = both GLOBAL_DBNAME and SID_NAME need to be written) 3. Restart the listening service lsnrctl stop; slnrctl start; 4. log on to startup mount as a SYS user; Connect to idle routine 5. alter database noarchivelog; 6. alter database open;

 


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.