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

Home -> Community -> Usenet -> c.d.o.misc -> Exec in Oracle

Exec in Oracle

From: Harpreet Singh <harpreet_at_ruksun.com>
Date: Thu, 12 Dec 2002 10:56:41 +0530
Message-ID: <atc0c8$83$1@news.vsnl.net.in>


Hi

   For learning Oracle I am porting my SQL server code to Oracle. In SQL server if a variable has an DML stmt in it and if we want to execute that the syntax is

set @Str = "Select * from abc"
exec (@str)

 How do we do this in Oracle.

--Harpreet

--

"Science is organized knowledge. Wisdom is organized life." Received on Wed Dec 11 2002 - 23:26:41 CST

Original text of this message

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