Access violation at address [message #424903] |
Tue, 06 October 2009 08:16  |
srini_thiru
Messages: 133 Registered: May 2008
|
Senior Member |
|
|
Hi Folks,
I receive the below error when i tried to save a table script using Toad.
Access violation at address 0127BA3B in module 'toad.exe'. Read of address 00000054.
Steps I followed.
1. logged on to the database using toad.
2. Went to Schema Browser, Tables tab.
3. Chose one of the table. Right Click and then Save as
Please share your comments,
Thanks in Advance,
Seenu.
|
|
|
|
|
Re: Access violation at address [message #424934 is a reply to message #424913] |
Tue, 06 October 2009 09:43   |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Interestingly enough, I had a similar error with a different GUI Tool (SQLTools) once.
There the problem was that the table name was "PRN" and the tool wanted to save the file as "PRN.SQL", which caused Windows to barf, and thus the program top crash. 
Tables and therefore resulting files with names like "NUL" or other old DOS devices may cause similar problems.
[Updated on: Tue, 06 October 2009 09:45] Report message to a moderator
|
|
|
Re: Access violation at address [message #424964 is a reply to message #424934] |
Tue, 06 October 2009 15:38  |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Additionally, you might open SQL Editor, runselect * from this_very_table; and then save the output (the same way you tried in Schema Browser - right click, Save As ...).
|
|
|