php-src/ext/oci8/tests/details.inc

17 lines
266 B
PHP
Raw Normal View History

<?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;
?>