Bugs item #12332, was opened at 2007-07-17 08:54
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=7857&aid=12332&group_id=2014

Category: AR-JDBC
Group: None
>Status: Closed
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Oracle: db:schema:dump failed >> max. Cursors exceeded

Initial Comment:
I have a Problem when trying a schema-dump with AR-JDBC and Oracle.
Migrations work fine, but the schema can't be dumped.

It seems to me, that db:schema:dump tries to dump all Oracle-System-Tables
and has not enough Cursors for this. The driver seems to have some other probs
with dumping the systems tables, but they don't matter for me. I dont want these
system tables, just mine. The system tables should be excluded here. 

*******************************************************************************

rake aborted!
java.sql.SQLException: ORA-01000: Maximale Anzahl offener Cursor ³berschritten

*******************************************************************************

ActiveRecord::Schema.define(:version => 0) do

# Could not dump table "_all_instantiation_ddl" because of following 
NativeException
#   java.sql.SQLException: Ung�ltige Argumente in Aufruf

# Could not dump table "_all_instantiation_ddl" because of following 
NativeException
#   java.sql.SQLException: Ung�ltige Argumente in Aufruf

# Could not dump table "_all_repcolumn" because of following StandardError
#   Unknown type 'RAW(2)' for column 'flag'

# Could not dump table "_all_repcolumn_group" because of following 
NativeException
#   java.sql.SQLException: Ung�ltige Argumente in Aufruf

# Could not dump table "_all_repconflict" because of following NativeException
#   java.sql.SQLException: Ung�ltige Argumente in Aufruf

# Could not dump table "_all_repextensions" because of following StandardError
#   Unknown type 'RAW(16)' for column 'extension_id'

# Could not dump table "_all_repextensions" because of following StandardError
#   Unknown type 'RAW(16)' for column 'extension_id'
...

----------------------------------------------------------------------

>Comment By: Ola Bini (olabini)
Date: 2007-08-11 15:39

Message:
This has been fixed on trunk.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=7857&aid=12332&group_id=2014
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to