Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Is there a URL schema for accessing an Oracle database
Hi,
I was wondering if there was a standard url schema for accessing an object in an oracle database i.e.
1)you click on the url 2)you are prompted for the username/password 3)you get your data
e.g. (this might be complete 'pie in the sky' but I had a feeling that there was something like this out there)
given:
column: mycolumn1 table: mytable database: mydb host: mymachine.mydomain.com
and the server was 'internet enabled' some how:
could one access the column data in something like the following way:
http://mydb.mymachine.mydomain.com/dml?table=mytable&column=mycolumn1
thanks in advance for any help with this question.
--- Shoaib SufiReceived on Thu May 30 2002 - 03:41:31 CDT
![]() |
![]() |