DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Function Can't Handle the Input

  1. #1
    Join Date
    Jan 2001
    Posts
    515
    I am calling a function from a unix script. I then pass it a 16125 byte record as input for the function. I am running into problems because it is to big. You can see oracle trying to break it into pieces. Does anyone know how I can overcome this size problem in SQL Plus?

  2. #2
    Join Date
    Nov 2000
    Posts
    344
    why not break your record into as many pieces as you need, and then pass that number of parameters to the function. Then let the function paste them back together.

    It's not pretty but it's the only think I can think of.

    -John

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width