Hi Paul,
This is realy getting frustating. I get the same error. I just want to learn and go through the book. Following are the steps that i followed.
1 - Installed Oracle Database Express Edition (XE) Release on my local PC with Windows XP Professional SP 3 supplying the password for SYS and SYSTEM as per the video at
http://www.mandsconsulting.com/oracle-xe-install-tutorial
2 - Upgraded the Oracle Application Express to 3.2 as per the video at
http://www.mandsconsulting.com/install-oracle-apex-32-on-xe-and-xp-pro-video-walkthrough-tutorial
2 - Now I log in as
WORKSPACE : SYSTEM
USER NAME : SYSTEM
PASSWORD : ********
3 - Go to Utilities > Data Load/Unload > Load > Loadspreadsheet Data >
Change the Load from to upload file (comma seperated or tab delimited) NEXT
Browse for the file which is 'ORDERS', NEXT
Change the table name to 'ORDERS'
Change the primirary key column to ORDERS_ID - LOAD DATA
And than i get
"ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01003: no statement parsed"
As i said I am totally new to this and migrating from MS Access. However I am quite familiar with all the RDBMS concepts (Theory and academic).
I tried as per your instructions
SQL> conn / as sysdba
grant create table to SYSTEM;
Maybe some thing to do with the workspace SYSTEM, the Schema SYSTEM and user name SYSTEM.
I am not much familiar with the Oracle Architect. The book named 'Begning Oracle Application Express' uses a hosted account and therefore the approach will be slightly different. But how different, I do not know. Just a simple start to go along the book.
If there is any thing that can be done about it, please state so.