I wanted to find out if anyone has had success programmatically generating the text for a diagram file? When I open the file in pl/sql developer and click the update from DB button I recent a "Not Logged On" error message. I am indeed logged on because I can open a new Diagram window and drop a table into it and the table information is populated correctly.
I'm attempting to do this programmatically for several reasons, 1) Relationships between the tables are defined in separate tables
2) Want the table display name (as stored in the Caption in the pdd file) to be a human readable string vs the current table names which are numeric in nature.
3) Have a potentially large number of tables per tenant to put in the diagram.
Thank you!
Chris
I'm attempting to do this programmatically for several reasons, 1) Relationships between the tables are defined in separate tables
2) Want the table display name (as stored in the Caption in the pdd file) to be a human readable string vs the current table names which are numeric in nature.
3) Have a potentially large number of tables per tenant to put in the diagram.
Thank you!
Chris