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

Re: Does anyone help me?

From: <tjmxyz_at_my-deja.com>
Date: Fri, 06 Aug 1999 11:53:01 GMT
Message-ID: <7oeiap$1f4$1@nnrp1.deja.com>

hi...

This doesn't make much sense why not just run the create table statement by itself?

But if you want to do it look into the
DBMS_SQL package.

In article <7oeflk$vqp$1_at_nnrp1.deja.com>,   sakshart_at_thaimail.com wrote:
> 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.
>

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

Original text of this message

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