Unable to instantiate environment for 'ORACLE80.'

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

  1. #1

    Default Unable to instantiate environment for 'ORACLE80.'

    Hi everyone, I need some help.

    we are running CF 4.5.1 SP2 on UNIX. And we're using Oracle with client 8.1.7.
    But every so often we get this error message and its driving me crazy.

    Error Occurred While Processing Request


    Error Diagnostic Information


    Oracle Error Code = 0

    Unable to instantiate environment for 'ORACLE80.'

    SQL = "SELECT * FROM simatic WHERE trim(event) = 'tour_process' ORDER BY ID
    DESC"

    Data Source = "SIMATIC"

    I know its not a code error, but some connection problem. So I searched online
    but didnt find anything helpful. We already have the update patch for "4.5.1
    Enterprise Service Pack 2 Update" install. But the problem still occurs and our
    customer are not too happy. Any ideas why it does that?

    Does anything have this problem and resolved it??

    Thanks in advance.

    Will


    choiw1 Guest

  2. Similar Questions and Discussions

    1. #33188 [Com]: Cannot instantiate a DOTNET object
      ID: 33188 Comment by: arockwell at eatonvance dot com Reported By: sean at iplus dot plus dot com Status: ...
    2. unable to instantiate COM objects
      I have a CFMX6.1 server that will not instantiate ANY COM objects at all. Giving a useless "error occured " message with nothing in the logs. ...
    3. Unable to access the Web Service in a RSA secured/protected environment
      Hi all, I am working on MS .NET Alerts to be implemented at our site. We have our web applications in ASP 3.0 I have created a local web service...
    4. [PHP] error cannot instantiate non-existent class
      I am newbie with php and I am trying to instantiate a class. I am using the command line to test my stuff out before I try it with a browser. The...
    5. [PHP] vars between instantiate class...
      hi, This is because the life time of an object is only as long as the page. Two solutions: store the login attempt count in the cookies. If you...
  3. #2

    Default Re: Unable to instantiate environment for 'ORACLE80.'

    Hi, I know this thread is old but we are experiencing the same problem, does anyone have any idea what it is to this error?

    "unable to instantiate environment to Oracle 8"

    Thanks
    choiw1 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