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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Conversion of datatype

Re: Conversion of datatype

From: Brian Wisniewski <brian_wisniewski_at_yahoo.com>
Date: Tue, 27 Feb 2001 12:42:20 -0800
Message-ID: <F001.002BEC04.20010227123222@fatcity.com>

I don't know what your problem is because I just threw it into a proc and executed it from sql*plus and sqlplus worksheet and it came back with the correct results.

create or replace procedure test_proc as

        test_int        number(6) := 1;
        test_char       char(7);

...

SQL> exec test_proc
000001
000033

Sorry but it works for me.


Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Brian Wisniewski
  INET: brian_wisniewski_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Feb 27 2001 - 14:42:20 CST

Original text of this message

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