Documentation
ODP 3.3.6.3-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Using Schema Registry with Oracle
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Set the properties as shown to set up Schema Registry with the Oracle database, in the SCHEMA REGISTRY CONFIGURATION section under Schema Registry Config.
Bash
Registry storage database name : <schema name for registry>Registry storage type : ORACLERegistry storage user : <user name for registry>storage password : <database password for hue>Database Host with Port : <oracle database host>:<oracle database port, default : 1521 >The Registry storage connector URL will be auto-populated based on the above properties.
The below image is for reference.

Miscellaneous
Follow the below steps to create a Registry user or schema.
Bash
x
## OPENING SHELL TO ORACLEDB[oracle@oracle1 MPACKS]$ sqlplus / as sysdba## CONNECT TO CDBALTER SESSION SET CONTAINER=ORCLPDB1;## QUERIES TO CREATE USER/SCHEMACREATE USER registry2 IDENTIFIED BY ambari_password default tablespace "USERS" temporary tablespace "TEMP";GRANT unlimited tablespace to registry2;GRANT create session to registry2;GRANT create TABLE to registry2;GRANT create SEQUENCE to registry2;GRANT CREATE PROCEDURE TO registry2;Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on May 14, 2025
Was this page helpful?
Next to read:
AirflowDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message