Sign inSign up

turingears/oracle2datacatalog

By turingears

•Updated over 2 years ago

Oracle metadata connector into Google Cloud Data Catalog

Image
Integration & delivery
Databases & storage
0

424

turingears/oracle2datacatalog repository overview

Requires a service account with the role “Data Catalog Admin”.

run the docker command in the same path where you saved your service account with the name key.json

docker run --rm --tty \
-v $(pwd):/data \
-e GOOGLE_APPLICATION_CREDENTIALS=/data/key.json \
--network host oracle2datacatalog \
--datacatalog-project-id=$ORACLE2DC_DATACATALOG_PROJECT_ID  \
--datacatalog-location-id=$ORACLE2DC_DATACATALOG_LOCATION_ID \
--datacatalog-entry-group-id=oracle-onpremise \
--oracle-host=$ORACLE2DC_ORACLE_SERVER \
--oracle-port=$ORACLE2DC_ORACLE_SERVER_PORT  \
--oracle-user=$ORACLE2DC_ORACLE_USERNAME \
--oracle-pass=$ORACLE2DC_ORACLE_PASSWORD \
--oracle-db-service=$ORACLE2DC_ORACLE_DATABASE_SERVICE

Tag summary

Content type

Image

Digest

sha256:f22213d80…

Size

607.5 MB

Last updated

over 2 years ago

docker pull turingears/oracle2datacatalog