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.
| Tags | Database Front-Ends |
|---|---|
| Implementation | PHP |
Recent releases


Release Notes: Support for Oracle Instant Client connection string syntax has been added. The script now works with the php.ini setting "short_open_tag = Off".


Release Notes: Usability has been enhanced by adding help text and improving navigation. A warning is displayed if the PHP installation does not match the script's requirements.


Release Notes: This version now works with the php.ini setting magic_quotes_gpc as either on or off. Access keys have been added to ease keyboard navigation.


Release Notes: OracleEditor.php can now export records in HTML table format. Tables and views belonging to other Oracle users are displayed if access to them has been granted.


Release Notes: Record sets can now be exported in XML and CSV format. A bug was fixed which prevented users with special characters in their password from logging in.