I have a function which accesses temporary tables. I can create this function in a session and drop the function once application exit the session. But I do not want to recreate the function in every session.
Will the function remain valid if I do not recreate in each session?