Access violation error when running a SQL statement error

Hello Experts,

 We are working on TOAD 10.5.1.3. Today when we logged into a database and started running queries everything was fine till I executed the below query

SELECT * FROM TABLE(SYSADM.A_FN_STDNT_CHKLSTITEM_INFO(‘0139539’,‘2013’));

Right after this a error popped up as

**Access violation at address 61013018 in module ‘oracommon10.dll’. Write of address 00000000
** My oracle client is 10.2.0.4.

Could someone please let me know what is the cause of this error and what are the possible solutions to resolve this error.

Regards…

Debugging a SQL query
Go to the line that is failing in your SQL query.
Check the SQL syntax on the line that is failing in your SQL query.
Check your query logic if the query uses joins, subqueries, or CTEs.
If you get an error message that isn't specific to your SQL query, go to Troubleshooting error messages.
Regards,
Rachel Gomez