Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

cx_Oracle.DatabaseError: ORA-06598: insufficient INHERIT PRIVILEGES privilege on oml.ds.save in OML notebook

user-3sgdcNov 6 2023

I tried to use oml.ds.save in OML notebook python but I got this error “Traceback (most recent call last): File "/tmp/python4076381054284049574/zeppelin_python.py", line 215, in <module> exec(code, _zcUserQueryNameSpace) File "<stdin>", line 26, in <module> File "oml/ds/persist.py", line 134, in oml.ds.persist.save cx_Oracle.DatabaseError: ORA-06598: insufficient INHERIT PRIVILEGES privilege ORA-06512: at "PYQSYS.PYQ$ADDDATASTORE", line 1 ORA-06512: at line 1” how can I fix this?

Comments
Post Details
Added on Nov 6 2023
1 comment
1,805 views