9.123 V$PKCS11_PATH
V$PKCS11_PATH
displays all processes that are using a PKCS#11 library for Transparent Data Encryption (TDE).
The SQL command ADMINISTER
KEY
MANAGEMENT
SWITCHOVER
TO
LIBRARY
instructs the database to switch over from the current PKCS#11 library to a new PKCS#11 library, without incurring system downtime. After you issue this command, foreground and background processes are gradually switched over to the new library. You can use this view to monitor the PKCS#11 library being used by each process. When you determine that all processes have switched over to the new library, you can safely remove the old library from disk.
Column | Datatype | Description |
---|---|---|
|
|
ID of the process |
|
|
Name of the process |
|
|
Full operating system path for the PKCS#11 library being used by the process |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is available starting with Oracle Database 21c.