From ddlutils-user-return-132-apmail-db-ddlutils-user-archive=db.apache.org@db.apache.org Tue Feb 07 00:45:14 2006 Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 2778 invoked from network); 7 Feb 2006 00:44:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 00:44:30 -0000 Received: (qmail 97084 invoked by uid 500); 7 Feb 2006 00:43:52 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 97031 invoked by uid 500); 7 Feb 2006 00:43:52 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 97020 invoked by uid 99); 7 Feb 2006 00:43:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 16:43:52 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [24.71.223.10] (HELO pd5mo1so.prod.shaw.ca) (24.71.223.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 16:43:51 -0800 Received: from pd2mr6so.prod.shaw.ca (pd2mr6so-qfe3.prod.shaw.ca [10.0.141.9]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IUA00418KMEMU20@l-daemon> for ddlutils-user@db.apache.org; Mon, 06 Feb 2006 17:42:14 -0700 (MST) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd2mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IUA00FD8KME6CH0@pd2mr6so.prod.shaw.ca> for ddlutils-user@db.apache.org; Mon, 06 Feb 2006 17:42:14 -0700 (MST) Received: from [127.0.0.1] ([68.145.118.125]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IUA00IQOKMDHYD0@l-daemon> for ddlutils-user@db.apache.org; Mon, 06 Feb 2006 17:42:14 -0700 (MST) Date: Mon, 06 Feb 2006 17:43:13 -0700 From: Guy Davis Subject: Re: Oracle 9i generating empty schema file for DatabaseToDdlTask In-reply-to: <224f32340602061432y23b59824td417b622525b2252@mail.gmail.com> To: ddlutils-user@db.apache.org Message-id: <43E7ED21.2040109@guydavis.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <43E3F65B.6000905@guydavis.ca> <224f32340602040256q6c5ad472qdba6589020679eb7@mail.gmail.com> <43E7C985.5010107@guydavis.ca> <224f32340602061432y23b59824td417b622525b2252@mail.gmail.com> User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Okay, based on the dump-metadata.xml file, I now have my build.xml working for dumping the schema and data to XML. Thanks. My next step is to try loading this dump from our main Oracle 9 DB into an instance of Oracle 10 Express on my workstation. Here the relevant portion of my build.xml: Currently, the DV_MASTER schema on my workstation is completely empty and the user has CONNECT and RESOURCE. The schema.xml file looks reasonable now. It starts with: ... When I run a target with this task, I get the following: C:\Development\trunk\build.xml:451: Could not read schema file C:\Development\trunk\schema.xml: The database model has no name What does "database model has no name" mean? How do I set one? Thanks in advance, Guy