Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Exec in Oracle
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
![]() |
![]() |