Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 612e7c2

Browse files
committed
oops.. forgot to uncomment the alter /compile step
1 parent 91903c4 commit 612e7c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/utplsql_style_check.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
--ALTER SESSION SET PLSCOPE_SETTINGS= 'IDENTIFIERS:ALL';
1+
ALTER SESSION SET PLSCOPE_SETTINGS= 'IDENTIFIERS:ALL';
22

33
--install or comple all code here
4-
--exec dbms_utility.compile_schema(USER,compile_all => TRUE,reuse_settings => FALSE);
4+
exec dbms_utility.compile_schema(USER,compile_all => TRUE,reuse_settings => FALSE);
55

66

77
var errcnt number

0 commit comments

Comments
 (0)