I have tried both of these methods for sending two commands to the commandline with sqlplus. Neither are working. What am I doing wrong? I thought one of them would work.
sqlplus username/password@database @create_table_drop_table.sql
sqlplus username/password@database < create_table_drop_table.sql