php-src/ext/pdo_oci/tests/settings.inc

14 lines
203 B
PHP
Raw Normal View History

2004-06-14 20:10:27 +00:00
<?php /* $Id$ */
/*
* Please, change user, password and dbase to match your configuration.
* */
$user = "system";
$password = "manager";
$dbase = "dbase";
$schema = "system";
?>