The following query will do it:
SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;
Oracle DBA and beyond; these are practical tips for day to day DBA operation and maintenance; a place where you would come to look for a quick fix for a burning situation. I hope that by sharing all these, we all will become better in what we do. And on the way, I hope to save you some sweat :-)
Tuesday, 27 June 2017
Thursday, 15 June 2017
How to debug "Warning: View created with compilation errors." ?
SQL>alter view MY_VIEW compile;
Warning: View created with
compilation errors.
So how do we know what the errors is?
One way is shown below:
SQL> show errors view
MY_VIEW
Errors for VIEW
MY_VIEW:
LINE/COL ERROR
--------
-----------------------------------------------------------------
0/0
ORA-01031: insufficient privileges
Subscribe to:
Posts (Atom)