Background
- Aim:just with one click to import and visit oracle library.choose aim data and write automatically into global table
- The test condition for data quantity from dozes of thousands to million in library
Test situation:
We equip ODBC data source locally and visit library in below ways
dbusername("CSN","CSN"); dbopen("CIGflexsim","Select * From MES.MachineMenue",0); dbsqlquery("Select * From MES.MachineMenue WHERE MachineID ='15A01' OR MachineID ='16B01'");
The whole FlexSim interface is blocked when executing dbopen(). We guess the reason is too large data quantity.