Bo's Oracle Station

查看: 1685|回复: 0

课程第32次

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2019-12-15 20:32:00 | 显示全部楼层 |阅读模式
  1. select  * from v$backup_sync_io;

  2. select  * from v$backup_async_io;
复制代码
 5.png


调优RMAN控制multiplexing:


  1. RMAN> backup tag '10T_WHOLE_FULL' database;

  2. Starting backup at 2019-12-18:16:32:24
  3. allocated channel: ORA_SBT_TAPE_1
  4. channel ORA_SBT_TAPE_1: SID=140 device type=SBT_TAPE
  5. channel ORA_SBT_TAPE_1: Oracle Secure Backup
  6. allocated channel: ORA_SBT_TAPE_2
  7. channel ORA_SBT_TAPE_2: SID=78 device type=SBT_TAPE
  8. channel ORA_SBT_TAPE_2: Oracle Secure Backup
  9. channel ORA_SBT_TAPE_1: starting full datafile backup set
  10. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  11. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  12. input datafile file number=00004 name=+DATA/orcl/datafile/users.265.1026941797
  13. channel ORA_SBT_TAPE_1: starting piece 1 at 2019-12-18:16:32:36
  14. channel ORA_SBT_TAPE_2: starting full datafile backup set
  15. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  16. input datafile file number=00002 name=+DATA/orcl/datafile/sysaux.282.1026941797
  17. input datafile file number=00003 name=+DATA/orcl/datafile/undotbs1.281.1026941797
  18. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:16:32:37
  19. channel ORA_SBT_TAPE_1: finished piece 1 at 2019-12-18:16:33:32
  20. piece handle=1dujoct4_1_1 tag=10T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  21. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:56
  22. channel ORA_SBT_TAPE_1: starting full datafile backup set
  23. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  24. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:16:33:32
  25. piece handle=1eujoct4_1_1 tag=10T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  26. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:55
  27. channel ORA_SBT_TAPE_2: starting full datafile backup set
  28. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  29. including current SPFILE in backup set
  30. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:16:33:32
  31. including current control file in backup set
  32. channel ORA_SBT_TAPE_1: starting piece 1 at 2019-12-18:16:33:32
  33. channel ORA_SBT_TAPE_1: finished piece 1 at 2019-12-18:16:33:57
  34. piece handle=1fujocus_1_1 tag=10T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  35. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
  36. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:16:33:57
  37. piece handle=1gujocus_1_1 tag=10T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  38. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:25
  39. Finished backup at 2019-12-18:16:33:57
复制代码

------

  1. RMAN> backup tag '11T_WHOLE_FULL' filesperset 1 database ;

  2. Starting backup at 2019-12-18:16:49:40
  3. using channel ORA_SBT_TAPE_1
  4. using channel ORA_SBT_TAPE_2
  5. channel ORA_SBT_TAPE_1: starting full datafile backup set
  6. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  7. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  8. channel ORA_SBT_TAPE_1: starting piece 1 at 2019-12-18:16:49:42
  9. channel ORA_SBT_TAPE_2: starting full datafile backup set
  10. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  11. input datafile file number=00002 name=+DATA/orcl/datafile/sysaux.282.1026941797
  12. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:16:49:42
  13. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:16:50:27
  14. piece handle=1iujodt6_1_1 tag=11T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  15. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:45
  16. channel ORA_SBT_TAPE_2: starting full datafile backup set
  17. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  18. input datafile file number=00003 name=+DATA/orcl/datafile/undotbs1.281.1026941797
  19. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:16:50:27
  20. channel ORA_SBT_TAPE_1: finished piece 1 at 2019-12-18:16:50:42
  21. piece handle=1hujodt6_1_1 tag=11T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  22. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:01:01
  23. channel ORA_SBT_TAPE_1: starting full datafile backup set
  24. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  25. including current control file in backup set
  26. channel ORA_SBT_TAPE_1: starting piece 1 at 2019-12-18:16:50:44
  27. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:16:50:44
  28. piece handle=1jujoduj_1_1 tag=11T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  29. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:17
  30. channel ORA_SBT_TAPE_2: starting full datafile backup set
  31. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  32. input datafile file number=00004 name=+DATA/orcl/datafile/users.265.1026941797
  33. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:16:50:44
  34. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:16:51:09
  35. piece handle=1lujodv4_1_1 tag=11T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  36. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:25
  37. channel ORA_SBT_TAPE_2: starting full datafile backup set
  38. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  39. including current SPFILE in backup set
  40. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:16:51:10
  41. channel ORA_SBT_TAPE_1: finished piece 1 at 2019-12-18:16:51:17
  42. piece handle=1kujodv3_1_1 tag=11T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  43. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:33
  44. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:16:51:35
  45. piece handle=1mujodvu_1_1 tag=11T_WHOLE_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  46. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:25
  47. Finished backup at 2019-12-18:16:51:35
