1<?php 2if ($c) { 3 $ora_sql = "DROP TABLE ".$schema.$table_name; 4 $statement = oci_parse($c,$ora_sql); 5 oci_execute($statement); 6} 7?> 8