Thanks for your help.
I used SQLCODE and SQLERMM and I found few problem.

SQL> exec create_tables;
ORA-01031: insufficient privileges

I grant CREATE TABLE.
It works now.

DJ