(PHP 3>= 3.0.7, PHP 4 >= 4.0.0)
OCIError -- Restituisce l'ultimo errore di stmt|conn|global. Se non c'è stato errire, restituisce FALSE.OCIError() restituisce l'ultimo errore. Se il parametro opzionale stmt|conn|global non è specificato, viene restituito l'ultimo errore generato. Se non ci sono errori, OCIError() restituisce FALSE. OCIError() restituisce l'errore in un array associativo. In questo array, code dà il codice d'errora oracle e message dà la stringa d'errore.