<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gerald release 0.3.6</title>
	<atom:link href="http://halfcooked.com/blog/2010/02/14/gerald-release-0-3-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://halfcooked.com/blog/2010/02/14/gerald-release-0-3-6/</link>
	<description>Wherein I write some stuff  that you may like to read. Or not, its up to you really.</description>
	<lastBuildDate>Fri, 11 Nov 2011 18:30:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Binney</title>
		<link>http://halfcooked.com/blog/2010/02/14/gerald-release-0-3-6/comment-page-1/#comment-40776</link>
		<dc:creator>David Binney</dc:creator>
		<pubDate>Thu, 06 May 2010 08:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://halfcooked.com/blog/?p=140#comment-40776</guid>
		<description>Hey Andy,

Sorry if this is not in context but I thought that since you are the dev for gerald I thought this would be the best place to ask ;). Anyway, I am using Sqlpython and gerald 0.3.6 but it seems to be having trouble with getting the metadata. I followed you advice from the sqlpython google group to apply that patch to gerald which does seem to have gotten it further but but it still fails on the same thing which is &quot;_DEFAULT_AUDITING_OPTIONS_&quot;.

I would really appreciate some help because atm I cannot really do anything with it as i cannot even do desc table because of the metadata problem. Could this have something to do with the perms that the user has connecting to the db??? Because as a dev in corporate sector I will never have full dba assess to the oracle db&#039;s??

Anyway, here is my error in full detail:

[me@lcs ~]$ sqlpython user/pass@dbalias
/bin/sh: xclip: command not found
/usr/bin/vim
0:user@dbalias&gt; Exception in thread Thread-1:
Traceback (most recent call last):
  File &quot;/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py&quot;, line 522, in __bootstrap_inner
    self.run()
  File &quot;/Library/Python/2.6/site-packages/sqlpython-1.7.1-py2.6.egg/sqlpython/connections.py&quot;, line 277, in run
    newgerald = gerald_classes[self.db_instance.rdbms](self.db_instance.username, self.db_instance.conn_data.gerald_uri())
  File &quot;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/schema.py&quot;, line 97, in __init__
    self.schema = self._get_schema(self._cursor)
  File &quot;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/oracle_schema.py&quot;, line 168, in _get_schema
    self._set_unless_fail(schema, table_key, table_name, Table, cursor, owner)
  File &quot;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/schema.py&quot;, line 232, in _set_unless_fail
    schema[key] = object_type(object_name, *args)
  File &quot;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/schema.py&quot;, line 324, in __init__
    self._get_table(cursor)
  File &quot;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/oracle_schema.py&quot;, line 287, in _get_table
    raise AttributeError, &quot;Can&#039;t get DDL for table %s&quot; % uc_table_name
AttributeError: Can&#039;t get DDL for table _DEFAULT_AUDITING_OPTIONS_</description>
		<content:encoded><![CDATA[<p>Hey Andy,</p>
<p>Sorry if this is not in context but I thought that since you are the dev for gerald I thought this would be the best place to ask <img src='http://halfcooked.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Anyway, I am using Sqlpython and gerald 0.3.6 but it seems to be having trouble with getting the metadata. I followed you advice from the sqlpython google group to apply that patch to gerald which does seem to have gotten it further but but it still fails on the same thing which is &#8220;_DEFAULT_AUDITING_OPTIONS_&#8221;.</p>
<p>I would really appreciate some help because atm I cannot really do anything with it as i cannot even do desc table because of the metadata problem. Could this have something to do with the perms that the user has connecting to the db??? Because as a dev in corporate sector I will never have full dba assess to the oracle db&#8217;s??</p>
<p>Anyway, here is my error in full detail:</p>
<p>[me@lcs ~]$ sqlpython user/pass@dbalias<br />
/bin/sh: xclip: command not found<br />
/usr/bin/vim<br />
0:user@dbalias&gt; Exception in thread Thread-1:<br />
Traceback (most recent call last):<br />
  File &#8220;/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py&#8221;, line 522, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;/Library/Python/2.6/site-packages/sqlpython-1.7.1-py2.6.egg/sqlpython/connections.py&#8221;, line 277, in run<br />
    newgerald = gerald_classes[self.db_instance.rdbms](self.db_instance.username, self.db_instance.conn_data.gerald_uri())<br />
  File &#8220;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/schema.py&#8221;, line 97, in __init__<br />
    self.schema = self._get_schema(self._cursor)<br />
  File &#8220;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/oracle_schema.py&#8221;, line 168, in _get_schema<br />
    self._set_unless_fail(schema, table_key, table_name, Table, cursor, owner)<br />
  File &#8220;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/schema.py&#8221;, line 232, in _set_unless_fail<br />
    schema[key] = object_type(object_name, *args)<br />
  File &#8220;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/schema.py&#8221;, line 324, in __init__<br />
    self._get_table(cursor)<br />
  File &#8220;/Library/Python/2.6/site-packages/gerald-0.3.6-py2.6.egg/gerald/oracle_schema.py&#8221;, line 287, in _get_table<br />
    raise AttributeError, &#8220;Can&#8217;t get DDL for table %s&#8221; % uc_table_name<br />
AttributeError: Can&#8217;t get DDL for table _DEFAULT_AUDITING_OPTIONS_</p>
]]></content:encoded>
	</item>
</channel>
</rss>

