Answers for "insufficient privileges while creating view in sql oracle"

SQL
0

insufficient privileges while creating view in sql oracle

GRANT CREATE VIEW TO <dbusername>;
Note: run above command after log in as admin.
for admin login: 'connect sys/sys sysdba'
Posted by: Guest on November-14-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language