复制代码

------最佳:
  1. RMAN> run {                                   
  2. 2> allocate channel c1 device type sbt maxopenfiles 3;
  3. 3> allocate channel c2 device type sbt maxopenfiles 3;
  4. 4> backup tag '12T_WHOLE_FULL' (datafile 1 channel c1 ) (datafile 2,3,4 channel c2);
  5. 5> release channel c1;
  6. 6> release channel c2;
  7. 7> }

  8. released channel: ORA_SBT_TAPE_1
  9. released channel: ORA_SBT_TAPE_2
  10. allocated channel: c1
  11. channel c1: SID=140 device type=SBT_TAPE
  12. channel c1: Oracle Secure Backup

  13. allocated channel: c2
  14. channel c2: SID=78 device type=SBT_TAPE
  15. channel c2: Oracle Secure Backup

  16. Starting backup at 2019-12-18:16:59:14
  17. channel c1: starting full datafile backup set
  18. channel c1: specifying datafile(s) in backup set
  19. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  20. channel c1: starting piece 1 at 2019-12-18:16:59:15
  21. channel c2: starting full datafile backup set
  22. channel c2: specifying datafile(s) in backup set
  23. input datafile file number=00002 name=+DATA/orcl/datafile/sysaux.282.1026941797
  24. input datafile file number=00003 name=+DATA/orcl/datafile/undotbs1.281.1026941797
  25. input datafile file number=00004 name=+DATA/orcl/datafile/users.265.1026941797
  26. channel c2: starting piece 1 at 2019-12-18:16:59:16
复制代码
-------------------------------
  1. RMAN> backup tag '13T_USERS_FULL' tablespace users;

  2. Starting backup at 2019-12-18:17:02:28
  3. using target database control file instead of recovery catalog
  4. allocated channel: ORA_SBT_TAPE_1
  5. channel ORA_SBT_TAPE_1: SID=195 device type=SBT_TAPE
  6. channel ORA_SBT_TAPE_1: Oracle Secure Backup
  7. allocated channel: ORA_SBT_TAPE_2
  8. channel ORA_SBT_TAPE_2: SID=68 device type=SBT_TAPE
  9. channel ORA_SBT_TAPE_2: Oracle Secure Backup
  10. channel ORA_SBT_TAPE_1: starting full datafile backup set
  11. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  12. input datafile file number=00004 name=+DATA/orcl/datafile/users.265.1026941797
  13. channel ORA_SBT_TAPE_1: starting piece 1 at 2019-12-18:17:02:39
  14. channel ORA_SBT_TAPE_1: finished piece 1 at 2019-12-18:17:03:04
  15. piece handle=1qujoelf_1_1 tag=13T_USERS_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  16. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
  17. Finished backup at 2019-12-18:17:03:04
复制代码
-----
  1. <blockquote>RMAN> backup tag '14T_USERS_FULL'  duration 00:05 minimize load tablespace users;
复制代码

