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

Home -> Community -> Usenet -> c.d.o.tools -> on sql/sp

on sql/sp

From: luio <lctNOlcSPAM_at_hotmail.com.invalid>
Date: 2000/08/07
Message-ID: <0a697542.07d21d23@usw-ex0104-031.remarq.com>#1/1

Long type operation in store procedure.
how to select the long and insert it into a table. Tom only solves insert a long type into a table in a store procedure

how to implement next statemente in store procedure? right now, it reported error message, that I use long type in a query in a store procedure.

create tb1(....., long xx)

insert into tb1(...., xx) select .... xx from tb1

it is said we can use dbms_execute to implement this. but how?


Got questions? Get answers over the phone at Keen.com. Up to 100 minutes free!
http://www.keen.com Received on Mon Aug 07 2000 - 00:00:00 CDT

Original text of this message

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