Oracle Error Message
ORA-24483: Invalid parameters were passed into environment creation call
Reason for the Error
Invalid parameters were passed into the environment creation call. Check the passed in parameters for the following conditions: -envp should not be NULL -xtramem_sz should not be negative -Either both xtramem_sz and usrmempp have to be provided. Or, neither should be provided.
Solution
Pass in legitimate parameters.