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-tf4229800.html#a12033295
Sent from the Apache DdlUtils - User mailing list archive at Nabble.com.
|