> ## Documentation Index
> Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure the FXPKCS11 module in Oracle DB

> Procedural steps to integrate the FXPKCS11 module with Oracle Database.

Perform the following steps to copy the Futurex PKCS #11 library to the required file path:

<Steps>
  <Step>
    Create the directory path `/opt/oracle/extapi/[32,64]/hsm/futurex/X.XX/` (where `X.XX` is the library version).
  </Step>

  <Step>
    Copy the Futurex PKCS #11 library file (`libfxpkcs11.so`) to the path `/opt/oracle/extapi/[32,64]/hsm/futurex/X.XX/`.
  </Step>

  <Step>
    Copy the `PKCS11Manager` and `fxpkcs11.cfg` files into the `/etc` directory.
  </Step>
</Steps>
