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.
This is sort of a quick-hack tool when you have nothing else available. Even if the installatio is pretty simple, this could be a very serious security risk if not taken care of properly (like all powerful tools :-)... I even think of wireless security because these simple html-pages could even be accessed via a Palm or Smartphone like the P800. powerful and dangerous, but worth a look anyhow!
With Version 1.2 released yesterday you can switch from the classic SQL entry (where you choose the table from a popup) to a freely editable text field. This allows you to run any SQL statement, including INSERT, UPDATE and DELETE statements. (Note that row editor functionality is only available with "classic" SQL entry.)
Features:
function names (allowing you to insert sequencer values, function
calls, or NULL)
Comments
Oracle Editor in PHP
Actually, I have a couple of questions to ask:
1-When is ORACLE 10i database coming out?
2-I've been struggling for the past 2 months on a project that I'm working on. I was wondering if someone could tell me about a better way to support PHP and regular expression in SQL.
Thanks!
Oracle Editor in PHP
Herve, maybe a little more details about your project and your struggles would help supporting folks understand your trouble.
a release data for 10_g_ is not yet available.
christoph
Oracle Editor in PHP
When I am giving a WHERE clause like:
name like '%BOB%'
The query is transforming to: /'%BOB%'/
How to avoid this.
Oracle Editor in PHP
When I am giving a WHERE clause ;
where location='002'
The query is transforming to: \'002\'
why this.