79146472

Date: 2024-10-31 22:16:14
Score: 1.5
Natty:
Report link

I was able to get this going, thanks for looking into it: Snippets of additions here:

DECLARE
users_exists integer;
exec_str varchar2(100);

...

exec_str := 'alter user '|| username.column_value || ' identified by welcome321';
EXECUTE IMMEDIATE exec_str;
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: calsaint