Ok, I have my Oracle database. From some attempted migrations I have the auth tables defined and two other tables defined of about 17 tables.The typical error is Object with that name already exists or some crap like that. I figured clicking the clean button would help... DON"T DO THAT! Now my browser just spins and spins.
My SQL log has a bunch of crap that i do not want created in my database like archive tables that the wizard created. Yet if I delete the log file it will not re-create with a fresh log. After restoiring my backup my sql.log file has 2627 lines in it and the time stamps go back 6 days when I started this all from scratch. Without having to re-create my application again. How can i just get a nice clean SQL file and how, once connect to my DB can I get my new db.py or db_wizard.py definitions to make the database tables that aren't already created without throwing errors for the ones that already are? --

