LXIX. Oracle 8 functions

It uses the Oracle8 Call-Interface ( OCI8 ) .

Before using this extension , make sure that you have set up your oracle environment variables properly for the Oracle user , as well as your web daemon user .



דוגמה 1 .










דוגמה 2 .










תוכן העניינים :
-- Bind a PHP variable to an Oracle Placeholder
OCICancel -- Cancel reading from cursor
OCICollAppend -- Coming soon
OCICollAssign -- Coming soon
OCICollAssignElem -- Coming soon
OCICollGetElem -- Coming soon
OCICollMax -- Coming soon
OCICollSize -- Coming soon
OCICollTrim -- Coming soon
OCIColumnIsNULL -- Test whether a result column is NULL
OCIColumnName -- Returns the name of a column
OCIColumnPrecision -- Coming soon
OCIColumnScale -- Coming soon
OCIColumnSize -- Return result column size
OCIColumnType -- Returns the data type of a column
OCIColumnTypeRaw -- Coming soon
OCICommit -- Commits outstanding transactions
OCIDefineByName -- Use a PHP variable for the define-step during a SELECT
OCIError -- Return the last error of stmt|conn|global
OCIExecute -- Execute a statement
OCIFetch -- Fetches the next row into result-buffer
OCIFetchInto -- Fetches the next row into result-array
OCIFetchStatement -- Fetch all rows of result data into an array
OCIFreeCollection -- Coming soon
OCIFreeCursor -- Free all resources associated with a cursor
OCIFreeDesc -- Deletes a large object descriptor
OCIFreeStatement -- Free all resources associated with a statement
OCIInternalDebug -- Enables or disables internal debug output
OCILoadLob -- Coming soon
OCILogOff -- Disconnects from Oracle
OCILogon -- Establishes a connection to Oracle
OCINewCollection -- Coming soon
OCINewCursor -- Return a new cursor (Statement-Handle)
OCINewDescriptor -- Initialize a new empty LOB or FILE descriptor
OCINLogon -- Establishes a new connection to Oracle
OCINumCols -- Return the number of result columns in a statement
OCIParse -- Parse a query and return a statement
OCIPLogon -- Connect to an Oracle database using a persistent connection
OCIResult -- Returns column value for fetched row
OCIRollback -- Rolls back outstanding transactions
OCIRowCount -- Gets the number of affected rows
OCISaveLob -- Coming soon
OCISaveLobFile -- Coming soon
OCIServerVersion -- Return a string containing server version information
OCISetPrefetch -- Sets number of rows to be prefetched
OCIStatementType -- Return the type of an OCI statement
OCIWriteLobToFile -- Coming soon