ORA-01026: multiple buffers of size > 4000 in the bind list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Pylatuk

    ORA-01026: multiple buffers of size > 4000 in the bind list

    Hello all.

    I have a situation where several computers running a Powerbuilder
    application
    receive the above error message. This application is hitting an 8.1.7 oracle
    db and runs fine on approximately 15 computers but produces this error
    on 2 machines. We are using the Microsoft Oracle odbc driver.

    I have done a number of google searches but am unable to see a clear
    solution for this. Any ideas would be appreciated.

    Thanks.


  • sybrandb@yahoo.com

    #2
    Re: ORA-01026: multiple buffers of size > 4000 in the bind list

    "Dave Pylatuk" <davep@centurys ystems.netwrote in message news:<BLHzb.121 00$yd.1703897@n ews20.bellgloba l.com>...
    Hello all.
    >
    I have a situation where several computers running a Powerbuilder
    application
    receive the above error message. This application is hitting an 8.1.7 oracle
    db and runs fine on approximately 15 computers but produces this error
    on 2 machines. We are using the Microsoft Oracle odbc driver.
    >
    I have done a number of google searches but am unable to see a clear
    solution for this. Any ideas would be appreciated.
    >
    Thanks.

    As a minimum to get any useful replies you'll need to isolate the
    statement in error.
    You can do that by setting up a after logon trigger
    which issues
    execute immediate 'alter session set events=''1026 errorstack trace
    name context forever, level 3'
    More info on dumping the errorstack on Metalink.

    Sybrand Bakker
    Senior Oracle DBA


    Sybrand Bakk

    Comment

    Working...