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 -> Re: "create sequence" statement and 'starting with' clause issue

Re: "create sequence" statement and 'starting with' clause issue

From: termoPilucco <termoPilucco_at_gmail.com>
Date: 20 Nov 2006 05:47:27 -0800
Message-ID: <1164030446.919221.30300@e3g2000cwe.googlegroups.com>


sybrandb ha scritto:

> CREATE SEQUENCE is DDL (Data Definition Language).
> DDL is not possible in PL/SQL except via EXECUTE IMMEDIATE <command
> string>.

Ah thanks, now it works fine!

> it is EXTREEMLY BAD practice to create a database on the fly.

I understand, but i have no choice about it

termoPilucco Received on Mon Nov 20 2006 - 07:47:27 CST

Original text of this message

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