데이터베이스 리 플레이 wrc 명령 오류 ORA - 15552: workload 리 플레이 클 라 이언 트 는 데이터베이스 서버 에 로그 인 할 수 없습니다.
[oracle@hosta capturefile]$ wrc system/oracle@tgt1 replaydir=/home/oracle/capturefile mode=replay
Workload Replay Client: Release 11.1.0.7.0 - Production on Fri Feb 26 01:48:57 2016
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Errors in file :
ORA-15552: workload replay client cannot login to database server
[oracle@hosta capturefile]$
[oracle@hosta capturefile]$sqlplus system/oracle@tgt1
SQL*Plus: Release 11.1.0.7.0 Production on Fri Feb 26 02:01:23 2016
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-28002: the password will expire within 7 days ---->>>> ? ?
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
With the OLAP and Data Mining options
SQL>
그래서 system 비밀 번 호 를 수 정 했 습 니 다.
SQL> alter user system identified by oracle;
User altered.
sqlplus, ora-28002
[oracle@hosta admin]$ sqlplus <a target=_blank href="mailto:system/oracle@tgt1SQL*Plus">system/oracle@tgt1
SQL*Plus</a>: Release 11.1.0.7.0 - Production on Fri Feb 26 02:02:54 2016
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
그리고 wrc 명령 을 다시 실행 합 니 다:
[oracle@edsir5p17 admin]$ wrc system/oracle@tgt1 REPLAYDIR=/home/oracle/capturefile
Workload Replay Client: Release 11.1.0.7.0 - Production on Sun Feb 28 20:30:52 2016
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Wait for the replay to start (20:30:52) ---->>> , wrc client db 。
결론: 비밀번호 가 만 료 되 는 user, wrc 에 로그 인 할 수 없습니다. 이것 은 bug 라 고 할 수 있 습 니 다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Faker Gem으로 데이터를 빠르게 시드하는 방법 ⚡️🏃🏻💨소개 , 데이터 시드를 빠르고 쉽고 재미있게 할 수 있습니다! 페이커란? 설치 결론...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.