You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by callme_sanjay <ca...@yahoo.com> on 2007/08/07 14:31:14 UTC

Oracle 9.2.0 Data-dump multiple Schema

Hello All, 

I tried running "dump-metadata" from my oracle database (version 9.2.0).

Found that there are multiple schema's already available. 

In the "jdbc.properties.oracle9" file , Specifically mentioned the schema
name in which I am interested.

like 
#################snippet from properties file
# For oracle, we should limit the schema to the one of the user
# Note that Oracle requires this to be uppercase, even when using delimited
identifiers
ddlutils.schema=MYSCHEMA;
#################snippet end

But when I run the ant task , it not only dump "MYSCHEMA" but also start
dumping other schema's whcih I don't want , 

So please can anyone tell me how to tackle this issue

Thanks in advance
Regards
-Sanjay
-- 
View this message in context: http://www.nabble.com/Oracle-9.2.0-Data-dump-multiple-Schema-tf4229809.html#a12033310
Sent from the Apache DdlUtils - Dev mailing list archive at Nabble.com.