File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ set termout off
3636spool params .sql .tmp
3737select
3838 case
39- when upper (' &&ut3_user' ) = ' PUBLIC' then q' [define action_type=' public'
39+ when upper (' &&ut3_user' ) = ' PUBLIC' then q' [define action_type=' or replace public'
4040 ]' || q' [define ut3_user=' '
4141 ]' || q' [define grantee=' PUBLIC' ]'
4242 else q' [define action_type=' or replace'
Original file line number Diff line number Diff line change @@ -1120,7 +1120,7 @@ Failures:%
11201120 begin
11211121 select attribute||'='||value
11221122 bulk collect into l_results
1123- from session_context where namespace = 'UT3_INFO '
1123+ from session_context where namespace = 'UT3_DEVELOP_INFO '
11241124 order by attribute;
11251125 for i in 1 .. l_results.count loop
11261126 dbms_output.put_line( upper(a_procedure_name) ||':'|| l_results(i) );
@@ -1393,7 +1393,7 @@ Failures:%
13931393 begin
13941394 open l_actual for
13951395 select attribute||'='||value
1396- from session_context where namespace = 'UT3_INFO ';
1396+ from session_context where namespace = 'UT3_DEVELOP_INFO ';
13971397
13981398 ut.expect(l_actual).to_be_empty();
13991399 end;
You can’t perform that action at this time.
0 commit comments