Suppose that I want to find out whether a function called PERIOD_DIFF exists in Oracle SQL.
Is there a way to do so via SQL*Plus , running a query ?
You can try one of these. user_source dba_source all_source
For example if you have access to dba_source, you can try something like this
SELECT name from dba_source where type = 'FUNCTION' AND name LIKE '%PERIOD_DIFF%'/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With