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 .
- grant create any view to C##python;
- grant create session to C##python;
I tried to give privileges with the help of these commands but still doesn't work.