Steps
Follow
the next steps in order to enable Oracle number data type:
1.
Open the appsettings.xml
file, located at C:\ProgramData\Bizagi\Enterprise\BizagiStudio, using the text editor of your choice.
2.
Within the <AppSettings>
section, add the following key:
<add key="EnableOracleNumber"
value="true"
/>
3.
Restart Bizagi Studio. This should change the behavior.
|