私はちょうどそれを発見し、PHP
互いにAPEX
対照的です. 私がやりたいのは、代わりに をOracle
使用してデータベースを操作することです。PHP
APEX
これを行う主な理由は、Oracle データベースを無料で使用するためです。
私はちょうどそれを発見し、PHP
互いにAPEX
対照的です. 私がやりたいのは、代わりに をOracle
使用してデータベースを操作することです。PHP
APEX
これを行う主な理由は、Oracle データベースを無料で使用するためです。
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).