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 -> Does anyone help me?

Does anyone help me?

From: <sakshart_at_thaimail.com>
Date: Fri, 06 Aug 1999 11:07:36 GMT
Message-ID: <7oeflk$vqp$1@nnrp1.deja.com>


Problem: I want this procedure
procedure create_table( str in varchar2) begin
  .... ( I want to know how to do this ) end create_table;
That works like this..
sQL>create_table('create table t1 (n number, d number)'); It pass parameter create table command as string and It creates table that correspond to its parameter.. Does anyone can solve this problem?
It's cool....
Please keep me up to date...
sakshart_at_thaimail.com

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Fri Aug 06 1999 - 06:07:36 CDT

Original text of this message

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