Synonym for built-in function
894282Oct 13 2011 — edited Oct 13 2011Is there any possiblity to create synonym to build-in function in Oracle database ?
ex. create public synonym p_util.trim for trim
I need it because I rewrite application to work both with Oracle DB and SQL Server. I wrote counterparts for Oracle functions like trim or to_date.
When I use it in SQL Server, I always must use schema prefix . To unify statement form i want to use schema prefix in Oracle too.