Catatan

Menunjukkan catatan yang berlabel Oracle

PHP OCI SQL Command

Imej
  To show list table in the database > SELECT table_name from all_tables where owner = 'WEBUSER'; To describe structure in table >  describe webuser.books; ff

PHP Oracle using XAMPP

Imej
  Refer this video :  https://www.youtube.com/watch?v=_CNM6ie-PwQ Oracle Instant Client Downloads for Microsoft Windows https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html PHP Pecl extension https://pecl.php.net/package/oci8/3.2.1/windows Command to create new user webuser