Jose,
I really appreciate your prompt reply:
Maybe I went to the wrong place (I always got lost while I'm driving.... :)....Here is the link:
http://strauss.gast.it.uc3m.es:8020/
and I got the following message
There was a server error processing your request. We apologize.
Take me back where I was (before the error)
Database operation "dml" failed (exception ERROR, "ERROR: could not extend relation 1663/8690319/8691601: No space left on device
HINT: Check free disk space.
")
ERROR: could not extend relation 1663/8690319/8691601: No space left on device
HINT: Check free disk space.
SQL:
insert into sec_session_properties
(session_id, module, property_name, secure_p, last_hit)
select '60019', 'dotlrn', 'page_num', 'f', '1163592889'
from dual
where not exists (select 1
from sec_session_properties
where session_id = '60019' and
module = 'dotlrn' and
property_name = 'page_num')