I have this statement:
SELECT passwdlib.piv_insertPasswd(:A1, :A2)
FROM DUAL
I am guessing that piv_insertPasswd is the name of function or SP, and passwdlib is the user name. Am i right? If not what is each component?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
passwdlibcould be a package name. See http://download.oracle.com/docs/cd/B10500_01/appdev.920/a96624/09_packs.htmOtherwise, it’s a schema name.