ROWDEPENDENCIES clause not processed

lav_spb

Member²
When i click "View SQL" button on table, i'm lost ROWDEPENDECIES option for "create table clause".
It's very important option, please fix it.
--
PL/SQL Developer
Version 7.1.2.1363
Oracle 10.2.0.4
 
When I right-click on a table and choose properties I see the property "DEPENDENCIES". That's cool.

But, when I drag a table on a SQL Window and choose the DDL, that same property isn't used?!?

Could this be added please? This make a huge difference!

Roeland

PS: I think that the DDL that PL/SQL Developer generates is more readable then the DDL generated from DBMS_METADATA.GET_DDL, but it's useless if you are losing properties...
So please use DBMS_METADATA.GET_DDL or DBMS_METADATA.GET_XML in the near future.

Version 8.0.4.1514
 
I realize this is an old thread but I didn't see it in Vs.8 and I just installed Vs.9 and still not there.

ROWDEPENDENCIES is very important. I don't want to switch to toad and trash plsqldeveloper just for this one thing...but this one thing actually is a showstopper for us.

I know I can use DBMS_METADATA but I can do that whether we have plsqldeveloper or not.

Thanks
 
Back
Top