-----开片方法:
  1. RMAN> run {
  2. 2> allocate channel c1 device type sbt maxpiecesize 100M;
  3. 3> backup tag '15T_SYSTEM_FULL'  tablespace system ;
  4. 4> }

  5. allocated channel: c1
  6. channel c1: SID=20 device type=SBT_TAPE
  7. channel c1: Oracle Secure Backup

  8. Starting backup at 2019-12-18:17:12:37
  9. channel c1: starting full datafile backup set
  10. channel c1: specifying datafile(s) in backup set
  11. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  12. channel c1: starting piece 1 at 2019-12-18:17:12:38
  13. channel c1: finished piece 1 at 2019-12-18:17:13:13
  14. piece handle=1sujof86_1_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  15. channel c1: starting piece 2 at 2019-12-18:17:13:13
  16. channel c1: finished piece 2 at 2019-12-18:17:13:38
  17. piece handle=1sujof86_2_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  18. channel c1: starting piece 3 at 2019-12-18:17:13:38
  19. channel c1: finished piece 3 at 2019-12-18:17:14:03
  20. piece handle=1sujof86_3_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  21. channel c1: starting piece 4 at 2019-12-18:17:14:03
  22. channel c1: finished piece 4 at 2019-12-18:17:14:38
  23. piece handle=1sujof86_4_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  24. channel c1: starting piece 5 at 2019-12-18:17:14:38
  25. channel c1: finished piece 5 at 2019-12-18:17:15:13
  26. piece handle=1sujof86_5_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  27. channel c1: starting piece 6 at 2019-12-18:17:15:13
  28. channel c1: finished piece 6 at 2019-12-18:17:15:58
  29. piece handle=1sujof86_6_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  30. channel c1: starting piece 7 at 2019-12-18:17:15:58
  31. channel c1: finished piece 7 at 2019-12-18:17:16:23
  32. piece handle=1sujof86_7_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  33. channel c1: backup set complete, elapsed time: 00:03:45
  34. channel c1: starting full datafile backup set
  35. channel c1: specifying datafile(s) in backup set
  36. including current control file in backup set
  37. including current SPFILE in backup set
  38. channel c1: starting piece 1 at 2019-12-18:17:16:24
  39. channel c1: finished piece 1 at 2019-12-18:17:16:49
  40. piece handle=1tujoff7_1_1 tag=15T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  41. channel c1: backup set complete, elapsed time: 00:00:25
  42. Finished backup at 2019-12-18:17:16:49
  43. released channel: c1

  44. RMAN>
复制代码
  1. [oracle@station76 ~]$ rman target /

  2. Recovery Manager: Release 11.2.0.4.0 - Production on Wed Dec 18 17:22:42 2019

  3. Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

  4. connected to target database: ORCL (DBID=1554722616)

  5. RMAN> backup tag '16T_SYSTEM_FULL' section size 100M tablespace system;

  6. Starting backup at 2019-12-18:17:22:49
  7. using target database control file instead of recovery catalog
  8. allocated channel: ORA_SBT_TAPE_1
  9. channel ORA_SBT_TAPE_1: SID=143 device type=SBT_TAPE
  10. channel ORA_SBT_TAPE_1: Oracle Secure Backup
  11. allocated channel: ORA_SBT_TAPE_2
  12. channel ORA_SBT_TAPE_2: SID=20 device type=SBT_TAPE
  13. channel ORA_SBT_TAPE_2: Oracle Secure Backup
  14. channel ORA_SBT_TAPE_1: starting full datafile backup set
  15. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  16. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  17. backing up blocks 1 through 12800
  18. channel ORA_SBT_TAPE_1: starting piece 1 at 2019-12-18:17:23:03
  19. channel ORA_SBT_TAPE_2: starting full datafile backup set
  20. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  21. including current control file in backup set
  22. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:17:23:04
  23. channel ORA_SBT_TAPE_1: finished piece 1 at 2019-12-18:17:23:29
  24. piece handle=1uujofrn_1_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  25. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:26
  26. channel ORA_SBT_TAPE_1: starting full datafile backup set
  27. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  28. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  29. backing up blocks 12801 through 25600
  30. channel ORA_SBT_TAPE_1: starting piece 2 at 2019-12-18:17:23:30
  31. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:17:23:30
  32. piece handle=1vujofrn_1_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  33. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:26
  34. channel ORA_SBT_TAPE_2: starting full datafile backup set
  35. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  36. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  37. backing up blocks 25601 through 38400
  38. channel ORA_SBT_TAPE_2: starting piece 3 at 2019-12-18:17:23:30
  39. channel ORA_SBT_TAPE_1: finished piece 2 at 2019-12-18:17:23:55
  40. piece handle=1uujofrn_2_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  41. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
  42. channel ORA_SBT_TAPE_1: starting full datafile backup set
  43. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  44. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  45. backing up blocks 38401 through 51200
  46. channel ORA_SBT_TAPE_1: starting piece 4 at 2019-12-18:17:23:56
  47. channel ORA_SBT_TAPE_2: finished piece 3 at 2019-12-18:17:23:57
  48. piece handle=1uujofrn_3_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  49. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:27
  50. channel ORA_SBT_TAPE_2: starting full datafile backup set
  51. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  52. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  53. backing up blocks 51201 through 64000
  54. channel ORA_SBT_TAPE_2: starting piece 5 at 2019-12-18:17:23:57
  55. channel ORA_SBT_TAPE_1: finished piece 4 at 2019-12-18:17:24:32
  56. piece handle=1uujofrn_4_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  57. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:36
  58. channel ORA_SBT_TAPE_1: starting full datafile backup set
  59. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  60. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  61. backing up blocks 64001 through 76800
  62. channel ORA_SBT_TAPE_1: starting piece 6 at 2019-12-18:17:24:33
  63. channel ORA_SBT_TAPE_2: finished piece 5 at 2019-12-18:17:24:33
  64. piece handle=1uujofrn_5_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  65. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:36
  66. channel ORA_SBT_TAPE_2: starting full datafile backup set
  67. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  68. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  69. backing up blocks 76801 through 89600
  70. channel ORA_SBT_TAPE_2: starting piece 7 at 2019-12-18:17:24:33
  71. channel ORA_SBT_TAPE_1: finished piece 6 at 2019-12-18:17:25:08
  72. piece handle=1uujofrn_6_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  73. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:35
  74. channel ORA_SBT_TAPE_1: starting full datafile backup set
  75. channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
  76. input datafile file number=00001 name=+DATA/orcl/datafile/system.283.1026941797
  77. backing up blocks 89601 through 96000
  78. channel ORA_SBT_TAPE_1: starting piece 8 at 2019-12-18:17:25:08
  79. channel ORA_SBT_TAPE_2: finished piece 7 at 2019-12-18:17:25:08
  80. piece handle=1uujofrn_7_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  81. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:36
  82. channel ORA_SBT_TAPE_2: starting full datafile backup set
  83. channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
  84. including current SPFILE in backup set
  85. channel ORA_SBT_TAPE_2: starting piece 1 at 2019-12-18:17:25:09
  86. channel ORA_SBT_TAPE_1: finished piece 8 at 2019-12-18:17:25:34
  87. piece handle=1uujofrn_8_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  88. channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:26
  89. channel ORA_SBT_TAPE_2: finished piece 1 at 2019-12-18:17:25:34
  90. piece handle=27ujofvl_1_1 tag=16T_SYSTEM_FULL comment=API Version 2.0,MMS Version 10.4.0.4
  91. channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:25
  92. Finished backup at 2019-12-18:17:25:34

  93. RMAN>
