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
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
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