https://bugzilla.wikimedia.org/show_bug.cgi?id=34280

--- Comment #13 from Joe <[email protected]> 2012-02-15 17:41:01 UTC ---
<?php

$db = '*****';
$connect = oci_connect('user', 'password', $db);
$query = oci_parse($connect, 'CREATE TABLE t (a NUMBER, b VARCHAR2(10))');
oci_execute($query);

?>

This test php page was created to ensure that I was able to connect to the DB
and create a table.  It was a success.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to