Access violation at address 00000364. Read of address 00000364

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raviva
    New Member
    • Jan 2008
    • 19

    Access violation at address 00000364. Read of address 00000364

    Hi there,

    Can someone please explain me about the follwoing error. When I click a table name in schema browser in TOAD. I got this message.

    "Access violation at address 00000364. Read of address 00000364"

    Thanks,
    Ravi
  • kalyson
    New Member
    • Mar 2008
    • 11

    #2
    That happens to me sometimes (Toad version 9.1.0.62). It appears to be a bug -- I have to close out Toad and restart it and then it works fine. I don't know if that is the same thing you are experiencing, though. But once I restart it, it will work until the next time it gets that error. Then I restart again....

    Comment

    • amitpatel66
      Recognized Expert Top Contributor
      • Mar 2007
      • 2358

      #3
      Originally posted by kalyson
      That happens to me sometimes (Toad version 9.1.0.62). It appears to be a bug -- I have to close out Toad and restart it and then it works fine. I don't know if that is the same thing you are experiencing, though. But once I restart it, it will work until the next time it gets that error. Then I restart again....
      You will get this error in TOAD when your session is running and the table that you are accessing is modified by UPLOAD of a data using a SQL LOADER. The SQL LOADER uploads the data from a flat file in to a particular table. When this happens, you will face the error.

      Comment

      • raviva
        New Member
        • Jan 2008
        • 19

        #4
        Originally posted by amitpatel66
        You will get this error in TOAD when your session is running and the table that you are accessing is modified by UPLOAD of a data using a SQL LOADER. The SQL LOADER uploads the data from a flat file in to a particular table. When this happens, you will face the error.
        Thank you very much for the valuable information.

        Ravi.

        Comment

        Working...