V$RMAN_ENCRYPTION_ALGORITHMS
displays supported encryption algorithms. It is used by the RMAN client to validate user-requested algorithms. This view will list AES128, AES192, and AES256 encryption algorithms for the current release. The default algorithm is AES128.
Column | Datatype | Description |
|
| Number to identify the algorithm |
|
| Name of the algorithm (for example, AES128, AES192, and AES256) |
|
| Description of the algorithm |
|
|
|
|
|
|
Note:
1.
select * from V$RMAN_ENCRYPTION_ALGORITHMS;
ALGORITHM_ID | ALGORITHM_NAME | ALGORITHM_DESCRIPTION | IS_DEFAULT | RESTORE_ONLY |
1 | AES128 | AES 128-bit key | YES | NO |
2 | AES192 | AES 192-bit key | NO | NO |
3 | AES256 | AES 256-bit key | NO | NO |
No comments:
Post a Comment