Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-19375

no CREATE TABLE privilege on schema "string"

Cause

The user tried to create a staging table when he is missing the CREATE TABLE privilege on the specified schema.


Action

Grant the privilege to the user and retry