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

Thread: Performance issue with Long column

  1. #1
    Join Date
    Feb 2001
    Posts
    100

    Question Performance issue with Long column

    Hi All,

    We are facing a performance problem concerning Long datatype via ODBC.
    The table is not big(10000 records)and indexed. Each long column contains a text of 32K. Even if the query return few records it takes many seconds.With SQL*Plus it does not take long time.
    PS. Our application does not support LOB datatypes. Any help.

    Thanks in advance

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    trace the process, then use tkprof on the result.

    but it does sound as if the database calls arent taking very long.

    Myabe should look into what your application is doing

  3. #3
    Join Date
    Feb 2001
    Posts
    100
    Dave it's a simple query (SELECT) on this table.

  4. #4
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    i thought I heard somewhere before that you can through NET configuration increase the size of packets that Oracle uses to communicate with the client the reducing the number of db calls,

    I'm not sure if this relevant to your case or if it might help. Perhaps other members may elaborate on this
    I'm stmontgo and I approve of this message

  5. #5
    Join Date
    Feb 2001
    Posts
    100
    Thanks Steve, I will check

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