facebook

PL/SQL Package is too big?!

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #247388 Reply

    mheidenwolf
    Member

    Hi,

    i have problems to work with my PL/SQL Package because when i try to compile i get the following error:

    setString can only process Strings with less than 32766 characters

    (this is not exactly the error, because i translated it 😉 )

    Please don’t advise, that i have to split the package…

    regards,
    marco

    #247397 Reply

    Haris Peco
    Member

    mheidenwolf ,

    This is problem with oracle (and datadirect too) jdbc drivers – oracle plsql handle varchar <= 32767, but jdbc can work with varchar <= 4000.We can’t do to much, for now – it doesn’t work with pure jdbc (callable statement)

    Best

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: PL/SQL Package is too big?!

You must be logged in to post in the forum log in