v5:database:oracle
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
v5:database:oracle [2023/01/25 04:37] – [Auto-Increment Column] mnewnham | v5:database:oracle [2025/06/01 13:21] (current) – Remove square brackets in tags dregad | ||
---|---|---|---|
Line 31: | Line 31: | ||
| [[v5: | | [[v5: | ||
| [[v5: | | [[v5: | ||
- | {{tag>[oracle unix windows active tier1]}} | + | {{tag> |
==== Connection Examples ==== | ==== Connection Examples ==== | ||
Line 99: | Line 99: | ||
=== Accessing the trigger in your code === | === Accessing the trigger in your code === | ||
<code php> | <code php> | ||
+ | |||
+ | $db-> | ||
$tab = ' | $tab = ' | ||
Line 139: | Line 141: | ||
A second difference to this driver is that it does not create a sequence to emulate auto-increment fields. You must provide the functionality yourself if you need it. | A second difference to this driver is that it does not create a sequence to emulate auto-increment fields. You must provide the functionality yourself if you need it. | ||
- | {{tag>[oracle unix windows active portable]}} | + | {{tag> |
------------------------------------ | ------------------------------------ | ||
====== oci805 ====== | ====== oci805 ====== | ||
Line 157: | Line 159: | ||
Note that // | Note that // | ||
- | {{tag>[oracle unix windows deprecated]}} | + | {{tag> |
---------------------------------------- | ---------------------------------------- | ||
Line 173: | Line 175: | ||
</ | </ | ||
This driver provides an undocumented enhancement to the oci8 driver. The differences in the driver relate solely to the use of cursors in stored procedures. This may be related to information in the function [[v5: | This driver provides an undocumented enhancement to the oci8 driver. The differences in the driver relate solely to the use of cursors in stored procedures. This may be related to information in the function [[v5: | ||
- | {{tag>[oracle unix windows deprecated]}} | + | {{tag> |
--------------------------------- | --------------------------------- | ||
Line 194: | Line 196: | ||
- | {{tag>[oracle unix windows obsolete supported]}} | + | {{tag> |
v5/database/oracle.1674617853.txt.gz · Last modified: by mnewnham