SIGSEGV on nil GsOracleParameter fields
Leaving any of the following GsOracleParameter instance variables set to
nil will result in a SIGSEGV when attempting to login to Oracle:
1. server
2. username
3. password
Workaround:
Set the necessary instance variables.