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 Hue with Oracle
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Set the properties as shown in the HUE DATABASES section under CONFIGS, then run metastoresync to set up Hue with the Oracle database.
Bash
DB FLAVOUR : OracleDatabase Name : (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<oracle database host>)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=<service name>)))Database Username : <user name for hue>Database Password : <database password for hue>Hue Metastore Host : <oracle database host>Hue Metastore Port : <oracle database port, default : 1521 >Database Options : {"threaded": true}Above SERVICE_NAME is database name eg: ORCLPDB1
Pay attention to the Database Name, as it is a string containing multiple properties.
The below Image is for reference.

Miscellaneous
Follow the below steps to create a Hue user or schema.
Bash
x
## OPENING SHELL TO ORACLEDB[oracle@oracle1]$ sqlplus / as sysdba## CONNECT TO CDBALTER SESSION SET CONTAINER=ORCLPDB1;## QUERIES TO CREATE USER/SCHEMACREATE USER hue IDENTIFIED BY ambari_password default tablespace "USERS" temporary tablespace "TEMP";GRANT unlimited tablespace to hue;GRANT create session to hue;GRANT create TABLE to hue;GRANT create SEQUENCE to hue;Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Jan 13, 2026
Was this page helpful?
Next to read:
Using Schema Registry with OracleDiscard 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