Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> my function to run in Sqlplus console

my function to run in Sqlplus console

From: <quikquic_at_yahoo.com>
Date: 30 Sep 2003 10:25:55 -0700
Message-ID: <ead1f717.0309300925.63b003f2@posting.google.com>


I am running oracle. Besides all those build-in "select, insert, delete...", can I define my own function which can be run inside SQL-plus console?

Suppose I save an image as a blob in the database, my table is

ImageID blob

100     **
101     **

and I would like to have something like "Showimage blob from imagetable where imageid = 100", where "Showimage" will be a function written in C and packaged as a dll.

How can I do it?

Thanks,

qk Received on Tue Sep 30 2003 - 12:25:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US