I want to access Oracle database like bellow.
Clients send SQL over HTTP.
Then server gets this request and search for Oracle database.
Next the server responds this result set.
Finally the client can operate this result set with some method like FIND as like as do for one of objects.
Does anyone know ?