oracle11g - Functions not present in Teradata -
i want know functions present in oracle 11g missing (or has no replacement) in teradata 14.x?
i don't know oracle can little teradata side.
in teradata @ functions in td_sysfnlib , syslib databases. find (or not find) of functions looking for.
there optional oracle-like functions dba may or may not have installed in teradata. way know sure available look.
in teradata query dbc.tablesv tablekind f, or r. decode tablekind is:
- t data table
 - v view
 - m macro
 - j journal table
 - i join index table
 - p stored procedure
 - g trigger
 - f scalar udf
 - a aggregate udf
 - n hash index table
 - u user-defined data type
 - h instance or constructor method
 - e external stored procedure
 - r table function
 - x authorization
 
there other system views in dbc can query info.