php-src/ext/oci8/tests/details.inc
2006-12-12 13:00:01 +00:00

17 lines
266 B
PHP

<?php
/*
* Please, change user, password and dbase to match your configuration.
*
* */
$user = "system";
$password = "system";
$dbase = "oracle";
/* Set this variable to TRUE if Oracle is installed @ localhost */
$oracle_on_localhost = FALSE;
?>