复制代码

主密钥默认路径:
  1. select  * from v$encryption_wallet;
复制代码
   WRL_TYPEWRL_PARAMETERSTATUS
1file/u01/app/oracle/wallet/orcl/CLOSED

建目录。

--------
(如果之前有创建过TDE,先删除之前所有的加密表,然后再:truncate  table enc$;)

  1. SQL> alter system set encryption key authenticated by "oracleisgreate1";

  2. System altered.

  3. SQL>
复制代码


  1. SQL> alter system set encryption wallet open identified by "oracleisgreate1";

  2. System altered.

  3. SQL>
复制代码

复制代码
  1. SQL> conn hr/oracle_4U
  2. Connected.
  3. SQL> create table t05304( a  number encrypt ) ;

  4. Table created.

  5. SQL>  create table t05304_b ( a  number  encrypt using 'AES256') ;

  6. Table created.

  7. SQL> insert into t05304 values (1) ;

  8. 1 row created.

  9. SQL> commit;

  10. Commit complete.

  11. SQL> insert into t05304_b values (2) ;

  12. 1 row created.

  13. SQL> commit;

  14. Commit complete.

  15. SQL>
复制代码
  1. select  * from dba_encrypted_columns;
复制代码
   OWNERTABLE_NAMECOLUMN_NAMEENCRYPTION_ALGSALTINTEGRITY_ALG
1HRT05304AAES 192 bits keyYESSHA-1
2HRT05304_BAAES 256 bits keyYESSHA-1


同一张表,只有一个密钥:
  1. SQL>  alter table t05304_b add ( b varchar2(10)  encrypt using 'AES192') ;
  2. alter table t05304_b add ( b varchar2(10)  encrypt using 'AES192')
  3.                             *
  4. ERROR at line 1:
  5. ORA-28340: a different encryption algorithm has been chosen for the table


  6. SQL> alter table t05304_b add ( b varchar2(10)  encrypt);

  7. Table altered.

  8. SQL>
复制代码
测试:关闭主密钥:
  1. SQL> alter system set encryption wallet close identified by "oracleisgreat1";
复制代码

改主密钥密码的时候用OWM:
6.png


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-5-8 20:10 , Processed in 0.079610 second(s), 27 queries .

快速回复 返回顶部 返回列表