you can also check whether the resource limit had been turned on, through,

sqlplus sys@sid


select * from v$parameter where name = 'resource_limit';

This would tell whether this parameter had been set to true or false.

Sam