Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91903c4 commit 612e7c2Copy full SHA for 612e7c2
1 file changed
build/utplsql_style_check.sql
@@ -1,7 +1,7 @@
1
---ALTER SESSION SET PLSCOPE_SETTINGS= 'IDENTIFIERS:ALL';
+ALTER SESSION SET PLSCOPE_SETTINGS= 'IDENTIFIERS:ALL';
2
3
--install or comple all code here
4
---exec dbms_utility.compile_schema(USER,compile_all => TRUE,reuse_settings => FALSE);
+exec dbms_utility.compile_schema(USER,compile_all => TRUE,reuse_settings => FALSE);
5
6
7
var errcnt number
0 commit comments