Hello. I am completely new to Sybase IQ. I am trying to compare the performance of a stored procedure on SQL and Sybase IQ. I am using Sybase IQ version 16. I created a database and some tables and loaded the tables with data ( very large tables, records ranging from 10-40 million) . When I execute a stored procedure in this database , errors like
1) Could not execute statement.
main Bufman: All buffer cache pages are in use, ask your DBA to increase
the size of the buffer cache.
-- (slib\s_blockmap.cxx 12085)
SQLCODE=-1009031, ODBC 3 State="HY000"
Line 1, column 1
exec "DBA"."usp_create_det_f_create_so_to_del_to_inv"
and
2) IQ_System_temp is full.
How could I solve this issue and execute the stored procedure