Closed GoogleCodeExporter closed 9 years ago
Thanks for bug reporting
I will add in next release restriction on select user object to exclude table
columnt in nested tables
select *
from user_objects uo
where not exists (select 1
from USER_NESTED_TABLES unt
where uo.object_name = unt.table_name)
Original comment by resh...@gmail.com
on 6 Sep 2011 at 8:12
fixed release 1.5
http://code.google.com/p/oracle-ddl2svn/downloads/detail?name=oracle-ddl2svn-v1.
5.zip
svn revision http://code.google.com/p/oracle-ddl2svn/source/detail?r=156
Original comment by resh...@gmail.com
on 6 Sep 2011 at 8:36
Thank you for fast response! Now it's OK.
Original comment by vadim.ke...@gmail.com
on 7 Sep 2011 at 5:32
Original issue reported on code.google.com by
vadim.ke...@gmail.com
on 6 Sep 2011 at 9:57