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 -> Create an operator with returning a fixed length string

Create an operator with returning a fixed length string

From: Frank Y <dmx_frank_at_yahoo.com>
Date: 5 Jan 2004 20:27:43 -0800
Message-ID: <9d599275.0401052027.495c4690@posting.google.com>


Hello there,

I am using Oracle 9i on Windows 2000 Server. I need to create an operator to return a string with length 20.

If I use the following statement:
CREATE OPERATOR test ....
RETURN VARCHAR2....
...

the return string has a default length 4000.

Does any one know to make the return string length 20?

thanks a lot.

Frank Received on Mon Jan 05 2004 - 22:27:43 CST

Original text of this message

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