Add support for Java Sources in Schema Script Generator and scripting
should be working will need testing and most likely some feed back from the users that wanted this.
the following to links have full information on syntax and options, but currently just supporting the basic create and drop
http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_5013.htm
http://www.sc.ehu.es/siwebso/KZCC/Oracle_10g_Documentacion/server.101/b10759/statements_8017.htm
the source text is stored as a record per row, in 8i and 9i, a null row is stored for a blank line...
in 10g and 11g there is no null row, instead they store a line feed in the text field itself...
code is now handling both methods...
the source text is stored as a record per row, in 8i and 9i, a null row is stored for a blank line...
in 10g and 11g there is no null row, instead they store a line feed in the text field itself...
code is now handling both methods...
Issue #3040 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
should be working will need testing and most likely some feed back from the users that wanted this.
the following to links have full information on syntax and options, but currently just supporting the basic create and drop
http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_5013.htm
http://www.sc.ehu.es/siwebso/KZCC/Oracle_10g_Documentacion/server.101/b10759/statements_8017.htm