Grant Create Index to User?by Ed ChenJune 13, 2020May 26, 2023CREATE INDEX Privilege? Tried to grant a CREATE INDEX system privilege to an user, it failed with ORA-00990. SQL> grant create index to oe; grant… Read More »Grant Create Index to User?
How to Resolve ORA-01720: grant option does not existby Ed ChenDecember 3, 2019March 3, 202328 CommentsORA-01720 Got error ORA-01720 when we tried to grant an object privilege to another user. ORA-01720 means that the grantor doesn't have the right privilege… Read More »How to Resolve ORA-01720: grant option does not exist
How to Resolve ORA-00942: table or view does not existby Ed ChenMarch 23, 2019May 15, 20234 CommentsORA-00942 ORA-00942 means that SQL engine found no table or view in your usable scope. In other words, table or view does not exist. The… Read More »How to Resolve ORA-00942: table or view does not exist