oracle slow updates and inserts coldfusion

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default oracle slow updates and inserts coldfusion

    Hi, I can do simple select statements without a problem like: select id from
    xyz But, when I do insert or update statements, the Cold Fusion page just
    keeps running and never returns, and the webserver's CPU usage goes to 100%.
    However, after a few minutes, I can see the value updated in the database. I
    am using ColdFusion MX and Oracle 8i Enterprise Edition Release 8.1.7.0.0.
    Does anybody have any ideas? Thanks.

    fang Guest

  2. Similar Questions and Discussions

    1. ColdFusion TechNote tn_17277 Updates?
      Does anyone know if Macromedia support has created "Windows platform-specific performance settings" documentation that includes Windows Server 2003...
    2. Datagrids which allow inserts, updates, and deletions
      HI, You can install "Samples and QuickStart Tutorials". This SDK you can find here: Start>Programs>Microsoft .NET Framework SDK v1.1>Samples and...
    3. Win2003 Server Slow Response after Updates
      I recently applied several Windows 2003 Server updates and afterward the interaction speed has slowed. When I start VS.Net 2003 the splash screen...
    4. Slow Template Updates
      Hi, I have a 15 page site that is based on a single template. When I update the template and confirm that the changes should affect all of the...
    5. Oracle 8.1.7 Running Slow on Solaris 8
      On Thu, 05 Dec 2002 10:15:57 +0000, Philip <member@dbforums.com> wrote: You don't provide anything to work on, and you can't expect people...
  3. #2

    Default Re: oracle slow updates and inserts coldfusion

    You might want to search the knowledge base for your particular version of
    Oracle, MX, Data Direct, etc., as there are many different problems with
    similar symptoms. One that looks kind of familiar is this one.

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18807[/url]

    But, like I said, many different problems and fixes.

    Phil

    paross1 Guest

  4. #3

    Default Re: oracle slow updates and inserts coldfusion

    Did you get around your 100% CPU problem? What version of ColdFusion are you
    running? 6.1 or 7.0? Are you using Oracle thin? (I know you said Enterprise
    but you didn't say whether you're using the built-in drivers). Do you use
    CLOBs? What is your NLS_Characterset (select * from sys.props$) Stephen Dupre
    Macromedia QA

    sdupre Guest

  5. #4

    Default Oracle slow updates and inserts coldfusion

    Did you find a solution for this problem?
    Unregistered Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139