Developer complains that he can't run CREATE OR REPLACE VIEW for a particular view. He is getting error "ORA-01720: Grant Option Does Not Exist"
I searched online and didn’t find solution that fix my issue. Everyone was getting this error with a GRANT statement. I turned to My Oracle Support and found excellent note which saved my time.
Cause: view has incorrect grants.
Solution:
Remove all grants on the view or Drop and recreate the view
Reference: Post Upgrade To 11.2.0.4, "create or replace view" execution fails with "ORA-01720: Grant Option Does Not Exist" (Doc ID 1628033.1)
Subscribe to:
Post Comments (Atom)
Some Tips About FNDLOAD
Data Synchronization Data Synchronization is a process in which some setup data would be synchronized, and this would be more important w...
-
How to customize Java Virtual Machine Settings in Oracle WebLogic Server To achieve the best performance of the application and avoid perfor...
-
Identify Memory Requirement. Following queries show you how to display the relevant memory information and how to combine with a single stat...
-
Part 1 Introduction to Installing Oracle Fusion Applications 1.1 Certification 1.2 Obtain Oracle Fusion Applications Software Media Downlo...
No comments:
Post a Comment