mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

oracle oci8 support mac arm64?,for example mac m1 #435

Open PengFei-io opened 1 year ago

PengFei-io commented 1 year ago

oracle oci8 support mac arm64?,for example mac m1. when use the mac m1 computer run the oci8 drive. its will occurred error.not found oci8.

cjbj commented 1 year ago

Until we (Oracle) release it for Apple Silicon, you'll need to use Instant Client for Intel via Rosetta, or use the Linux ARM Instant Client in a Docker container.

PengFei-io commented 1 year ago

all right,thanks

fairclothjm commented 1 month ago

It looks like Oracle has published the instant client for Apple Silicon: https://docs.oracle.com/en/database/oracle/oracle-database/23/mxcli/overview-of-oracle-database-client-installation.html

cjbj commented 1 month ago

Yes. Also see https://medium.com/oracledevs/installing-oracle-instant-client-for-apple-macos-arm64-m1-m2-m3-2c81f246feb9