OracleEditor.php is a standalone PHP script which allows you to browse your Oracle database tables and insert, update and delete rows in any table. It requires no installation and no configuration.
I wrote it for situations where you quickly need to do some small data manipulation and don't have a better tool available.
OracleEditor.php is free and Open Source (view the colored source code).
Feel free to contact me at tim@strehle.de with questions/comments specific to this script. For general information on using PHP with Oracle, please refer to the Oracle Technology Network, the PHP manual, orafaq.com, or webmonkey (old).
News: Version 1.18 makes your life easier: Move your mouse over buttons and input elements to display a short help text. A warning will be displayed if your PHP installation does't match the requirements.
Disclaimer: Use this software at your own risk. I won't guarantee that it works, and I won't be held liable for any damage caused by it! Please make sure to protect this script with a .htaccess password or the like - never ever allow public access to it. Anyone capable of guessing your database login will be able to cause severe damage to your database.
Simply download OracleEditor.php as a Zip or .gz compressed file, unpack it and copy it onto your web server.
You need a webserver running PHP 4 (version 4.1 or greater) with Session and OCI8 support. OracleEditor.php works fine with the php.ini setting register_globals=off.
Login: | Choose a table: | Display selected rows: |
History: | Row editor (UPDATE): | Update error message: |
Row editor (INSERT): | Confirm DELETE: | Free SQL entry mode: |