ORA-07203: sltln: attempt to translate a long environment variable.
What triggered the Error:
A string was passed to sltln containing a long environment variable. sltln accepts environment names of 30 or less characters.What should we do to fix it:
Shorten environment variable name to less than 30 characters.