CF 7 Standard + Oracle JDBC drivers + CLOB fields

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

  1. #1

    Default CF 7 Standard + Oracle JDBC drivers + CLOB fields

    Hello all,

    I?m trying to update/select CLOB fields in an Oracle 8.1.7 database with CF 7
    Standard Edition. I?m using the Oracle JDBC drivers available at Oracle
    WebSite. I?ve even set the CLOB and BLOB options in the data source
    configuration.

    When I Insert or Update large strings into the Database I get the error:
    "string literal too long" even though the fields are set to CLOB. When I do a
    select I get nothing in return.

    I did some searching and found that CF 7 Enterprise Edtiion cames with native
    Oracle support. But I can?t afford to upgrade to Enterprise.

    So how do I work with CF 7 Standard + Oracle JDBC drivers + CLOB fields ?

    Thx.

    Mustache2 Guest

  2. Similar Questions and Discussions

    1. Oracle JDBC driver and CF MX 7 Standard edition
      hi, guys. is it possible to use Oracle JDBC driver with CF MX 7 Standard edition? all our CF servers are Enterprise edition so we never ran into...
    2. Oracle JDBC driver and CF Standard edition
      hi, guys. is it possible to use JDBC driver for Oracle with CF MX 7 Standard edition? all our CF servers are Enterprise edition and we've been...
    3. Microsoft JDBC Drivers
      I am thinking of using the Microsoft JDBC SQL Server 2005 drivers to connect CF MX7 data sources. Does anyone have a production application...
    4. Using Oracle JDBC drivers
      Hi SPSman, Can you post your sample code here with attach code option. so I think I could help you out. regards logu.
    5. Oracle 10g JDBC Thin Drivers and Time
      We have the same problem the newest version of Coldfusion with the newest oracle jdbc driver displays only the date, not the time. The same jdbc...
  3. #2

    Default Re: CF 7 Standard + Oracle JDBC drivers + CLOB fields

    Pretty far off from when you posted, but use <cfqueryparam type="cf_sql_varchar2" value="#myVar#"> and you should be good to go.
    Guest

  4. #3

    Default Re: CF 7 Standard + Oracle JDBC drivers + CLOB fields

    Hi All,

    We are upgrading from CF5 to CF7 Enterprise edition in the coming months. I
    was doing research into the known issues with the upgrade and came across this
    issue with CLOBS.

    We use CLOBS and are currently on Oracle 8.1.7.3. I was wondering if we will
    have any prblem using CLOBS with MX7. Any insight is much appreciated.

    Thanks.

    annubachu 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