Q: While creating datasets from file datasource to the previously created oracle datasource, only part of the datasets can be copied successfully. The message “Exceeded space limit for "supermap" table space” will be prompted for the failure of copying the other part of datasets. I still failed to copy all the datasets even though I tried: [1] alter user supermap quota unlimited on supermap; [2] assign dba role. How can I solve this issue?

A: The error might be caused by the limitation of the size of the datasource—insufficient storage page (Exceeded space limit for "supermap" table space). It is suggested that you use”create tablespace * datafile:’D:\oradata *.dbf’ size 50m autoextend on next 50m;”while creating the table space.

08 Jul,2019

More iDesktop FAQ