All,
When I try to run this code from within PL/SQL Developer, I receive an "ORA-00900 Invalid SQL Statement". When I remove the string delimiters and concatenation text, the create table statement runs fine in SQL*Plus.
EXECUTE IMMEDIATE 'CREATE GLOBAL TEMPORARY TABLE BasicInfo ( ' ||...