DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

Error on Basics Demo, Exercise #7 #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

 -) Run Basics Exercise #7.  The following error occurs

    glob.fold_strings := TRUE;
    ERROR at line 4:
    ORA-06550: line 4, column 26:
    PLS-00302: component 'FOLD_STRINGS' must be declared

What is the expected output? What do you see instead?

 -) The error should not occur

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 30 Apr 2012 at 5:30

GoogleCodeExporter commented 9 years ago
Need to change

  glob.fold_strings := TRUE;

TO

  glob.set_fold_strings(TRUE);

in 3 places in e7.sql

Original comment by Duane.Di...@gmail.com on 30 Apr 2012 at 5:59

GoogleCodeExporter commented 9 years ago
Similar Error Occurs in Exercise 8

Original comment by Duane.Di...@gmail.com on 30 Apr 2012 at 6:01

GoogleCodeExporter commented 9 years ago
Similar problem with db_constraints on Exercise 9

Original comment by Duane.Di...@gmail.com on 30 Apr 2012 at 6:04

GoogleCodeExporter commented 9 years ago
Fixed in Pre-Release 0.10

Original comment by Duane.Di...@gmail.com on 30 Apr 2012 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by Duane.Di...@gmail.com on 9 Jul 2012 at 10:59