Hello Biffi,
try this:
1. create computed read only extended attribute "Active Diagram Flag" with the Get method:
Function %Get%(obj)
Dim tab, found
found = false
for each tab in ActiveDiagram.Symbols
if tab.object = obj then
found = true
exit for
end...
Using PD version 15.2 and DBMS Oracle 10g I have modelled a table with the physical option as follows:
tablespace ADS_DATA_5M
partition by list
(SRC_SYS_ID)
(
partition
P_FIP0
values ('FIP0'),
partition
P_CMD02
values...
Using PD version 15.2 and DBMS Oracle 10g I have modelled a table with the physical option as follows:
tablespace ADS_DATA_5M
partition by list
(SRC_SYS_ID)
(
partition
P_FIP0
values ('FIP0'),
partition
P_CMD02
values...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.