ORA-12514 : TNS : listener does not currently know of service requested in connect가 되었을 때의 대응 방법
이벤트 : SQL * Plus에서 RDS에 연결하려고하면 연결할 수 없습니다.
$ sqlplus64 admin/[email protected]:1521/ponsukedb
SQL*Plus: Release 12.2.0.1.0 Production on 火 3月 10 11:26:38 2020
Copyright (c) 1982, 2016, Oracle. All rights reserved.
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
ユーザー名を入力してください:
원인 : 데이터베이스 이름이 잘못되었기 때문에
연결 대상 리스너가 연결 정보에 포함된 SERVICE_NAME에 해당하는 서비스를 식별할 수 없는 경우에 출력됩니다.
ORA-12514 - 해결! ORACLE!
데이터베이스 이름(SID)이 8자 이상인 시점에서 잘못되었습니다.
데이터베이스 이름은 8바이트로 제한됩니다.
데이터베이스 오브젝트 이름 및 한정자
해결 방법: AWS 콘솔에서 올바른 데이터베이스 이름을 확인하고 다시 연결합니다.
메모리 부족으로 RDS를 만들 때 지정한 데이터베이스 이름을 잊어 버렸습니다
$ sqlplus64 admin/[email protected]:1521/ponsukedb
SQL*Plus: Release 12.2.0.1.0 Production on 火 3月 10 11:26:38 2020
Copyright (c) 1982, 2016, Oracle. All rights reserved.
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
ユーザー名を入力してください:
$ sqlplus64 admin/[email protected]:1521/pondb
SQL*Plus: Release 12.2.0.1.0 Production on 火 3月 10 11:45:48 2020
Copyright (c) 1982, 2016, Oracle. All rights reserved.
最終正常ログイン時間: 火 3月 10 2020 11:17:11 +00:00
Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production
に接続されました。
SQL>
Reference
이 문제에 관하여(ORA-12514 : TNS : listener does not currently know of service requested in connect가 되었을 때의 대응 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ponsuke0531/items/3f970a6e84f222727d42텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)