To reproduce the issue:
1.
CREATE TABLE A2
(
AUFID NUMBER(10),
PERSID NUMBER(10),
AUFDATUM DATE,
LIEFERDATUM DATE,
AUFSTATUS CHAR(1 BYTE)
);
2. Right-click on the table name in the Schema Broswer and choose "Generate Data"
Using the standard settings in the dialog, the following oracle errors are raised:
ORA-06550 / PLS-00306 / ORA-00904
The Toad generated script using a "," instead of "." leading to the error.
The environment is German Windows XP.
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center