Re: SQL task - creating tablespace in Oracle problem

2006-08-31 Thread Antoine Levy-Lambert
Hello, sorry, this is not an Ant problem at all. Look for an Oracle mailing list. Regards, Antoine Original-Nachricht Datum: Thu, 31 Aug 2006 06:52:34 -0700 (PDT) Von: Angus Rose <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: SQL task - creating tablespace in

SQL task - creating tablespace in Oracle problem

2006-08-31 Thread Angus Rose
Hi All, I'm developing a build file that includes some sql tasks, One of which is creating a tablespace on an Oracle 10g instance. I have run this script but keep getting the follwoing error: BUILD FAILED java.sql.SQLException: ORA-01119: error in creating database

Tablespace

2006-02-27 Thread Harshal Chavda
some tables created in sql (for Oracle 9i).How do I create a tablespace to group some related tables. I would like to know how do I find the name of tablespace_name using sql command .I would like to replace the word tablespace_name with its value. Thanks Harshal How do I go about it