0

私はちょうどそれを発見し、PHP互いにAPEX対照的です. 私がやりたいのは、代わりに をOracle使用してデータベースを操作することです。PHPAPEX

これを行う主な理由は、Oracle データベースを無料で使用するためです。

4

1 に答える 1

0

As a beginner, you might find this useful:

http://php.net/manual/en/function.oci-connect.php

Also see the documentation of the other related functions used in the codes of that page (they can be found in that site as well).

You might need some other tools like Oracle SQL Developer, or TOAD for Oracle - to do some of the initial database manipulation works (i.e - unlocking users) and other related tasks (like manually executing queries to check the correctness of the query, checking whether the database / table getting modified / updated / altered according to the application logic).

于 2016-01-28T08:36:34.617 に答える