View a markdown version of this page

ðŸ”Ĩ āļ‚āđˆāļēāļ§āļ”āđˆāļ§āļ™: AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.CustomPassword.html - Kapook Update 2025

Creating custom functions to verify passwords

You can create a custom password verification function in the following ways:

  • To use standard verification logic, and to store your function in the SYS schema, use the create_verify_function procedure.

  • To use custom verification logic, or to avoid storing your function in the SYS schema, use the create_passthrough_verify_fcn procedure.