Table has UPDATE granted on one of its columns. If I turn off Grants option, script generated without error.
Access violation at address 00000000082B20BA in module ‘Toad.exe’. Read of address 0000000000000000
Table has UPDATE granted on one of its columns. If I turn off Grants option, script generated without error.
Access violation at address 00000000082B20BA in module ‘Toad.exe’. Read of address 0000000000000000
Hi Dale,
I can’t reproduce this. Here’s what I did:
create table tables as select * from dba_tables;
grant select on tables to SCOTT;
grant update(tablespace_name) on tables to scott;
Then I go to SB-Tables-RHS-Script tab and can get the script while either logged in as myself or as SCOTT. Do you have any more info to help me reproduce this?
Thanks
perhaps it’s the datatype of the column ??
Sent you the table script and grant statement offline.
Fixed for next beta. It only happens on Oracle 11Gr2 and prior.