Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #insufficient #privileges #creating #view #sql #oracle
ADD COMMENT
Topic
Name
6+5 =