Sprocs in Oracle vs. Other RDBMS

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

  1. #1

    Default Sprocs in Oracle vs. Other RDBMS

    I was recently part of a Macromedia online training session, and someone (I'll
    keep names out of it for now) made a comment that CFMX and Oracle stored
    procedures do not go together particularly well.

    We are heavy into a CFMX/Oracle 9i sproc project architecture, and have
    noticed more than our share of inexplicable (i'm saying no evidence anywhere)
    failures, where our only recourse is to reboot the server, which of course
    solves the issue.

    Is there any experience or research or otherwise that substantiates the claim
    that Oracle sprocs and CF are a sketchy combination, at least, relative to
    other databases that support procedures? Anecdotal or not, I would really like
    to get to the bottom of this, and change our ways if we are indeed well along a
    less than ideal path.

    If it matters at all, we are running ODBC vice JDBC, CFMX 6 Standard.

    plum1120 Guest

  2. Similar Questions and Discussions

    1. Sprocs vs. inline calculations
      Hi Folks - I am looking to get some thoughts on either best practices or speed optimization ideas when it comes to generating a report that...
    2. RDBMS
      Can we use RDBMS data component in non cold fusion environment ?
    3. MS Access is RDBMS?
      Hi All, Can we call Access as an RDBMS, if then what are the reasons? Thanks
    4. RDBMS to ASP
      Hi I have a problem creating a new connection with the Data grid xml connector and RDBMs resolver, can someone help me with this, i am using for...
    5. [PHP-DEV] differences in the RDBMS ext API's
      > Please correct me where I am wrong. Some query() functions might be First of all, in my opinion it would be more useful to concentrate on a...
  3. #2

    Default Re: Sprocs in Oracle vs. Other RDBMS

    We've been using Oracle with ColdFusion since 2002, and have experienced very
    few problems. We started with CF 4.5 and Oracle 8.0.6 and are now on CFMX 7 and
    Oracle 9i, so we have been through the evolution to MX. Also, my Oracle
    application is 100% PL/SQL stored procedures, and I use no SQL in my ColdFusion
    pages. We have used ODBC, "native", and (most recently) JDBC drivers
    successfully. There are a few quirks with CF various versions and drivers, but
    we have had an excellent track record, and our application is very stable. ( I
    had many more problems with ColdFusion and Access before I upgraded that
    application to SQL Server). Your mileage may vary, of course.

    Phil

    paross1 Guest

  4. #3

    Default Re: Sprocs in Oracle vs. Other RDBMS

    We also have long history of creating and using Oracle8/8i/9i stored procedures
    with ColdFusion 5/6/7 starting with 2001. There were no any big problems in run
    and maintenance of them and most of smaller ones derived from external database
    changes (data types, formats, permissions, etc). They were easily addressed and
    procedures adjusted. After implementing cfqueryparams on calling CF pagesthey
    ran faster and became more secure ( that clients like).

    CF_Oracle 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