Metadata is not available yet - still gathering
It's been returning the same message for over an hour. In another
window, I fired up SQLAlchemy in a python shell and used reflection to
load a MetaData() object in a little over 5 minutes... The database
has about 150 tables and just over a 1000 total columns. It's a decent
sized db, but I wouldn't expect it to take more than hour to get a
listing (not when SQLAlchemy was able to reflect it as fast as it
did). Is there something more going on here that I'm unaware of, or is
this a performance related bug?
-- William
cheers dave
On Mar 18, 2:46 am, wam <w...@wamber.net> wrote:
> So, as my prior comment indicated, I was able to finally get connected
> to my Oracle database using sqlpython, and I was eager to use the 'ls'
> command to check out just how big of a mess I had inherited. sqlpython
> gave me back a message:
>
> Metadatais not available yet - still gathering
>
> It's been returning the same message for over an hour. In another
> window, I fired up SQLAlchemy in a python shell and used reflection to
> load aMetaData() object in a little over 5 minutes... The database
Apologies, speed is an issue with the current version of Gerald. My aim
was to make it work and then make it fast.
I have a couple of ideas on how to speed up the collection of metadata
and will experiment with them as I work on the next release.
Having said that I wouldn't expect the kind of times you are seeing as
reasonable for even the current code. Can either of you send me the
gerald.log files that are produced when you start up SqlPython and point
it at your databases?
Thanks,
Andy
--
From the desk of Andrew J Todd esq - http://www.halfcooked.com/
When i start sqlpython with a connection this is an error that I get.
However, it is still usable and with no metadata:
<code>
/bin/sh: xclip: command not found
/usr/bin/vim
0:moodle@moodleprod> quException in thread Thread-1:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/threading.py", line 522, in __bootstrap_inner
self.run()
File "/Library/Python/2.6/site-packages/sqlpython-1.7.1-py2.6.egg/
sqlpython/connections.py", line 277, in run
newgerald = gerald_classes[self.db_instance.rdbms]
(self.db_instance.username, self.db_instance.conn_data.gerald_uri())
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/schema.py", line 96, in __init__
self.schema = self._get_schema(self._cursor)
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/oracle_schema.py", line 171, in _get_schema
schema[table_key] = Table(table_name, cursor, owner)
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/schema.py", line 314, in __init__
self._get_table(cursor)
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/oracle_schema.py", line 290, in _get_table
raise AttributeError, "Can't get DDL for table %s" % uc_table_name
AttributeError: Can't get DDL for table _DEFAULT_AUDITING_OPTIONS_
</code>
I am not sure how to attach the gerald.log though to this forum?
<code>
2010.03.31 12:14:33 DEBUG:: Connecting to don
2010.03.31 12:14:33 DEBUG:: Established connection to don
2010.03.31 12:14:33 INFO:: Getting details for Oracle user don from
database
2010.03.31 12:14:33 DEBUG:: Getting details for table ICOL$
2010.03.31 12:14:33 DEBUG:: Getting tablespace for table ICOL$
2010.03.31 12:14:33 DEBUG:: Getting columns for table ICOL$
2010.03.31 12:14:33 DEBUG:: Getting constraints for table ICOL$
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00102 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00103 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00104 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00105 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00106 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00107 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00108 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00109 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting indexes for table ICOL$
2010.03.31 12:14:33 DEBUG:: Getting triggers for table ICOL$
2010.03.31 12:14:33 DEBUG:: Getting details for table IND$
2010.03.31 12:14:33 DEBUG:: Getting tablespace for table IND$
2010.03.31 12:14:33 DEBUG:: Getting columns for table IND$
2010.03.31 12:14:33 DEBUG:: Getting constraints for table IND$
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0088 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0089 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0090 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0091 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0092 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0093 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0094 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0095 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0096 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0097 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0098 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0099 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00100 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00101 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting indexes for table IND$
2010.03.31 12:14:33 DEBUG:: Getting triggers for table IND$
2010.03.31 12:14:33 DEBUG:: Getting details for table COL$
2010.03.31 12:14:33 DEBUG:: Getting tablespace for table COL$
2010.03.31 12:14:33 DEBUG:: Getting columns for table COL$
2010.03.31 12:14:33 DEBUG:: Getting constraints for table COL$
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00110 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00111 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00112 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00113 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00114 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00115 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00116 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00117 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00118 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00119 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00120 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C00121 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting indexes for table COL$
2010.03.31 12:14:33 DEBUG:: Getting triggers for table COL$
2010.03.31 12:14:33 DEBUG:: Getting details for table CLU$
2010.03.31 12:14:33 DEBUG:: Getting tablespace for table CLU$
2010.03.31 12:14:33 DEBUG:: Getting columns for table CLU$
2010.03.31 12:14:33 DEBUG:: Getting constraints for table CLU$
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0015 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0016 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0017 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0018 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0019 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0020 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0021 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0022 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0023 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting indexes for table CLU$
2010.03.31 12:14:33 DEBUG:: Getting triggers for table CLU$
2010.03.31 12:14:33 DEBUG:: Getting details for table TAB$
2010.03.31 12:14:33 DEBUG:: Getting tablespace for table TAB$
2010.03.31 12:14:33 DEBUG:: Getting columns for table TAB$
2010.03.31 12:14:33 DEBUG:: Getting constraints for table TAB$
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C001 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C002 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C003 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C004 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C005 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C006 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C007 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C008 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C009 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0010 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0011 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0012 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0013 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting details for SYS_C0014 which is a
Check constraint
2010.03.31 12:14:33 DEBUG:: Getting indexes for table TAB$
2010.03.31 12:14:33 DEBUG:: Getting triggers for table TAB$
2010.03.31 12:14:33 DEBUG:: Getting details for table LOB$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table LOB$
2010.03.31 12:14:34 DEBUG:: Getting columns for table LOB$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table LOB$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00187 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00188 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00189 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00190 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00191 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00192 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00193 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00194 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00195 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00196 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00197 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00198 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00199 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00200 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00201 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table LOB$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table LOB$
2010.03.31 12:14:34 DEBUG:: Getting details for table COLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table COLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting columns for table COLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table COLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00202 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00203 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00204 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00205 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00206 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00207 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table COLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table COLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting details for table SUBCOLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table SUBCOLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting columns for table SUBCOLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table SUBCOLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00208 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00209 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00210 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00211 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table SUBCOLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table SUBCOLTYPE$
2010.03.31 12:14:34 DEBUG:: Getting details for table NTAB$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table NTAB$
2010.03.31 12:14:34 DEBUG:: Getting columns for table NTAB$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table NTAB$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00212 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00213 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00214 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00215 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00216 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table NTAB$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table NTAB$
2010.03.31 12:14:34 DEBUG:: Getting details for table REFCON$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table REFCON$
2010.03.31 12:14:34 DEBUG:: Getting columns for table REFCON$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table REFCON$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00217 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00218 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00219 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00220 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table REFCON$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table REFCON$
2010.03.31 12:14:34 DEBUG:: Getting details for table OPQTYPE$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table OPQTYPE$
2010.03.31 12:14:34 DEBUG:: Getting columns for table OPQTYPE$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table OPQTYPE$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00221 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00222 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table OPQTYPE$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table OPQTYPE$
2010.03.31 12:14:34 DEBUG:: Getting details for table ICOLDEP$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table ICOLDEP$
2010.03.31 12:14:34 DEBUG:: Getting columns for table ICOLDEP$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table ICOLDEP$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00239 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00240 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00241 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table ICOLDEP$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table ICOLDEP$
2010.03.31 12:14:34 DEBUG:: Getting details for table VIEWTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table VIEWTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting columns for table VIEWTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table VIEWTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00314 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00315 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00316 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00317 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table VIEWTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table VIEWTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting details for table LIBRARY$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table LIBRARY$
2010.03.31 12:14:34 DEBUG:: Getting columns for table LIBRARY$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table LIBRARY$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00410 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00411 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table LIBRARY$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table LIBRARY$
2010.03.31 12:14:34 DEBUG:: Getting details for table ASSEMBLY$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table ASSEMBLY$
2010.03.31 12:14:34 DEBUG:: Getting columns for table ASSEMBLY$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table ASSEMBLY$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00412 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00413 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table ASSEMBLY$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table ASSEMBLY$
2010.03.31 12:14:34 DEBUG:: Getting details for table ATTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table ATTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting columns for table ATTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table ATTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00587 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00588 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00589 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table ATTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table ATTRCOL$
2010.03.31 12:14:34 DEBUG:: Getting details for table TYPE_MISC$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table TYPE_MISC$
2010.03.31 12:14:34 DEBUG:: Getting columns for table TYPE_MISC$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table TYPE_MISC$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00594 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00595 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00596 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table TYPE_MISC$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table TYPE_MISC$
2010.03.31 12:14:34 DEBUG:: Getting details for table TS$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table TS$
2010.03.31 12:14:34 DEBUG:: Getting columns for table TS$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table TS$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0061 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0062 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0063 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0064 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0065 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0066 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0067 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0068 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0069 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0070 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0071 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0072 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0073 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0074 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0075 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0057 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0058 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0059 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0060 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table TS$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table TS$
2010.03.31 12:14:34 DEBUG:: Getting details for table FET$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table FET$
2010.03.31 12:14:34 DEBUG:: Getting columns for table FET$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table FET$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0024 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0025 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0026 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0027 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table FET$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table FET$
2010.03.31 12:14:34 DEBUG:: Getting details for table UET$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table UET$
2010.03.31 12:14:34 DEBUG:: Getting columns for table UET$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table UET$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0028 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0029 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0030 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0031 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0032 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0033 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0034 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table UET$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table UET$
2010.03.31 12:14:34 DEBUG:: Getting details for table SEG$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table SEG$
2010.03.31 12:14:34 DEBUG:: Getting columns for table SEG$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table SEG$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0035 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0036 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0037 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0038 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0039 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0040 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0041 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0042 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0043 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0044 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0045 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0046 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0047 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0048 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0049 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0050 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table SEG$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table SEG$
2010.03.31 12:14:34 DEBUG:: Getting details for table USER$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table USER$
2010.03.31 12:14:34 DEBUG:: Getting columns for table USER$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table USER$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00122 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00123 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00124 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00125 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00126 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00127 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00128 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00129 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00130 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00131 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table USER$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table USER$
2010.03.31 12:14:34 DEBUG:: Getting details for table TSQ$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table TSQ$
2010.03.31 12:14:34 DEBUG:: Getting columns for table TSQ$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table TSQ$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00162 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00163 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00164 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00165 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00166 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00167 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00168 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table TSQ$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table TSQ$
2010.03.31 12:14:34 DEBUG:: Getting details for table UNDO$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table UNDO$
2010.03.31 12:14:34 DEBUG:: Getting columns for table UNDO$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table UNDO$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0051 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0052 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0053 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0054 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0055 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0056 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table UNDO$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table UNDO$
2010.03.31 12:14:34 DEBUG:: Getting details for table FILE$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table FILE$
2010.03.31 12:14:34 DEBUG:: Getting columns for table FILE$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table FILE$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0076 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0077 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0078 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table FILE$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table FILE$
2010.03.31 12:14:34 DEBUG:: Getting details for table OBJ$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table OBJ$
2010.03.31 12:14:34 DEBUG:: Getting columns for table OBJ$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table OBJ$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0079 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0080 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0081 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0082 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0083 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0084 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0085 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0086 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C0087 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table OBJ$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table OBJ$
2010.03.31 12:14:34 DEBUG:: Getting details for table PROXY_DATA$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table PROXY_DATA$
2010.03.31 12:14:34 DEBUG:: Getting columns for table PROXY_DATA$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table PROXY_DATA$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00132 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00133 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00134 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00135 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00136 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00137 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table PROXY_DATA$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table PROXY_DATA$
2010.03.31 12:14:34 DEBUG:: Getting details for table PROXY_ROLE_DATA$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table
PROXY_ROLE_DATA$
2010.03.31 12:14:34 DEBUG:: Getting columns for table PROXY_ROLE_DATA$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table
PROXY_ROLE_DATA$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00138 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00139 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00140 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table PROXY_ROLE_DATA$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table PROXY_ROLE_DATA
$
2010.03.31 12:14:34 DEBUG:: Getting details for table CON$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table CON$
2010.03.31 12:14:34 DEBUG:: Getting columns for table CON$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table CON$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00141 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00142 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00143 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table CON$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table CON$
2010.03.31 12:14:34 DEBUG:: Getting details for table CCOL$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table CCOL$
2010.03.31 12:14:34 DEBUG:: Getting columns for table CCOL$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table CCOL$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00147 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00148 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00149 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00150 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table CCOL$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table CCOL$
2010.03.31 12:14:34 DEBUG:: Getting details for table CDEF$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table CDEF$
2010.03.31 12:14:34 DEBUG:: Getting columns for table CDEF$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table CDEF$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00144 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00145 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00146 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table CDEF$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table CDEF$
2010.03.31 12:14:34 DEBUG:: Getting details for table BOOTSTRAP$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table BOOTSTRAP$
2010.03.31 12:14:34 DEBUG:: Getting columns for table BOOTSTRAP$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table BOOTSTRAP$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00151 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00152 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00153 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table BOOTSTRAP$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table BOOTSTRAP$
2010.03.31 12:14:34 DEBUG:: Getting details for table OBJERROR$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table OBJERROR$
2010.03.31 12:14:34 DEBUG:: Getting columns for table OBJERROR$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table OBJERROR$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00154 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table OBJERROR$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table OBJERROR$
2010.03.31 12:14:34 DEBUG:: Getting details for table OBJAUTH$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table OBJAUTH$
2010.03.31 12:14:34 DEBUG:: Getting columns for table OBJAUTH$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table OBJAUTH$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00155 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00156 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00157 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00158 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00159 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table OBJAUTH$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table OBJAUTH$
2010.03.31 12:14:34 DEBUG:: Getting details for table UGROUP$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table UGROUP$
2010.03.31 12:14:34 DEBUG:: Getting columns for table UGROUP$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table UGROUP$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00160 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00161 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table UGROUP$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table UGROUP$
2010.03.31 12:14:34 DEBUG:: Getting details for table SYN$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table SYN$
2010.03.31 12:14:34 DEBUG:: Getting columns for table SYN$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table SYN$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00169 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00170 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table SYN$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table SYN$
2010.03.31 12:14:34 DEBUG:: Getting details for table VIEW$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table VIEW$
2010.03.31 12:14:34 DEBUG:: Getting columns for table VIEW$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table VIEW$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00171 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00172 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00173 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00174 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00175 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00176 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table VIEW$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table VIEW$
2010.03.31 12:14:34 DEBUG:: Getting details for table TYPED_VIEW$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table TYPED_VIEW$
2010.03.31 12:14:34 DEBUG:: Getting columns for table TYPED_VIEW$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table TYPED_VIEW$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00177 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table TYPED_VIEW$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table TYPED_VIEW$
2010.03.31 12:14:34 DEBUG:: Getting details for table SUPEROBJ$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table SUPEROBJ$
2010.03.31 12:14:34 DEBUG:: Getting columns for table SUPEROBJ$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table SUPEROBJ$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00178 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00179 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table SUPEROBJ$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table SUPEROBJ$
2010.03.31 12:14:34 DEBUG:: Getting details for table SEQ$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table SEQ$
2010.03.31 12:14:34 DEBUG:: Getting columns for table SEQ$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table SEQ$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00181 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00182 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00183 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00184 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00185 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00186 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00180 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table SEQ$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table SEQ$
2010.03.31 12:14:34 DEBUG:: Getting details for table PROPS$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table PROPS$
2010.03.31 12:14:34 DEBUG:: Getting columns for table PROPS$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table PROPS$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00223 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table PROPS$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table PROPS$
2010.03.31 12:14:34 DEBUG:: Getting details for table EDITION$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table EDITION$
2010.03.31 12:14:34 DEBUG:: Getting columns for table EDITION$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table EDITION$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00224 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00225 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table EDITION$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table EDITION$
2010.03.31 12:14:34 DEBUG:: Getting details for table FIXED_OBJ$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table FIXED_OBJ$
2010.03.31 12:14:34 DEBUG:: Getting columns for table FIXED_OBJ$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table FIXED_OBJ$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00226 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00227 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table FIXED_OBJ$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table FIXED_OBJ$
2010.03.31 12:14:34 DEBUG:: Getting details for table MIGRATE$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table MIGRATE$
2010.03.31 12:14:34 DEBUG:: Getting columns for table MIGRATE$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table MIGRATE$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00228 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table MIGRATE$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table MIGRATE$
2010.03.31 12:14:34 DEBUG:: Getting details for table DEPENDENCY$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table DEPENDENCY$
2010.03.31 12:14:34 DEBUG:: Getting columns for table DEPENDENCY$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table DEPENDENCY$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00229 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00230 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00231 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00232 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00233 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00234 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table DEPENDENCY$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table DEPENDENCY$
2010.03.31 12:14:34 DEBUG:: Getting details for table ACCESS$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table ACCESS$
2010.03.31 12:14:34 DEBUG:: Getting columns for table ACCESS$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table ACCESS$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00235 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00236 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00237 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table ACCESS$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table ACCESS$
2010.03.31 12:14:34 DEBUG:: Getting details for table VIEWCON$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table VIEWCON$
2010.03.31 12:14:34 DEBUG:: Getting columns for table VIEWCON$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table VIEWCON$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00238 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table VIEWCON$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table VIEWCON$
2010.03.31 12:14:34 DEBUG:: Getting details for table DUAL
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table DUAL
2010.03.31 12:14:34 DEBUG:: Getting columns for table DUAL
2010.03.31 12:14:34 DEBUG:: Getting constraints for table DUAL
2010.03.31 12:14:34 DEBUG:: Getting indexes for table DUAL
2010.03.31 12:14:34 DEBUG:: Getting triggers for table DUAL
2010.03.31 12:14:34 DEBUG:: Getting details for table SYSAUTH$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table SYSAUTH$
2010.03.31 12:14:34 DEBUG:: Getting columns for table SYSAUTH$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table SYSAUTH$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00242 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00243 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00244 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table SYSAUTH$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table SYSAUTH$
2010.03.31 12:14:34 DEBUG:: Getting details for table OBJPRIV$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table OBJPRIV$
2010.03.31 12:14:34 DEBUG:: Getting columns for table OBJPRIV$
2010.03.31 12:14:34 DEBUG:: Getting constraints for table OBJPRIV$
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00245 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting details for SYS_C00246 which is a
Check constraint
2010.03.31 12:14:34 DEBUG:: Getting indexes for table OBJPRIV$
2010.03.31 12:14:34 DEBUG:: Getting triggers for table OBJPRIV$
2010.03.31 12:14:34 DEBUG:: Getting details for table DEFROLE$
2010.03.31 12:14:34 DEBUG:: Getting tablespace for table DEFROLE$
2010.03.31 12:14:35 DEBUG:: Getting columns for table DEFROLE$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table DEFROLE$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00247 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00248 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table DEFROLE$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table DEFROLE$
2010.03.31 12:14:35 DEBUG:: Getting details for table ECOL$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table ECOL$
2010.03.31 12:14:35 DEBUG:: Getting columns for table ECOL$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table ECOL$
2010.03.31 12:14:35 DEBUG:: Getting indexes for table ECOL$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table ECOL$
2010.03.31 12:14:35 DEBUG:: Getting details for table EV$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table EV$
2010.03.31 12:14:35 DEBUG:: Getting columns for table EV$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table EV$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00249 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00250 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00251 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00252 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table EV$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table EV$
2010.03.31 12:14:35 DEBUG:: Getting details for table EVCOL$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table EVCOL$
2010.03.31 12:14:35 DEBUG:: Getting columns for table EVCOL$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table EVCOL$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00253 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00254 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00255 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table EVCOL$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table EVCOL$
2010.03.31 12:14:35 DEBUG:: Getting details for table LINK$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table LINK$
2010.03.31 12:14:35 DEBUG:: Getting columns for table LINK$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table LINK$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00256 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00257 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00258 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table LINK$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table LINK$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRUSTED_LIST$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRUSTED_LIST$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRUSTED_LIST$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRUSTED_LIST
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00259 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00260 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRUSTED_LIST$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRUSTED_LIST$
2010.03.31 12:14:35 DEBUG:: Getting details for table COM$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table COM$
2010.03.31 12:14:35 DEBUG:: Getting columns for table COM$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table COM$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00261 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table COM$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table COM$
2010.03.31 12:14:35 DEBUG:: Getting details for table DUC$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table DUC$
2010.03.31 12:14:35 DEBUG:: Getting columns for table DUC$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table DUC$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00265 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00266 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00262 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00263 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00264 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table DUC$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table DUC$
2010.03.31 12:14:35 DEBUG:: Getting details for table RECYCLEBIN$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table RECYCLEBIN$
2010.03.31 12:14:35 DEBUG:: Getting columns for table RECYCLEBIN$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table RECYCLEBIN$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00267 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00268 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00269 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00270 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00271 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00272 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00273 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table RECYCLEBIN$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table RECYCLEBIN$
2010.03.31 12:14:35 DEBUG:: Getting details for table IND_ONLINE$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table IND_ONLINE$
2010.03.31 12:14:35 DEBUG:: Getting columns for table IND_ONLINE$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table IND_ONLINE$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00274 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00275 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00276 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table IND_ONLINE$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table IND_ONLINE$
2010.03.31 12:14:35 DEBUG:: Getting details for table CONTEXT$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table CONTEXT$
2010.03.31 12:14:35 DEBUG:: Getting columns for table CONTEXT$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table CONTEXT$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00277 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00278 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00279 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00280 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table CONTEXT$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table CONTEXT$
2010.03.31 12:14:35 DEBUG:: Getting details for table SQL_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table SQL_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting columns for table SQL_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table SQL_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00281 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table SQL_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table SQL_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting details for table JIJOIN$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table JIJOIN$
2010.03.31 12:14:35 DEBUG:: Getting columns for table JIJOIN$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table JIJOIN$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00282 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00283 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00284 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00285 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00286 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00287 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table JIJOIN$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table JIJOIN$
2010.03.31 12:14:35 DEBUG:: Getting details for table JIREFRESHSQL$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table JIREFRESHSQL$
2010.03.31 12:14:35 DEBUG:: Getting columns for table JIREFRESHSQL$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table JIREFRESHSQL
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00288 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00289 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table JIREFRESHSQL$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table JIREFRESHSQL$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRIGGER$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRIGGER$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRIGGER$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRIGGER$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00290 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00291 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00292 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00293 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00294 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00295 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00296 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRIGGER$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRIGGER$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRIGGERCOL$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRIGGERCOL$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRIGGERCOL$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRIGGERCOL$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00297 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00298 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00299 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00300 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRIGGERCOL$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRIGGERCOL$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRIGGERJAVAF$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRIGGERJAVAF$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRIGGERJAVAF$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRIGGERJAVAF
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00301 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRIGGERJAVAF$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRIGGERJAVAF$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRIGGERJAVAS$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRIGGERJAVAS$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRIGGERJAVAS$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRIGGERJAVAS
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00302 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00303 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00304 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRIGGERJAVAS$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRIGGERJAVAS$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRIGGERJAVAC$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRIGGERJAVAC$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRIGGERJAVAC$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRIGGERJAVAC
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00305 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00306 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00307 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00308 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00309 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRIGGERJAVAC$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRIGGERJAVAC$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRIGGERJAVAM$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRIGGERJAVAM$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRIGGERJAVAM$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRIGGERJAVAM
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00310 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00311 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00312 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00313 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRIGGERJAVAM$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRIGGERJAVAM$
2010.03.31 12:14:35 DEBUG:: Getting details for table TRIGGERDEP$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table TRIGGERDEP$
2010.03.31 12:14:35 DEBUG:: Getting columns for table TRIGGERDEP$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table TRIGGERDEP$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00318 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table TRIGGERDEP$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table TRIGGERDEP$
2010.03.31 12:14:35 DEBUG:: Getting details for table INDREBUILD$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table INDREBUILD$
2010.03.31 12:14:35 DEBUG:: Getting columns for table INDREBUILD$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table INDREBUILD$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00319 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00320 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00321 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00322 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00323 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00324 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00325 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table INDREBUILD$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table INDREBUILD$
2010.03.31 12:14:35 DEBUG:: Getting details for table SMB$CONFIG
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table SMB$CONFIG
2010.03.31 12:14:35 DEBUG:: Getting columns for table SMB$CONFIG
2010.03.31 12:14:35 DEBUG:: Getting constraints for table SMB$CONFIG
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00328 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00329 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table SMB$CONFIG
2010.03.31 12:14:35 DEBUG:: Getting triggers for table SMB$CONFIG
2010.03.31 12:14:35 DEBUG:: Getting details for table SQL$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table SQL$
2010.03.31 12:14:35 DEBUG:: Getting columns for table SQL$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table SQL$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00330 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00331 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00332 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table SQL$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table SQL$
2010.03.31 12:14:35 DEBUG:: Getting details for table SQL$TEXT
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table SQL$TEXT
2010.03.31 12:14:35 DEBUG:: Getting columns for table SQL$TEXT
2010.03.31 12:14:35 DEBUG:: Getting constraints for table SQL$TEXT
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00333 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00334 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00335 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table SQL$TEXT
2010.03.31 12:14:35 DEBUG:: Getting triggers for table SQL$TEXT
2010.03.31 12:14:35 DEBUG:: Getting details for table SQLOBJ$AUXDATA
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table SQLOBJ
$AUXDATA
2010.03.31 12:14:35 DEBUG:: Getting columns for table SQLOBJ$AUXDATA
2010.03.31 12:14:35 DEBUG:: Getting constraints for table SQLOBJ
$AUXDATA
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00341 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00342 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00343 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00344 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00345 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00346 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table SQLOBJ$AUXDATA
2010.03.31 12:14:35 DEBUG:: Getting triggers for table SQLOBJ$AUXDATA
2010.03.31 12:14:35 DEBUG:: Getting details for table OBJECT_USAGE
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table OBJECT_USAGE
2010.03.31 12:14:35 DEBUG:: Getting columns for table OBJECT_USAGE
2010.03.31 12:14:35 DEBUG:: Getting constraints for table OBJECT_USAGE
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00348 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00347 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table OBJECT_USAGE
2010.03.31 12:14:35 DEBUG:: Getting triggers for table OBJECT_USAGE
2010.03.31 12:14:35 DEBUG:: Getting details for table PROCEDURE$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table PROCEDURE$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PROCEDURE$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table PROCEDURE$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00349 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00350 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PROCEDURE$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table PROCEDURE$
2010.03.31 12:14:35 DEBUG:: Getting details for table PROCEDUREINFO$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table PROCEDUREINFO
$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PROCEDUREINFO$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table PROCEDUREINFO
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00351 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00352 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00353 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00354 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PROCEDUREINFO$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table PROCEDUREINFO$
2010.03.31 12:14:35 DEBUG:: Getting details for table ARGUMENT$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table ARGUMENT$
2010.03.31 12:14:35 DEBUG:: Getting columns for table ARGUMENT$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table ARGUMENT$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00355 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00356 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00357 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00358 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00359 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00360 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table ARGUMENT$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table ARGUMENT$
2010.03.31 12:14:35 DEBUG:: Getting details for table SOURCE$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table SOURCE$
2010.03.31 12:14:35 DEBUG:: Getting columns for table SOURCE$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table SOURCE$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00361 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00362 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table SOURCE$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table SOURCE$
2010.03.31 12:14:35 DEBUG:: Getting details for table IDL_UB1$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table IDL_UB1$
2010.03.31 12:14:35 DEBUG:: Getting columns for table IDL_UB1$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table IDL_UB1$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00363 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00364 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00365 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00366 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00367 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table IDL_UB1$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table IDL_UB1$
2010.03.31 12:14:35 DEBUG:: Getting details for table IDL_CHAR$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table IDL_CHAR$
2010.03.31 12:14:35 DEBUG:: Getting columns for table IDL_CHAR$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table IDL_CHAR$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00368 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00369 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00370 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00371 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00372 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table IDL_CHAR$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table IDL_CHAR$
2010.03.31 12:14:35 DEBUG:: Getting details for table IDL_UB2$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table IDL_UB2$
2010.03.31 12:14:35 DEBUG:: Getting columns for table IDL_UB2$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table IDL_UB2$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00373 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00374 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00375 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00376 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00377 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table IDL_UB2$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table IDL_UB2$
2010.03.31 12:14:35 DEBUG:: Getting details for table IDL_SB4$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table IDL_SB4$
2010.03.31 12:14:35 DEBUG:: Getting columns for table IDL_SB4$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table IDL_SB4$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00378 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00379 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00380 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00381 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00382 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table IDL_SB4$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table IDL_SB4$
2010.03.31 12:14:35 DEBUG:: Getting details for table ERROR$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table ERROR$
2010.03.31 12:14:35 DEBUG:: Getting columns for table ERROR$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table ERROR$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00383 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00384 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00385 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00386 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00387 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00388 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table ERROR$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table ERROR$
2010.03.31 12:14:35 DEBUG:: Getting details for table SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting columns for table SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00389 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00390 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting details for table NCOMP_DLL$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table NCOMP_DLL$
2010.03.31 12:14:35 DEBUG:: Getting columns for table NCOMP_DLL$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table NCOMP_DLL$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00391 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table NCOMP_DLL$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table NCOMP_DLL$
2010.03.31 12:14:35 DEBUG:: Getting details for table PROCEDUREJAVA$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table PROCEDUREJAVA
$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PROCEDUREJAVA$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table PROCEDUREJAVA
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00392 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00393 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00394 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00395 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00396 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00397 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00398 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00399 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00400 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00401 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00402 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00403 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PROCEDUREJAVA$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table PROCEDUREJAVA$
2010.03.31 12:14:35 DEBUG:: Getting details for table PROCEDUREC$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table PROCEDUREC$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PROCEDUREC$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table PROCEDUREC$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00404 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00405 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00406 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PROCEDUREC$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table PROCEDUREC$
2010.03.31 12:14:35 DEBUG:: Getting details for table PROCEDUREPLSQL$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table PROCEDUREPLSQL
$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PROCEDUREPLSQL$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table
PROCEDUREPLSQL$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00407 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00408 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00409 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PROCEDUREPLSQL$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table PROCEDUREPLSQL$
2010.03.31 12:14:35 DEBUG:: Getting details for table WARNING_SETTINGS
$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table
WARNING_SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting columns for table WARNING_SETTINGS
$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table
WARNING_SETTINGS$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00414 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00415 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table WARNING_SETTINGS
$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table WARNING_SETTINGS
$
2010.03.31 12:14:35 DEBUG:: Getting details for table DIANA_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table DIANA_VERSION
$
2010.03.31 12:14:35 DEBUG:: Getting columns for table DIANA_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table DIANA_VERSION
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00416 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00417 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table DIANA_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table DIANA_VERSION$
2010.03.31 12:14:35 DEBUG:: Getting details for table
PLSCOPE_IDENTIFIER$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table
PLSCOPE_IDENTIFIER$
2010.03.31 12:14:35 DEBUG:: Getting columns for table
PLSCOPE_IDENTIFIER$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table
PLSCOPE_IDENTIFIER$
2010.03.31 12:14:35 DEBUG:: Getting indexes for table
PLSCOPE_IDENTIFIER$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table
PLSCOPE_IDENTIFIER$
2010.03.31 12:14:35 DEBUG:: Getting details for table PLSCOPE_ACTION$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table PLSCOPE_ACTION
$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PLSCOPE_ACTION$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table
PLSCOPE_ACTION$
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PLSCOPE_ACTION$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table PLSCOPE_ACTION$
2010.03.31 12:14:35 DEBUG:: Getting details for table PENDING_TRANS$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table PENDING_TRANS
$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PENDING_TRANS$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table PENDING_TRANS
$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00418 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00419 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00420 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00421 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00422 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00423 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00424 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00425 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PENDING_TRANS$
2010.03.31 12:14:35 DEBUG:: Getting triggers for table PENDING_TRANS$
2010.03.31 12:14:35 DEBUG:: Getting details for table PENDING_SESSIONS
$
2010.03.31 12:14:35 DEBUG:: Getting tablespace for table
PENDING_SESSIONS$
2010.03.31 12:14:35 DEBUG:: Getting columns for table PENDING_SESSIONS
$
2010.03.31 12:14:35 DEBUG:: Getting constraints for table
PENDING_SESSIONS$
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00426 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00427 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00428 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00429 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting details for SYS_C00430 which is a
Check constraint
2010.03.31 12:14:35 DEBUG:: Getting indexes for table PENDING_SESSIONS
$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table PENDING_SESSIONS
$
2010.03.31 12:14:36 DEBUG:: Getting details for table
PENDING_SUB_SESSIONS$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
PENDING_SUB_SESSIONS$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
PENDING_SUB_SESSIONS$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
PENDING_SUB_SESSIONS$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00432 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00433 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00434 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00435 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00436 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00437 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00431 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
PENDING_SUB_SESSIONS$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
PENDING_SUB_SESSIONS$
2010.03.31 12:14:36 DEBUG:: Getting details for table SMON_SCN_TIME
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table SMON_SCN_TIME
2010.03.31 12:14:36 DEBUG:: Getting columns for table SMON_SCN_TIME
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
SMON_SCN_TIME
2010.03.31 12:14:36 DEBUG:: Getting indexes for table SMON_SCN_TIME
2010.03.31 12:14:36 DEBUG:: Getting triggers for table SMON_SCN_TIME
2010.03.31 12:14:36 DEBUG:: Getting details for table MAP_FILE$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table MAP_FILE$
2010.03.31 12:14:36 DEBUG:: Getting columns for table MAP_FILE$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table MAP_FILE$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table MAP_FILE$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table MAP_FILE$
2010.03.31 12:14:36 DEBUG:: Getting details for table MAP_FILE_EXTENT$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
MAP_FILE_EXTENT$
2010.03.31 12:14:36 DEBUG:: Getting columns for table MAP_FILE_EXTENT$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
MAP_FILE_EXTENT$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table MAP_FILE_EXTENT$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table MAP_FILE_EXTENT
$
2010.03.31 12:14:36 DEBUG:: Getting details for table MAP_SUBELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table MAP_SUBELEMENT
$
2010.03.31 12:14:36 DEBUG:: Getting columns for table MAP_SUBELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
MAP_SUBELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table MAP_SUBELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table MAP_SUBELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting details for table MAP_ELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table MAP_ELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting columns for table MAP_ELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table MAP_ELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table MAP_ELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table MAP_ELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting details for table MAP_EXTELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table MAP_EXTELEMENT
$
2010.03.31 12:14:36 DEBUG:: Getting columns for table MAP_EXTELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
MAP_EXTELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table MAP_EXTELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table MAP_EXTELEMENT$
2010.03.31 12:14:36 DEBUG:: Getting details for table MAP_COMPLIST$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table MAP_COMPLIST$
2010.03.31 12:14:36 DEBUG:: Getting columns for table MAP_COMPLIST$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table MAP_COMPLIST
$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table MAP_COMPLIST$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table MAP_COMPLIST$
2010.03.31 12:14:36 DEBUG:: Getting details for table PROFILE$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table PROFILE$
2010.03.31 12:14:36 DEBUG:: Getting columns for table PROFILE$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table PROFILE$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00438 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00439 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00440 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00441 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table PROFILE$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table PROFILE$
2010.03.31 12:14:36 DEBUG:: Getting details for table PROFNAME$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table PROFNAME$
2010.03.31 12:14:36 DEBUG:: Getting columns for table PROFNAME$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table PROFNAME$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00442 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00443 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table PROFNAME$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table PROFNAME$
2010.03.31 12:14:36 DEBUG:: Getting details for table RESOURCE_COST$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table RESOURCE_COST
$
2010.03.31 12:14:36 DEBUG:: Getting columns for table RESOURCE_COST$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table RESOURCE_COST
$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00444 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00445 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table RESOURCE_COST$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table RESOURCE_COST$
2010.03.31 12:14:36 DEBUG:: Getting details for table JOB$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table JOB$
2010.03.31 12:14:36 DEBUG:: Getting columns for table JOB$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table JOB$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00446 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00447 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00448 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00449 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00450 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00451 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00452 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00453 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table JOB$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table JOB$
2010.03.31 12:14:36 DEBUG:: Getting details for table RESOURCE_MAP
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table RESOURCE_MAP
2010.03.31 12:14:36 DEBUG:: Getting comments for table RESOURCE_MAP
2010.03.31 12:14:36 DEBUG:: Getting columns for table RESOURCE_MAP
2010.03.31 12:14:36 DEBUG:: Getting constraints for table RESOURCE_MAP
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00454 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00455 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00456 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table RESOURCE_MAP
2010.03.31 12:14:36 DEBUG:: Getting triggers for table RESOURCE_MAP
2010.03.31 12:14:36 DEBUG:: Getting details for table USER_ASTATUS_MAP
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
USER_ASTATUS_MAP
2010.03.31 12:14:36 DEBUG:: Getting columns for table USER_ASTATUS_MAP
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
USER_ASTATUS_MAP
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00457 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00458 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table USER_ASTATUS_MAP
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
USER_ASTATUS_MAP
2010.03.31 12:14:36 DEBUG:: Getting details for table RESOURCE_PLAN$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table RESOURCE_PLAN
$
2010.03.31 12:14:36 DEBUG:: Getting columns for table RESOURCE_PLAN$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table RESOURCE_PLAN
$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00459 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table RESOURCE_PLAN$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table RESOURCE_PLAN$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_CONSUMER_GROUP$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_CONSUMER_GROUP$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_CONSUMER_GROUP$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_CONSUMER_GROUP$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00460 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_CONSUMER_GROUP$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_CONSUMER_GROUP$
2010.03.31 12:14:36 DEBUG:: Getting details for table RESOURCE_CATEGORY
$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_CATEGORY$
2010.03.31 12:14:36 DEBUG:: Getting columns for table RESOURCE_CATEGORY
$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_CATEGORY$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table RESOURCE_CATEGORY
$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_CATEGORY$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_PLAN_DIRECTIVE$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_PLAN_DIRECTIVE$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_PLAN_DIRECTIVE$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_PLAN_DIRECTIVE$
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00461 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting details for SYS_C00462 which is a
Check constraint
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_PLAN_DIRECTIVE$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_PLAN_DIRECTIVE$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_GROUP_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_GROUP_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_GROUP_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_GROUP_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_GROUP_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_GROUP_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_MAPPING_PRIORITY$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_MAPPING_PRIORITY$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_MAPPING_PRIORITY$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_MAPPING_PRIORITY$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_MAPPING_PRIORITY$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_MAPPING_PRIORITY$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_STORAGE_POOL_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_STORAGE_POOL_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_STORAGE_POOL_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_STORAGE_POOL_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_STORAGE_POOL_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_STORAGE_POOL_MAPPING$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_INSTANCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_INSTANCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_INSTANCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_INSTANCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_INSTANCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_INSTANCE_CAPABILITY$
2010.03.31 12:14:36 DEBUG:: Getting details for table
RESOURCE_IO_CALIBRATE$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
RESOURCE_IO_CALIBRATE$
2010.03.31 12:14:36 DEBUG:: Getting columns for table
RESOURCE_IO_CALIBRATE$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table
RESOURCE_IO_CALIBRATE$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table
RESOURCE_IO_CALIBRATE$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table
RESOURCE_IO_CALIBRATE$
2010.03.31 12:14:36 DEBUG:: Getting details for table TSM_SRC$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table TSM_SRC$
2010.03.31 12:14:36 DEBUG:: Getting columns for table TSM_SRC$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table TSM_SRC$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table TSM_SRC$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table TSM_SRC$
2010.03.31 12:14:36 DEBUG:: Getting details for table TSM_DST$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table TSM_DST$
2010.03.31 12:14:36 DEBUG:: Getting columns for table TSM_DST$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table TSM_DST$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table TSM_DST$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table TSM_DST$
2010.03.31 12:14:36 DEBUG:: Getting details for table SERVICE$
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table SERVICE$
2010.03.31 12:14:36 DEBUG:: Getting columns for table SERVICE$
2010.03.31 12:14:36 DEBUG:: Getting constraints for table SERVICE$
2010.03.31 12:14:36 DEBUG:: Getting indexes for table SERVICE$
2010.03.31 12:14:36 DEBUG:: Getting triggers for table SERVICE$
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$MIGRATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$MIGRATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$MIGRATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$MIGRATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$MIGRATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$MIGRATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$SERVICE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$SERVICE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$SERVICE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$SERVICE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$SERVICE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$SERVICE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$ESCALATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$ESCALATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$ESCALATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$ESCALATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$ESCALATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$ESCALATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$QUIESCE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$QUIESCE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$QUIESCE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$QUIESCE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$QUIESCE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$QUIESCE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$INSTANCE_ACTIONS
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$INSTANCE_ACTIONS
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$INSTANCE_ACTIONS
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$INSTANCE_ACTIONS
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$INSTANCE_ACTIONS
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$INSTANCE_ACTIONS
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$RESONATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$RESONATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$RESONATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$RESONATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$RESONATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$RESONATE_OPERATIONS
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$ALERT_HISTORY
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$ALERT_HISTORY
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$ALERT_HISTORY
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$ALERT_HISTORY
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$ALERT_HISTORY
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$ALERT_HISTORY
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$REASON_STRINGS
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$REASON_STRINGS
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$REASON_STRINGS
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$REASON_STRINGS
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$REASON_STRINGS
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$REASON_STRINGS
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$DATABASE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$DATABASE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$DATABASE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$DATABASE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$DATABASE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$DATABASE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$VICTIM_POLICY
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$VICTIM_POLICY
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$VICTIM_POLICY
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$VICTIM_POLICY
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$VICTIM_POLICY
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$VICTIM_POLICY
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$NODE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$NODE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$NODE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$NODE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$NODE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$NODE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting details for table DIR
$SERVICE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table DIR
$SERVICE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting columns for table DIR
$SERVICE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting constraints for table DIR
$SERVICE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting indexes for table DIR
$SERVICE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting triggers for table DIR
$SERVICE_ATTRIBUTES
2010.03.31 12:14:36 DEBUG:: Getting details for table
_default_auditing_options_
2010.03.31 12:14:36 DEBUG:: Getting tablespace for table
_DEFAULT_AUDITING_OPTIONS_
</code>
On Mar 25, 8:45 pm, Andy Todd <and...@halfcooked.com> wrote:
So the good news is that the metadata collection is only taking 2
seconds. The bad news is that it then errors out. Catherine has provided
a patch for this issue [1] and I will be applying it in the next release
of Gerald.
[1] https://sourceforge.net/apps/trac/halfcooked/ticket/23
Regards,
I tried applying those patches to gerald and it seems to have made
some sort of difference but still stops in the same place:
<code>
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/threading.py", line 522, in __bootstrap_inner
self.run()
File "/Library/Python/2.6/site-packages/sqlpython-1.7.1-py2.6.egg/
sqlpython/connections.py", line 277, in run
newgerald = gerald_classes[self.db_instance.rdbms]
(self.db_instance.username, self.db_instance.conn_data.gerald_uri())
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/schema.py", line 97, in __init__
self.schema = self._get_schema(self._cursor)
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/oracle_schema.py", line 168, in _get_schema
self._set_unless_fail(schema, table_key, table_name, Table,
cursor, owner)
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/schema.py", line 232, in _set_unless_fail
schema[key] = object_type(object_name, *args)
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/schema.py", line 324, in __init__
self._get_table(cursor)
File "/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/
gerald/oracle_schema.py", line 287, in _get_table
raise AttributeError, "Can't get DDL for table %s" % uc_table_name
AttributeError: Can't get DDL for table _DEFAULT_AUDITING_OPTIONS_
</code>
The gerald log now looks like this:
hopefully this will last a little while ;)
cheers dave