The specific function name of the function is to be renamed.
- specific_function_name
- Existing specific function name to be changed.
If the UDF library for your database contains any objects with multibyte characters in their name, you cannot use a single-byte session character set to create a new UDF, UDT, method, or Java stored procedure object even if the new object name contains only single-byte characters. Otherwise, Teradata Database returns an error to the requestor. Instead, use a multibyte session character set.
If you specify specific_function_name, then you must also specify new_specific_function_name, not new_function_name.
- database_name
- user_name
- Containing database or user for specific_function_name if something other than the current database or user.
- new_specific_function_name
- New specific function name for the function.