Oracle Error Message
ORA-07204: sltln: name translation failed due to lack of output buffer space.
Reason for the Error
The sltln routine is given a maximum length buffer to expand the name into. An overflow of this buffer occurred.
Solution
Possible internal error. Check output buffer length stored in sercose[0]. Pathnames are limited to 255 characters.