Category Archives: SQLAlchemy

Using Oracle SYS_GUID() and RAW in SQLAlchemy

How to use RAW data types from cx_Oracle dialect in SQLAlchemy to create unique row IDs that are generated by SYS_GUID(). Use Oracle’s SYS_GUID() function to create unique IDs for rows without Sequences. Continue reading

Posted in cx_Oracle, Oracle, Programming, python, SQLAlchemy | Leave a comment