Does K6 provide any Extensions to do Oracle DB Performance Testing.
I don’t think such an extension currently exists, sorry It should be fairly easy to add to GitHub - grafana/xk6-sql: k6 extension to load test RDBMSs (PostgreSQL, MySQL, MS SQL and SQLite3) or another extension based on it, there seems to be a few Go database drivers for Oracle DB around:
- GitHub - mattn/go-oci8: Oracle driver for Go using database/sql
- GitHub - godror/godror: GO DRiver for ORacle DB (not ideal, since it requires CGO)