Skip to content
Simone Margaritelli edited this page Oct 25, 2023 · 1 revision

Oracle Password Authentication.

NOTE: this is an optional feature that is not compiled by default, enable during compilation with by using cargo build --release -F oracle.

Examples

legba oracle \
    --target localhost:1521 \
    --oracle-database SYSTEM \
    --username admin \
    --password data/passwords.txt
Clone this wiki locally