Oracle metadata connector into Google Cloud Data Catalog
424
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
Content type
Image
Digest
sha256:f22213d80…
Size
607.5 MB
Last updated
over 2 years ago
docker pull turingears/oracle2datacatalog