|
[oracle@sztech ~]$ wrc system/oracle mode=replay replaydir=/home/oracle/db_replay_capture
Workload Replay Client: Release 19.3.0.0.0 - Production on Tue Aug 30 16:07:07 2022
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
(wrc_main_8814.trc) ORA-15552: workload replay client cannot login to database server
修改system用户密码
[oracle@sztech ~]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Tue Aug 30 16:10:11 2022
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
SQL> alter user system identified by oracle;
User altered.
再次运行wrc命令:
[oracle@sztech ~]$ wrc system/oracle REPLAYDIR=/home/oracle/db_replay_capture
Workload Replay Client: Release 19.3.0.0.0 - Production on Tue Aug 30 16:11:51 2022
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
Wait for the replay to start (16:11:51)
|
|