Tngo que llamar un procedimiento de oracle
la fecha es una variable php que genero con las siguientes lineas:
Código PHP:
<?$fecha = time();
$formato = date("d/m/Y",$fecha);
?>
begin PQD_ESTADO.NOMBREPROCEDIMIENTO(03,001,023460,'13/10/2010');end;
Warning: oci_execute() [function.oci-execute]: ORA-01843: not a valid month ORA-06512: at line 1
¿Como lo soluciono?