Error appearing while creating a table in my class in oracle 21c

21 views Asked by At

ora-01031: insufficient privileges in oracle 21c This Error is appearing when i am creating a new table in SQL . what should i do to give privileges to my user .

I Tried .

  1. grant create any view to C##python;
  2. grant create session to C##python;

I tried to give privileges with the help of these commands but still doesn't work.

0

There are 0 answers