Re: to work with database...
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Fri, 20 Jun 2008 20:16:20 -0400
Bumsys@xxxxxxxxx wrote:
I want to write file to database sybase. I run the following code:
If I write a small file to database sybase all is ok. But if a big
file I have error:
com.sybase.jdbc3.jdbc.SybSQLException: There is not enough procedure
cache to run this procedure, trigger, or SQL batch. Retry later, or
ask your SA to reconfigure ASE with more procedure cache.
There is not enough procedure cache to run this procedure, trigger, or
SQL batch. Retry later, or ask your SA to reconfigure ASE with more
procedure cache.
at com.sybase.jdbc3.tds.Tds.a(Unknown Source)
I change procedure cache but I have this error again. What can do that
write a big file to sybase?
It seems as if you have not increased procedure cache enough.
This is a pure Sybase configuration problem not a Java or JDBC problem.
Arne
.
- References:
- to work with database...
- From: Bumsys
- to work with database...
- Prev by Date: Re: Where do unhandled exceptions go?
- Next by Date: Re: to work with database...
- Previous by thread: Re: to work with database...
- Next by thread: Re: to work with database...
- Index(es):
Relevant Pages
|