★ wanayoo — archive 1999 http://www.php.net/manual/function.ora-commit.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Oracle
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Oracle
* Ora_Bind
* Ora_Close
* Ora_ColumnName
* Ora_ColumnType
* Ora_Commit
* Ora_CommitOff
* Ora_CommitOn
* Ora_Error
* Ora_ErrorCode
* Ora_Exec
* Ora_Fetch
* Ora_GetColumn
* Ora_Logoff
* Ora_Logon
* Ora_Open
* Ora_Parse
* Ora_Rollback
Manual: Ora_Commit
View the source code for this pageSearch the site



Previous page
 Ora_ColumnType
 Updated
Sat, 12 Aug 2000
Ora_CommitOff 
Next page


Ora_Commit

(unknown)

Ora_Commit -- commit an Oracle transaction

Description

int ora_commit (int conn)

Returns true on success, false on error. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. This function commits an Oracle transaction. A transaction is defined as all the changes on a given connection since the last commit/rollback, autocommit was turned off or when the connection was established.


User Contributed Notes: Ora_Commit


sunil@nanjang.com
11-Oct-1999 07:56
my system, linux 2.0.35 + oracle 8.05 + php3.0.11.
oracommit make DB lock.
but oraexec('commit works') make no lock.
I want know other person's opinion.



 About Notes


Previous page
 Ora_ColumnType
 Updated
Sat, 12 Aug 2000
Ora_CommitOff 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.