I have a function in an Oracle package called CRARY_WEB_USERS_SECURITY_API it 
looks like this:

function GetPassword(
    parent_ in varchar2,
    user_ in varchar2
) return varchar2;

How would I call that function from a session?  Or can I even do that.

TIA,

--
Jeffrey D Peterson
Webmaster
Crary Industries, Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to