diff --git a/reference/oci8/connection.xml b/reference/oci8/connection.xml
index 36b9239fb0..1f38ba131a 100644
--- a/reference/oci8/connection.xml
+++ b/reference/oci8/connection.xml
@@ -59,7 +59,7 @@
The oci_pconnect cache is cleared and any
database connections closed when the PHP process terminates, so
effective use of persistent connections requires that PHP be an
- Apache module or used with FGCI, or similar. Persistent connections
+ Apache module or used with FCGI, or similar. Persistent connections
will not have any benefits over oci_connect
when PHP is used with CGI or via the command-line.
@@ -300,7 +300,7 @@
The automatic re-establishment of PHP persistent connections after
- an Apache or FGCI process respawns means LOGON
+ an Apache or FCGI process respawns means LOGON
triggers in PHP are only recommended for setting session attributes
and not for per-application user connection requests. This is even
more so with DRCP due to the automatic pool sizing and with the