dev@glassfish.java.net

Issues with entity-persistence-tests on MaxDB - renamed from: (Re: Compiling Glassfish in Eclipse)

From: Markus KARG <markus.karg_at_gmx.net>
Date: Sun, 15 Oct 2006 18:12:54 +0200

Tom,

I have applied all the tips I received and now am stuck with some
problems that I hope you can clarify. Since you might need some insight
into the stack traces, I have attached the testresults.txt file.

Here are my newly detected problems. I hope you might know a solution
for. :-)

(1) As you know, my laptop is idle most of the time when running the
tests. As you told I have enabled a more detailed level of logging.
Would be great if you could have a look at the attached testresults.txt
file to find out why my machine's power is not used. I was a bit scared
by the fact that indeed the test is suspended. I expected lots of lines
pass before my eyes, but indeed two times it stops for long time!

I noticed that it spent long time with doing nothing (no CPU / HD
activity, no RAM usage) after printing these lines:

    [junit] [TopLink Finer]:
ServerSession(9047389)--Thread(Thread[main,5,main])--client acquired
    [junit] [TopLink Finer]:
ClientSession(15607307)--Connection(21048949)--Thread(Thread[main,5,main])--begin
transaction
    [junit] [TopLink Fine]:
ClientSession(15607307)--Connection(21048949)--Thread(Thread[main,5,main])--DELETE
FROM CMP3_EMP_PROJ WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0,
CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND
t0.EMP_ID = CMP3_EMP_PROJ.EMPLS_EMP_ID)
    [junit] bind => [testRemoveFlushPersistContains]

Also the system was idle a long time after writing that lines:

    [junit] [TopLink Finer]:
ServerSession(19171705)--Thread(Thread[main,5,main])--client acquired
    [junit] [TopLink Finer]:
ClientSession(10967412)--Thread(Thread[main,5,main])--acquire unit of
work: 19697685
    [junit] [TopLink Finer]:
ClientSession(10967412)--Connection(8662426)--Thread(Thread[main,5,main])--begin
transaction
    [junit] [TopLink Fine]:
ClientSession(10967412)--Connection(8662426)--Thread(Thread[main,5,main])--DELETE
FROM CMP3_BOAT
    [junit] [TopLink Fine]:
ClientSession(10967412)--Connection(8662426)--Thread(Thread[main,5,main])--DELETE
FROM CMP3_BICYCLE
    [junit] [TopLink Fine]:
ClientSession(10967412)--Connection(8662426)--Thread(Thread[main,5,main])--DELETE
FROM CMP3_NONFUEL_VEH
    [junit] [TopLink Fine]:
ClientSession(10967412)--Connection(8662426)--Thread(Thread[main,5,main])--DELETE
FROM CMP3_BUS
    [junit] [TopLink Fine]:
ClientSession(10967412)--Connection(8662426)--Thread(Thread[main,5,main])--DELETE
FROM CMP3_SPORTS_CAR

I dropped the database, restarted my laptop, setup a new (clean)
database and run the test once more (which goes 46 Minutes, by the way,
about 40 of them doing nothing). It's reproducible. Always these two
steps are hanging.
                                                                             

I have no clue why it hangs, actually, and why it "somehow magically"
continues some minutes later. I thought it is some kind of database
deadlock, but in fact, it should be exactly the same time in both cases.
But it seems, the second hang is much, much longer than the first one.

(2) Unknown SQL objects

[-4005] (at 116): Unknown column name:PROJECTS_PROJ_ID
[-4020] (at 8): Unknown sequence name:PROJECT_SEQ
[-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
[-4020] (at 8): Unknown sequence name:BUYER_SEQ

As you know, I had to rename some tables and this might be a follow-up,
but I am not sure. So it would be great if you could commit the needed
changes to cvs HEAD and let me know when done, so I will remove my own
(maybe buggy) changes and use the cvs HEAD then.

On the other hand, some of those names I never touched (e. g.
"PROJECT_SEQ", "ADDRESS_SEQ" and "BUYER_SEQ"), so this cannot be the
sole cause of the problems. I think that there are more bugs in the
tests, especially the "Unkown sequence name" seems to point out missing
CREATE SEQUENCE commands. In fact I did not find code that creates those
sequences in the test cases (maybe I missed it). What do you think?

(3) "The Wayne Problem"

As I wrote before, Wayne's solution was correct. Would be great if you
could commit the fix for the "Waybe Problem" into the cvs HEAD, since I
do not know how to workaround it. Since I got a lot of those [-4005] (at
116): Unknown column name:PROJECTS_PROJ_ID messages as you can see in
the attached file, this is really a blocker -- I have to skip lots of
those errors in the testresults.txt file to find my actual test failures.

(4) Don't use comments but syntax

As Martin FOWLER pointed out in his great reference manual on
refactoring, whenever possible syntax constraints should be used instead
of constraints in comments. In the case of DatabasePlatform.java this
should be applied:

/**
 * ...
 * Don't override this method.
 * ...
 */
 public boolean supportsTempTables() {...}

should be changed to

 public final boolean supportsTempTable() {... }

to enforce the constraint of not overriding the method (either it might
be overridden, or it shall not be overriden -- always be concise in your
code). Certainly this not only applies to this single place but to all
methods commented with "Don't override".

I could imagine that it is more clear to see where I need to spent more
time once I get tests from you and Marina that already contain fixes for
"The Wayne Problem" and for "The inactive transaction problem" (Marina
knows about). Maybe some of my problems are follow-ups of those and will
be gone once you and Marina contributed your fixes.


Thanks
Markus



Testsuite: oracle.toplink.essentials.testing.tests.FullRegressionTestSuite
Tests run: 213, Failures: 3, Errors: 113, Time elapsed: 2.759,338 sec
------------- Standard Output ---------------
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--ORM XML file [META-INF/non-existant-orm-file.xml] could not be found.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.NonFueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.NonFueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Car] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Car] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.SportsCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.SportsCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Bicycle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Bicycle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Person] is being defaulted to: DTYPE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Engineer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Engineer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.ImaginaryCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.ImaginaryCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Lawyer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Lawyer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Employee.getSalary()] is being defaulted to: SALARY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Employee] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Employee] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Address.getStreet()] is being defaulted to: STREET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Address.getCity()] is being defaulted to: CITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Address.getProvince()] is being defaulted to: PROVINCE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Address.getCountry()] is being defaulted to: COUNTRY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.advanced.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.advanced.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public double oracle.toplink.essentials.testing.models.cmp3.xml.advanced.LargeProject.getBudget()] is being defaulted to: BUDGET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.advanced.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.advanced.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Certification.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Certification.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [private oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Alpine$Classification oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Alpine.classification] is being defaulted to: CLASSIFICATION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [private oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Canadian$Flavor oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Canadian.flavor] is being defaulted to: FLAVOR.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Item.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Item.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Order.getQuantity()] is being defaulted to: QUANTITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Item.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Item.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Employee.getSalary()] is being defaulted to: SALARY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Employee] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Employee] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Address.getStreet()] is being defaulted to: STREET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Address.getCity()] is being defaulted to: CITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Address.getProvince()] is being defaulted to: PROVINCE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Address.getCountry()] is being defaulted to: COUNTRY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public double oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.LargeProject.getBudget()] is being defaulted to: BUDGET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The table name for entity [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee] is being defaulted to: XMLMERGEEMPLOYEE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getFirstName()] is being defaulted to: FIRSTNAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getLastName()] is being defaulted to: LASTNAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getSalary()] is being defaulted to: SALARY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getVersion()] is being defaulted to: VERSION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The table name for entity [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address] is being defaulted to: XMLMERGEADDRESS.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address.getStreet()] is being defaulted to: STREET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address.getCity()] is being defaulted to: CITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address.getProvince()] is being defaulted to: PROVINCE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address.getPostalCode()] is being defaulted to: POSTALCODE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address.getCountry()] is being defaulted to: COUNTRY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The table name for entity [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.PhoneNumber] is being defaulted to: XMLMERGEPHONENUMBER.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.PhoneNumber.getAreaCode()] is being defaulted to: AREACODE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.PhoneNumber.getNumber()] is being defaulted to: NUMBER.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The table name for entity [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Project] is being defaulted to: XMLMERGEPROJECT.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Project.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Project.getVersion()] is being defaulted to: VERSION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Project.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.LargeProject] is being defaulted to: XML_MERGE_PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.LargeProject] is being defaulted to: XML_MERGE_PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public double oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.LargeProject.getBudget()] is being defaulted to: BUDGET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The table name for entity [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.SmallProject] is being defaulted to: XMLMERGESMALLPROJECT.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.SmallProject] is being defaulted to: XML_MERGE_PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.SmallProject] is being defaulted to: XML_MERGE_PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Order.getQuantity()] is being defaulted to: QUANTITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Item.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Item.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Lawyer] is being defaulted to: Lawyer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Person] is being defaulted to: Person.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Person] is being defaulted to: DTYPE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Lawyer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Lawyer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.LargeProject] is being defaulted to: LargeProject.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.Project] is being defaulted to: Project.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public double oracle.toplink.essentials.testing.models.cmp3.advanced.LargeProject.getBudget()] is being defaulted to: BUDGET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address.getStreet()] is being defaulted to: STREET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address.getCity()] is being defaulted to: CITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address.getProvince()] is being defaulted to: PROVINCE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address.getCountry()] is being defaulted to: COUNTRY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inherited.Blue] is being defaulted to: Blue.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.sql.Timestamp oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getVersion()] is being defaulted to: VERSION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.inherited.Beverage.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Address.getStreet()] is being defaulted to: STREET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Address.getCity()] is being defaulted to: CITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Address.getProvince()] is being defaulted to: PROVINCE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Address.getCountry()] is being defaulted to: COUNTRY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine] is being defaulted to: Alpine.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.sql.Timestamp oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getVersion()] is being defaulted to: VERSION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.inherited.Beverage.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine$Classification oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine.getClassification()] is being defaulted to: CLASSIFICATION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.FueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.FueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getQuantity()] is being defaulted to: QUANTITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.datatypes.PrimitiveTypes] is being defaulted to: PrimitiveTypes.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Vehicle] is being defaulted to: Vehicle.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Cubicle] is being defaulted to: Cubicle.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Cubicle.getCode()] is being defaulted to: CODE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Cubicle.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.NonFueledVehicle] is being defaulted to: NonFueledVehicle.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.NonFueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.NonFueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.inheritance.NonFueledVehicle.getColor()] is being defaulted to: COLOR.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inherited.Canadian] is being defaulted to: Canadian.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.sql.Timestamp oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getVersion()] is being defaulted to: VERSION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.inherited.Beverage.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public oracle.toplink.essentials.testing.models.cmp3.inherited.Canadian$Flavor oracle.toplink.essentials.testing.models.cmp3.inherited.Canadian.getFlavor()] is being defaulted to: FLAVOR.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.relationships.Customer] is being defaulted to: Customer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.relationships.Customer.getCity()] is being defaulted to: CITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.relationships.Customer.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.PlatinumBuyer] is being defaulted to: PlatinumBuyer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.Buyer] is being defaulted to: Buyer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.Buyer] is being defaulted to: DTYPE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.PlatinumBuyer] is being defaulted to: BUYER_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.PlatinumBuyer] is being defaulted to: BUYER_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public double oracle.toplink.essentials.testing.models.cmp3.advanced.PlatinumBuyer.getPurchases()] is being defaulted to: PURCHASES.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.Address] is being defaulted to: Address.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.Address.getStreet()] is being defaulted to: STREET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.Address.getCity()] is being defaulted to: CITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.Address.getProvince()] is being defaulted to: PROVINCE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.Address.getCountry()] is being defaulted to: COUNTRY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inherited.TelephoneNumber] is being defaulted to: TelephoneNumber.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.GoldBuyer] is being defaulted to: GoldBuyer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.GoldBuyer] is being defaulted to: BUYER_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.GoldBuyer] is being defaulted to: BUYER_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.datatypes.CharArrayType] is being defaulted to: CharArrayType.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.FueledVehicle] is being defaulted to: FueledVehicle.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.FueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.FueledVehicle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee] is being defaulted to: Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getSalary()] is being defaulted to: SALARY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.virtualattribute.OneToOneVirtualAttributeHolder] is being defaulted to: OneToOneVirtualAttributeHolder.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SecurityBadge.getBadgeNumber()] is being defaulted to: BADGENUMBER.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.virtualattribute.VirtualAttribute] is being defaulted to: VirtualAttribute.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.virtualattribute.VirtualAttribute.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.CCC] is being defaulted to: CCC.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.AAA] is being defaulted to: AAA.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.inheritance.AAA.getFoo()] is being defaulted to: FOO.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.inheritance.AAA.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.CCC] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.CCC] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.inheritance.CCC.getXyz()] is being defaulted to: XYZ.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer] is being defaulted to: Engineer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inherited.SerialNumber] is being defaulted to: SerialNumber.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer] is being defaulted to: BeerConsumer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inherited.Certification] is being defaulted to: Certification.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.inherited.Certification.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.inherited.Certification.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.datetime.DateTime] is being defaulted to: DateTime.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Boat] is being defaulted to: Boat.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.relationships.Item] is being defaulted to: Item.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.relationships.Item.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.relationships.Item.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Company] is being defaulted to: Company.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Bicycle] is being defaulted to: Bicycle.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Bicycle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Bicycle] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Car] is being defaulted to: Car.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Car] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Car] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.relationships.SalesPerson.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.datatypes.WrapperTypes] is being defaulted to: WrapperTypes.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Order.getQuantity()] is being defaulted to: QUANTITY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.BBB] is being defaulted to: BBB.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.BBB] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.BBB] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.inheritance.BBB.getBar()] is being defaulted to: BAR.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.ImaginaryCar] is being defaulted to: ImaginaryCar.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.ImaginaryCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.ImaginaryCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.JuniorScientist] is being defaulted to: JuniorScientist.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist] is being defaulted to: Scientist.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist] is being defaulted to: DTYPE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.SportsCar] is being defaulted to: SportsCar.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.SportsCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.SportsCar] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.Department.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Integer oracle.toplink.essentials.testing.models.cmp3.advanced.Department.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.PhoneNumber] is being defaulted to: PhoneNumber.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.SmallProject] is being defaulted to: SmallProject.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.advanced.SmallProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.lob.Image] is being defaulted to: Image.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public byte[] oracle.toplink.essentials.testing.models.cmp3.lob.Image.getAudio()] is being defaulted to: AUDIO.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public char[] oracle.toplink.essentials.testing.models.cmp3.lob.Image.getCommentary()] is being defaulted to: COMMENTARY.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public oracle.toplink.essentials.testing.models.cmp3.lob.SerializableNonEntity oracle.toplink.essentials.testing.models.cmp3.lob.Image.getCustomAttribute1()] is being defaulted to: CUSTOMATTRIBUTE1.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public oracle.toplink.essentials.testing.models.cmp3.lob.SerializableNonEntity oracle.toplink.essentials.testing.models.cmp3.lob.Image.getCustomAttribute2()] is being defaulted to: CUSTOMATTRIBUTE2.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Byte[] oracle.toplink.essentials.testing.models.cmp3.lob.Image.getPicture()] is being defaulted to: PICTURE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.lob.Image.getScript()] is being defaulted to: SCRIPT.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public int oracle.toplink.essentials.testing.models.cmp3.lob.Image.getId()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class oracle.toplink.essentials.testing.models.cmp3.lob.Image] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class oracle.toplink.essentials.testing.models.cmp3.lob.Image] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.datatypes.ByteArrayType] is being defaulted to: ByteArrayType.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.PerformanceTireInfo] is being defaulted to: PerformanceTireInfo.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.TireInfo] is being defaulted to: TireInfo.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.datatypes.PrimitiveByteArrayType] is being defaulted to: PrimitiveByteArrayType.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.datatypes.CharacterArrayType] is being defaulted to: CharacterArrayType.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department] is being defaulted to: Department.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department.getRole()] is being defaulted to: ROLE.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department.getName()] is being defaulted to: NAME.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department.getLocation()] is being defaulted to: LOCATION.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The alias name for the entity class [class oracle.toplink.essentials.testing.models.cmp3.inheritance.Bus] is being defaulted to: Bus.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.LargeProject] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The column name for element [public double oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.LargeProject.getBudget()] is being defaulted to: BUDGET.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.xml.inherited.TelephoneNumber.getBeerConsumer()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Cubicle.getScientist()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Cubicle oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist.getCubicle()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Cubicle.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getBeerConsumer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getBeerConsumer()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getManagedEmployees()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getManager()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getManager()] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getManager()] is being defaulted to: MANAGER_EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SecurityBadge oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getSecurityBadge()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SecurityBadge.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SecurityBadge oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getSecurityBadge()] is being defaulted to: SECURITYBADGE_BADGE_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.PhoneNumber.getOwner()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getProjects()] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Address oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.getAddress()] is being defaulted to: ADDRESS_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Person oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Bus.getBusDriver()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Person.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.relationships.Customer.getOrders()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.relationships.Order.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getCustomer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.relationships.Customer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getCustomer()] is being defaulted to: CUST_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getCustomer()] is being defaulted to: CUSTOMER_CUST_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Department.getEmployees()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Department oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getDepartment()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Department.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Department oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getDepartment()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Project.getTeamMembers()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Project.getTeamLeader()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Project.getTeamLeader()] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Employee oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Project.getTeamLeader()] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.PartsList.getItems()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.PartsList.getItems()] is being defaulted to: ITEM_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Order oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Item.getOrder()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Order.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Item oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Order.getItem()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Item.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Item oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Order.getItem()] is being defaulted to: ITEM_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.relationships.SalesPerson.getOrders()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.relationships.Order.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.SalesPerson oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getSalesPerson()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.relationships.SalesPerson.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.SalesPerson oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getSalesPerson()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.SalesPerson oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getSalesPerson()] is being defaulted to: SALESPERSON_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getProjects()] is being defaulted to: EMPLOYEE_PROJECT.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getProjects()] is being defaulted to: XML_MERGE_EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getProjects()] is being defaulted to: teamMembers_XML_MERGE_EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getProjects()] is being defaulted to: XML_MERGE_PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getProjects()] is being defaulted to: projects_XML_MERGE_PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Project.getTeamLeader()] is being defaulted to: XML_MERGE_EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Company oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer.getCompany()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Company.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Company oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer.getCompany()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Company oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer.getCompany()] is being defaulted to: COMPANY_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [private oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Beer.beerConsumer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Order.getCustomer()] is being defaulted to: CUST_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Order.getCustomer()] is being defaulted to: CUST_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Address oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Employee.getAddress()] is being defaulted to: ADDRESS_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Item oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Order.getItem()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Item.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Customer oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Order.getCustomer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Customer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Customer oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Order.getCustomer()] is being defaulted to: CUST_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.TelephoneNumber.getBeerConsumer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Company oracle.toplink.essentials.testing.models.cmp3.inheritance.Vehicle.getOwner()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Company.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getManagedEmployees()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getManager()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getManager()] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getManager()] is being defaulted to: MANAGER_EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getPhoneNumbers()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.PhoneNumber.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.advanced.PhoneNumber.getOwner()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getProjects()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Project.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getProjects()] is being defaulted to: PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getProjects()] is being defaulted to: projects_PROJ_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Address oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getAddress()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Address.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Address oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.getAddress()] is being defaulted to: ADDRESS_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.inheritance.Company.getVehicles()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Vehicle.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Set oracle.toplink.essentials.testing.models.cmp3.inheritance.Company.getEngineers()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Customer.getBillingAddress()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Customer oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address.getCustomer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Customer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Item oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Order.getItem()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Item.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [private oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Beer.beerConsumer] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [public java.util.Map oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer.getCanadianBeersToConsume()] is being defaulted to: id.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Certification.getBeerConsumer()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Project.getTeamMembers()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.advanced.Project.getTeamLeader()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.advanced.Project.getTeamLeader()] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.PartsList.getItems()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Item.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Order oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Item.getOrder()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Order.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Lawyer oracle.toplink.essentials.testing.models.cmp3.inheritance.Person.getRepresentitive()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Lawyer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Car oracle.toplink.essentials.testing.models.cmp3.inheritance.Person.getCar()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Car.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Car oracle.toplink.essentials.testing.models.cmp3.inheritance.Person.getCar()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer oracle.toplink.essentials.testing.models.cmp3.inheritance.Person.getBestFriend()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer oracle.toplink.essentials.testing.models.cmp3.inheritance.Person.getBestFriend()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getBeerConsumer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getBeerConsumer()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.SerialNumber oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine.getSerialNumber()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.SerialNumber.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.SerialNumber oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine.getSerialNumber()] is being defaulted to: S_NUMBER.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.SerialNumber oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine.getSerialNumber()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.Address.getEmployees()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine oracle.toplink.essentials.testing.models.cmp3.inherited.SerialNumber.getAlpine()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Certification.getBeerConsumer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Certification.getBeerConsumer()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getBeerConsumer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer oracle.toplink.essentials.testing.models.cmp3.inherited.Beer.getBeerConsumer()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Item oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getItem()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.relationships.Item.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Item oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getItem()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Item oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getItem()] is being defaulted to: ITEM_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getBilledCustomer()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.relationships.Customer.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getBilledCustomer()] is being defaulted to: CUST_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.relationships.Customer oracle.toplink.essentials.testing.models.cmp3.relationships.Order.getBilledCustomer()] is being defaulted to: BILLEDCUSTOMER_CUST_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist.getDepartment()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Employee oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Project.getTeamLeader()] is being defaulted to: EMP_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Address.getEmployees()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.virtualattribute.VirtualAttribute oracle.toplink.essentials.testing.models.cmp3.virtualattribute.OneToOneVirtualAttributeHolder.getVirtualAttribute()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.virtualattribute.VirtualAttribute.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.virtualattribute.VirtualAttribute oracle.toplink.essentials.testing.models.cmp3.virtualattribute.OneToOneVirtualAttributeHolder.getVirtualAttribute()] is being defaulted to: CMP3_VIRTUALID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department.getScientists()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Car oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Person.getCar()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Engineer oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Person.getBestFriend()] is being defaulted to: ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee.getAddress()] is being defaulted to: XML_MERGE_ADDRESS_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SecurityBadge.getOwner()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [public oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Address oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Employee.getAddress()] is being defaulted to: ADDRESS_ID.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Collection oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.getAlpineBeersToConsume()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Map oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.getCanadianBeersToConsume()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.Canadian.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [public java.util.Map oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.getCanadianBeersToConsume()] is being defaulted to: id.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Map oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.getTelephoneNumbers()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.TelephoneNumber.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [public java.util.Map oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer.getCertifications()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inherited.Certification.
[TopLink Config]: ServerSession(24934792)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [public oracle.toplink.essentials.testing.models.cmp3.inheritance.Person oracle.toplink.essentials.testing.models.cmp3.inheritance.Bus.getBusDriver()] is being defaulted to: class oracle.toplink.essentials.testing.models.cmp3.inheritance.Person.
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Lawyer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.LargeProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Person].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inherited.TelephoneNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Address].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.LargeProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Person].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inherited.Blue].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Project].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Address].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inherited.Alpine].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.LargeProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Lawyer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.ImaginaryCar].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Customer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Boat].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.FueledVehicle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Bus].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.relationships.Order].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.datatypes.PrimitiveTypes].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Vehicle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Item].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Cubicle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.advanced.LargeProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.NonFueledVehicle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inherited.Canadian].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.PartsList].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.Project].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.relationships.Customer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Address].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.PlatinumBuyer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.Address].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inherited.TelephoneNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.advanced.PhoneNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.GoldBuyer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.datatypes.CharArrayType].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Employee].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.SmallProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.FueledVehicle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.Employee].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.virtualattribute.OneToOneVirtualAttributeHolder].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Employee].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.Buyer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inherited.BeerConsumer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Certification].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.virtualattribute.VirtualAttribute].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SecurityBadge].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.CCC].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Bicycle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Engineer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Order].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.PhoneNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.SmallProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inherited.SerialNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Item].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.TireInfo].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.PhoneNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Car].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inherited.BeerConsumer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inherited.Certification].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Customer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Project].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.datetime.DateTime].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Boat].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.relationships.Item].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Company].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Bicycle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Car].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.Address].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Alpine].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inherited.Canadian].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.relationships.SalesPerson].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.SmallProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Address].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Project].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.datatypes.WrapperTypes].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.Employee].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.Order].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.BBB].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.ImaginaryCar].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Item].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.NonFueledVehicle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.AAA].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.nonowning.PartsList].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.relationships.Customer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.Order].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.JuniorScientist].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.SportsCar].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.Department].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.PhoneNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.relationships.unidirectional.PhoneNumber].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.advanced.Employee].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.SmallProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.lob.Image].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.datatypes.ByteArrayType].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.PerformanceTireInfo].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Vehicle].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.datatypes.PrimitiveByteArrayType].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.SportsCar].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.Bus].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Department].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.datatypes.CharacterArrayType].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.advanced.Project].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.advanced.SmallProject].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Engineer].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.inheritance.TireInfo].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.PerformanceTireInfo].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.inheritance.Company].
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--Weaver processing class [oracle.toplink.essentials.testing.models.cmp3.xml.merge.incompletemappings.owning.LargeProject].
[TopLink Info]: ServerSession(24934792)--Thread(Thread[main,5,main])--TopLink, version: Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)
[TopLink Fine]: Thread(Thread[main,5,main])--Detected Vendor platform: oracle.toplink.essentials.platform.database.MaxDBPlatform
[TopLink Config]: ServerSession(24934792)--Connection(6569693)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Config]: ServerSession(24934792)--Connection(7443611)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Config]: ServerSession(24934792)--Connection(5435124)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Config]: ServerSession(24934792)--Connection(26664489)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Config]: ServerSession(24934792)--Connection(19391214)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(27505497)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Config]: ServerSession(24934792)--Connection(5480205)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(32459563)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Config]: ServerSession(24934792)--Connection(19934057)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(24252581)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Config]: ServerSession(24934792)--Connection(27456945)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(28340672)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Info]: ServerSession(24934792)--Thread(Thread[main,5,main])--default-session login successful
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CCC DROP CONSTRAINT FK_CMP3_CCC_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 38): Unknown constraint:FK_CMP3_CCC_IDError Code: -4017
Call:ALTER TABLE CMP3_CCC DROP CONSTRAINT FK_CMP3_CCC_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 45): Unknown constraint:FK_CMP3_XML_PERSON_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_REP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 45): Unknown constraint:FK_CMP3_XML_PERSON_REP_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_REP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_CAR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 45): Unknown constraint:FK_CMP3_XML_PERSON_CAR_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_CAR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_FRIEND_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 45): Unknown constraint:FK_CMP3_XML_PERSON_FRIEND_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PERSON DROP CONSTRAINT FK_CMP3_XML_PERSON_FRIEND_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_CUBE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_SCIENTIST_CUBE_IDError Code: -4017
Call:ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_CUBE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_CUBE_CODE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_SCIENTIST_CUBE_CODEError Code: -4017
Call:ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_CUBE_CODE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_DEPT_NAME
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_SCIENTIST_DEPT_NAMEError Code: -4017
Call:ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_DEPT_NAME
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_DEPT_ROLE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_SCIENTIST_DEPT_ROLEError Code: -4017
Call:ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_DEPT_ROLE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_DEPT_LOCATION
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_SCIENTIST_DEPT_LOCATIONError Code: -4017
Call:ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT FK_CMP3_SCIENTIST_DEPT_LOCATION
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SPORTS_CAR DROP CONSTRAINT FK_CMP3_SPORTS_CAR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 45): Unknown constraint:FK_CMP3_SPORTS_CAR_IDError Code: -4017
Call:ALTER TABLE CMP3_SPORTS_CAR DROP CONSTRAINT FK_CMP3_SPORTS_CAR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 48): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_VEHICLE DROP CONSTRAINT FK_CMP3_VEHICLE_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 42): Unknown constraint:FK_CMP3_VEHICLE_OWNER_IDError Code: -4017
Call:ALTER TABLE CMP3_VEHICLE DROP CONSTRAINT FK_CMP3_VEHICLE_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_LPROJECT DROP CONSTRAINT FK_CMP3_XML_LPROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_LPROJECT_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_LPROJECT DROP CONSTRAINT FK_CMP3_XML_LPROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_ORDER DROP CONSTRAINT FK_CMP3_XML_INC_ORDER_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 48): Unknown constraint:FK_CMP3_XML_INC_ORDER_ITEM_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_INC_ORDER DROP CONSTRAINT FK_CMP3_XML_INC_ORDER_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_ORDER DROP CONSTRAINT FK_CMP3_XML_INC_ORDER_CUST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 48): Unknown constraint:FK_CMP3_XML_INC_ORDER_CUST_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_INC_ORDER DROP CONSTRAINT FK_CMP3_XML_INC_ORDER_CUST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BBB DROP CONSTRAINT FK_CMP3_BBB_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 38): Unknown constraint:FK_CMP3_BBB_IDError Code: -4017
Call:ALTER TABLE CMP3_BBB DROP CONSTRAINT FK_CMP3_BBB_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_EMPLOYEE_ADDR_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_PHONENUMBER_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 50): Unknown constraint:FK_CMP3_XML_PHONENUMBER_OWNER_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_PHONENUMBER_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_PRJCTS_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_PRJCTS_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_EMPLS_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_EMPLS_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_LPROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_LPROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_LPROJECT_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_LPROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_LPROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE XMLMERGESMALLPROJECT DROP CONSTRAINT FK_XMLMERGESMALLPROJECT_XML_MERGE_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 50): Identifier too longError Code: -2014
Call:ALTER TABLE XMLMERGESMALLPROJECT DROP CONSTRAINT FK_XMLMERGESMALLPROJECT_XML_MERGE_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_FUEL_VEH DROP CONSTRAINT FK_CMP3_FUEL_VEH_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_FUEL_VEH_IDError Code: -4017
Call:ALTER TABLE CMP3_FUEL_VEH DROP CONSTRAINT FK_CMP3_FUEL_VEH_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_PERSON_IDError Code: -4017
Call:ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_REP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_PERSON_REP_IDError Code: -4017
Call:ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_REP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_CAR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_PERSON_CAR_IDError Code: -4017
Call:ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_CAR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_FRIEND_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_PERSON_FRIEND_IDError Code: -4017
Call:ALTER TABLE CMP3_PERSON DROP CONSTRAINT FK_CMP3_PERSON_FRIEND_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE O_O_VIRTUAL DROP CONSTRAINT FK_O_O_VIRTUAL_VIRTUAL_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_O_O_VIRTUAL_VIRTUAL_IDError Code: -4017
Call:ALTER TABLE O_O_VIRTUAL DROP CONSTRAINT FK_O_O_VIRTUAL_VIRTUAL_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_CUSTOMER_CUST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:FK_CMP3_ORDER_CUSTOMER_CUST_IDError Code: -4017
Call:ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_CUSTOMER_CUST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:FK_CMP3_ORDER_ITEM_IDError Code: -4017
Call:ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_SALESPERSON_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:FK_CMP3_ORDER_SALESPERSON_IDError Code: -4017
Call:ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_SALESPERSON_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_BILLEDCUSTOMER_CUST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 40): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_ORDER DROP CONSTRAINT FK_CMP3_ORDER_BILLEDCUSTOMER_CUST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_ORDER DROP CONSTRAINT FK_CMP3_XML_MERGE_ORDER_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 50): Unknown constraint:FK_CMP3_XML_MERGE_ORDER_ITEM_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_MERGE_ORDER DROP CONSTRAINT FK_CMP3_XML_MERGE_ORDER_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_ORDER DROP CONSTRAINT FK_CMP3_XML_MERGE_ORDER_CUST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 50): Unknown constraint:FK_CMP3_XML_MERGE_ORDER_CUST_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_MERGE_ORDER DROP CONSTRAINT FK_CMP3_XML_MERGE_ORDER_CUST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJECT_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJECT_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_MANAGER_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_MANAGER_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_SECURITYBADGE_BADGE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_SECURITYBADGE_BADGE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_ALPINE DROP CONSTRAINT FK_CMP3_XML_ALPINE_C_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 45): Unknown constraint:FK_CMP3_XML_ALPINE_C_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_ALPINE DROP CONSTRAINT FK_CMP3_XML_ALPINE_C_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_PROJ_EMP_EMP_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_PROJ_EMP_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN DROP CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_CANADIAN_CONSUMER_IDError Code: -4017
Call:ALTER TABLE CMP3_CANADIAN DROP CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_MERGE_PHONENUMBER_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 56): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_MERGE_PHONENUMBER_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE_PROJECT DROP CONSTRAINT FK_EMPLOYEE_PROJECT_projects_XML_MERGE_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too longError Code: -2014
Call:ALTER TABLE EMPLOYEE_PROJECT DROP CONSTRAINT FK_EMPLOYEE_PROJECT_projects_XML_MERGE_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE_PROJECT DROP CONSTRAINT FK_EMPLOYEE_PROJECT_teamMembers_XML_MERGE_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too longError Code: -2014
Call:ALTER TABLE EMPLOYEE_PROJECT DROP CONSTRAINT FK_EMPLOYEE_PROJECT_teamMembers_XML_MERGE_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 57): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 57): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 51): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_EMPLOYEE_ADDR_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_ADDRESS DROP CONSTRAINT FK_CMP3_XML_INC_ADDRESS_CUST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 50): Unknown constraint:FK_CMP3_XML_INC_ADDRESS_CUST_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_INC_ADDRESS DROP CONSTRAINT FK_CMP3_XML_INC_ADDRESS_CUST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_SPORTS_CAR DROP CONSTRAINT FK_CMP3_XML_SPORTS_CAR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 49): Unknown constraint:FK_CMP3_XML_SPORTS_CAR_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_SPORTS_CAR DROP CONSTRAINT FK_CMP3_XML_SPORTS_CAR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_PROJ_EMP_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_PROJ_EMP_EMP_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_CERTIFICATION DROP CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_CERTIFICATION DROP CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE XMLMERGEEMPLOYEE DROP CONSTRAINT FK_XMLMERGEEMPLOYEE_XML_MERGE_MANAGER
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too longError Code: -2014
Call:ALTER TABLE XMLMERGEEMPLOYEE DROP CONSTRAINT FK_XMLMERGEEMPLOYEE_XML_MERGE_MANAGER
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE XMLMERGEEMPLOYEE DROP CONSTRAINT FK_XMLMERGEEMPLOYEE_XML_MERGE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too longError Code: -2014
Call:ALTER TABLE XMLMERGEEMPLOYEE DROP CONSTRAINT FK_XMLMERGEEMPLOYEE_XML_MERGE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 59): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 59): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE DROP CONSTRAINT FK_CMP3_BLUE_C_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 39): Unknown constraint:FK_CMP3_BLUE_C_IDError Code: -4017
Call:ALTER TABLE CMP3_BLUE DROP CONSTRAINT FK_CMP3_BLUE_C_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_ORDER DROP CONSTRAINT FK_CMP3_XML_ORDER_CUST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_XML_ORDER_CUST_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_ORDER DROP CONSTRAINT FK_CMP3_XML_ORDER_CUST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_ORDER DROP CONSTRAINT FK_CMP3_XML_ORDER_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_XML_ORDER_ITEM_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_ORDER DROP CONSTRAINT FK_CMP3_XML_ORDER_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_ALPINE_IDError Code: -4017
Call:ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_C_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_ALPINE_C_IDError Code: -4017
Call:ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_C_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_ENGINEER DROP CONSTRAINT FK_CMP3_XML_ENGINEER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_ENGINEER_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_ENGINEER DROP CONSTRAINT FK_CMP3_XML_ENGINEER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_BUS DROP CONSTRAINT FK_CMP3_XML_BUS_BUS_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_BUSError Code: -4004
Call:ALTER TABLE CMP3_XML_BUS DROP CONSTRAINT FK_CMP3_XML_BUS_BUS_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_BUS DROP CONSTRAINT FK_CMP3_XML_BUS_DRIVER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_BUSError Code: -4004
Call:ALTER TABLE CMP3_XML_BUS DROP CONSTRAINT FK_CMP3_XML_BUS_DRIVER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PROJECT DROP CONSTRAINT FK_CMP3_XML_PROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_PROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_PROJECT DROP CONSTRAINT FK_CMP3_XML_PROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PROJECT DROP CONSTRAINT FK_CMP3_XML_PROJECT_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_PROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_PROJECT DROP CONSTRAINT FK_CMP3_XML_PROJECT_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_TELEPHONE DROP CONSTRAINT FK_CMP3_XML_TELEPHONE_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_TELEPHONEError Code: -4004
Call:ALTER TABLE CMP3_XML_TELEPHONE DROP CONSTRAINT FK_CMP3_XML_TELEPHONE_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_LPROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_LPROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_MERGE_LPROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_MERGE_LPROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_LPROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_LPROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_LPROJECT_XML_MERGE_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_MERGE_LPROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_MERGE_LPROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_LPROJECT_XML_MERGE_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 42): Unknown constraint:FK_CMP3_PROJECT_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CLIP DROP CONSTRAINT FK_CMP3_CLIP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_CLIPError Code: -4004
Call:ALTER TABLE CMP3_CLIP DROP CONSTRAINT FK_CMP3_CLIP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE XMLMERGEPHONENUMBER DROP CONSTRAINT FK_XMLMERGEPHONENUMBER_XML_MERGE_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:XMLMERGEPHONENUMBERError Code: -4004
Call:ALTER TABLE XMLMERGEPHONENUMBER DROP CONSTRAINT FK_XMLMERGEPHONENUMBER_XML_MERGE_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_BICYCLE DROP CONSTRAINT FK_CMP3_XML_BICYCLE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_BICYCLEError Code: -4004
Call:ALTER TABLE CMP3_XML_BICYCLE DROP CONSTRAINT FK_CMP3_XML_BICYCLE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE XMLMERGEPROJECT DROP CONSTRAINT FK_XMLMERGEPROJECT_XML_MERGE_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:XMLMERGEPROJECTError Code: -4004
Call:ALTER TABLE XMLMERGEPROJECT DROP CONSTRAINT FK_XMLMERGEPROJECT_XML_MERGE_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUS DROP CONSTRAINT FK_CMP3_BUS_BUS_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_BUSError Code: -4004
Call:ALTER TABLE CMP3_BUS DROP CONSTRAINT FK_CMP3_BUS_BUS_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUS DROP CONSTRAINT FK_CMP3_BUS_DRIVER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_BUSError Code: -4004
Call:ALTER TABLE CMP3_BUS DROP CONSTRAINT FK_CMP3_BUS_DRIVER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BOAT DROP CONSTRAINT FK_CMP3_BOAT_BOAT_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_BOATError Code: -4004
Call:ALTER TABLE CMP3_BOAT DROP CONSTRAINT FK_CMP3_BOAT_BOAT_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_EMP_PHONEError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_PHONE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_EMP_PHONEError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_PHONE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_PROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_PROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_PROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_PROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_PROJECT_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_PROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_PROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_PROJECT_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_FUEL_VEH DROP CONSTRAINT FK_CMP3_XML_FUEL_VEH_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_FUEL_VEHError Code: -4004
Call:ALTER TABLE CMP3_XML_FUEL_VEH DROP CONSTRAINT FK_CMP3_XML_FUEL_VEH_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_SALARY DROP CONSTRAINT FK_CMP3_XML_UNI_SALARY_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_SALARYError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_SALARY DROP CONSTRAINT FK_CMP3_XML_UNI_SALARY_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_SALARY DROP CONSTRAINT FK_CMP3_XML_SALARY_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_SALARYError Code: -4004
Call:ALTER TABLE CMP3_XML_SALARY DROP CONSTRAINT FK_CMP3_XML_SALARY_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_ENGINEERError Code: -4004
Call:ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_ENGINEERError Code: -4004
Call:ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BICYCLE DROP CONSTRAINT FK_CMP3_BICYCLE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_BICYCLEError Code: -4004
Call:ALTER TABLE CMP3_BICYCLE DROP CONSTRAINT FK_CMP3_BICYCLE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_UNI_PHONENUMBER_PHONE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_PHONENUMBERError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_UNI_PHONENUMBER_PHONE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_NONFUEL_VEH DROP CONSTRAINT FK_CMP3_NONFUEL_VEH_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_NONFUEL_VEHError Code: -4004
Call:ALTER TABLE CMP3_NONFUEL_VEH DROP CONSTRAINT FK_CMP3_NONFUEL_VEH_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_CANADIAN DROP CONSTRAINT FK_CMP3_XML_CANADIAN_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_CANADIANError Code: -4004
Call:ALTER TABLE CMP3_XML_CANADIAN DROP CONSTRAINT FK_CMP3_XML_CANADIAN_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_BOAT DROP CONSTRAINT FK_CMP3_XML_BOAT_BOAT_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_BOATError Code: -4004
Call:ALTER TABLE CMP3_XML_BOAT DROP CONSTRAINT FK_CMP3_XML_BOAT_BOAT_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_TELEPHONEError Code: -4004
Call:ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_projects_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 43): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_projects_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT FK_CMP3_BUYER_BUYER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:FK_CMP3_BUYER_BUYER_IDError Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT FK_CMP3_BUYER_BUYER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_VEHICLE DROP CONSTRAINT FK_CMP3_XML_VEHICLE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_VEHICLEError Code: -4004
Call:ALTER TABLE CMP3_XML_VEHICLE DROP CONSTRAINT FK_CMP3_XML_VEHICLE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_VEHICLE DROP CONSTRAINT FK_CMP3_XML_VEHICLE_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_VEHICLEError Code: -4004
Call:ALTER TABLE CMP3_XML_VEHICLE DROP CONSTRAINT FK_CMP3_XML_VEHICLE_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CCC
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CCC (ID VARCHAR(255) NOT NULL, XYZ VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_PERSON
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_PERSON (ID DOUBLE PRECISION NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(80), REP_ID DOUBLE PRECISION, CAR_ID DOUBLE PRECISION, FRIEND_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SCIENTIST
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SCIENTIST (F_NAME VARCHAR(255) NOT NULL, L_NAME VARCHAR(255) NOT NULL, ID_NUMBER INTEGER NOT NULL, DTYPE VARCHAR(31), CUBE_ID INTEGER, CUBE_CODE VARCHAR(255), DEPT_NAME VARCHAR(255), DEPT_ROLE VARCHAR(255), DEPT_LOCATION VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, ID_NUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TIRE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TIRE (ID INTEGER NOT NULL, TIRE_TYPE VARCHAR(31), PRESSURE INTEGER, SPEEDRATING INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SPORTS_CAR
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SPORTS_CAR (ID DOUBLE PRECISION NOT NULL, MAX_SPEED INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CERTIFICATION
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CERTIFICATION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), CONSUMER_ID INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID INTEGER NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_ADDRESS (ADDRESS_ID INTEGER NOT NULL, STREET VARCHAR(255), CITY VARCHAR(255), P_CODE VARCHAR(255), PROVINCE VARCHAR(255), COUNTRY VARCHAR(255), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VEHICLE (ID DOUBLE PRECISION NOT NULL, VEH_TYPE VARCHAR(31), CAPACITY INTEGER, OWNER_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_VERSION INTEGER, NAME VARCHAR(255), IMAGE LONG BYTE, DESCRIPTION VARCHAR(255), PRIMARY KEY (ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_LPROJECT (PROJ_ID INTEGER NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_ORDER (ORDER_ID INTEGER NOT NULL, SHIP_ADDR VARCHAR(255), ORDER_VERSION INTEGER, QUANTITY INTEGER, ITEM_ID INTEGER NOT NULL, CUST_ID INTEGER, PRIMARY KEY (ORDER_ID, ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER (CUST_ID INTEGER NOT NULL, CUST_VERSION INTEGER, CITY VARCHAR(255), NAME VARCHAR(255), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_COMPANY
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPANY (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BBB
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BBB (ID VARCHAR(255) NOT NULL, BAR VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPARTMENT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT (ROLE VARCHAR(255) NOT NULL, NAME VARCHAR(255) NOT NULL, LOCATION VARCHAR(255) NOT NULL, PRIMARY KEY (ROLE, NAME, LOCATION))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE (EMP_ID INTEGER NOT NULL, L_NAME VARCHAR(255), F_NAME VARCHAR(255), VERSION INTEGER, START_DATE DATE, END_DATE DATE, MANAGER_EMP_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BYTEARRAY_TYPE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_TYPE (BA_ID INTEGER NOT NULL, BYTEARRAY_DATA LONG BYTE, PRIMARY KEY (BA_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_PHONENUMBER (TYPE VARCHAR(255) NOT NULL, NUMB VARCHAR(255), OWNER_ID INTEGER NOT NULL, AREA_CODE VARCHAR(255), PRIMARY KEY (TYPE, OWNER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PROJ_EMP
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PROJ_EMP (PRJCTS_PROJ_ID INTEGER NOT NULL, EMPLS_EMP_ID INTEGER NOT NULL, PRIMARY KEY (PRJCTS_PROJ_ID, EMPLS_EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_LPROJECT (PROJ_ID INTEGER NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE XMLMERGESMALLPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE XMLMERGESMALLPROJECT (XML_MERGE_PROJ_ID INTEGER NOT NULL, PRIMARY KEY (XML_MERGE_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_FUEL_VEH
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_FUEL_VEH (ID DOUBLE PRECISION NOT NULL, FUEL_TYP VARCHAR(255), COLOUR VARCHAR(255), FUEL_CAP INTEGER, DESCRIP VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID INTEGER NOT NULL, VERSION INTEGER, L_NAME VARCHAR(255), F_NAME VARCHAR(255), DEPT_ID INTEGER, MANAGER_EMP_ID INTEGER, START_DATE DATE, END_DATE DATE, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID INTEGER NOT NULL, P_CODE VARCHAR(255), STREET VARCHAR(255), PROVINCE VARCHAR(255), COUNTRY VARCHAR(255), CITY VARCHAR(255), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PERSON
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PERSON (ID DOUBLE PRECISION NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(80), REP_ID DOUBLE PRECISION, CAR_ID DOUBLE PRECISION, FRIEND_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE O_O_VIRTUAL
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE O_O_VIRTUAL (O_O_VIRTUALID INTEGER NOT NULL, VIRTUAL_ID INTEGER, PRIMARY KEY (O_O_VIRTUALID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (ORDER_ID INTEGER NOT NULL, ORDER_VERSION INTEGER, SHIP_ADDR VARCHAR(255), QUANTITY INTEGER, CUSTOMER_CUST_ID INTEGER, ITEM_ID INTEGER, SALESPERSON_ID INTEGER, BILLEDCUSTOMER_CUST_ID INTEGER, PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_ORDER (ORDER_ID INTEGER NOT NULL, ORDER_VERSION INTEGER, SHIP_ADDR VARCHAR(255), QUANTITY INTEGER, ITEM_ID INTEGER, CUST_ID INTEGER, PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PROJECT (PROJ_ID INTEGER NOT NULL, PROJ_TYPE VARCHAR(31), VERSION INTEGER, DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), LEADER_ID INTEGER, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUBICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUBICLE (CODE VARCHAR(255) NOT NULL, ID INTEGER NOT NULL, PRIMARY KEY (CODE, ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE (EMP_ID INTEGER NOT NULL, F_NAME VARCHAR(255), L_NAME VARCHAR(255), VERSION INTEGER, MANAGER_EMP_ID INTEGER, SECURITYBADGE_BADGE_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ALPINE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ALPINE (ALPINE_ID INTEGER NOT NULL, BB_DATE DATE, ALCOHOL_CONTENT DOUBLE PRECISION, CLASSIFICATION INTEGER, C_ID INTEGER, PRIMARY KEY (ALPINE_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_PROJ_EMP
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_PROJ_EMP (EMP_ID INTEGER NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CANADIAN
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CANADIAN (ID INTEGER NOT NULL, BORN DATE, VERSION TIMESTAMP, FLAVOR INTEGER, ALCOHOL_CONTENT DOUBLE PRECISION, CONSUMER_ID INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (ID INTEGER NOT NULL, NAME VARCHAR(255), ITEM_VERSION INTEGER, DESCRIPTION VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PHONENUMBER (TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), NUMB VARCHAR(255), OWNER_ID INTEGER NOT NULL, PRIMARY KEY (TYPE, OWNER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBYTEARRAY_TYPE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_TYPE (PBA_ID INTEGER NOT NULL, PBYTEARRAY_DATA LONG BYTE, PRIMARY KEY (PBA_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER (CUST_ID INTEGER NOT NULL, NAME VARCHAR(255), CUST_VERSION INTEGER, CITY VARCHAR(255), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE EMPLOYEE_PROJECT (projects_XML_MERGE_PROJ_ID INTEGER NOT NULL, teamMembers_XML_MERGE_EMP_ID INTEGER NOT NULL, PRIMARY KEY (projects_XML_MERGE_PROJ_ID, teamMembers_XML_MERGE_EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_PARTSLIST_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_PARTSLIST_ITEM (ITEM_ID INTEGER NOT NULL, PARTSLIST_ID INTEGER NOT NULL, PRIMARY KEY (ITEM_ID, PARTSLIST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_EMPLOYEE (EMP_ID INTEGER NOT NULL, L_NAME VARCHAR(255), F_NAME VARCHAR(255), VERSION INTEGER, START_DATE DATE, END_DATE DATE, MANAGER_EMP_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ITEM (ITEM_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), IMAGE LONG BYTE, NAME VARCHAR(255), ITEM_VERSION INTEGER, PRIMARY KEY (ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_ADDRESS (ADDRESS_ID INTEGER NOT NULL, P_CODE VARCHAR(255), STREET VARCHAR(255), PROVINCE VARCHAR(255), COUNTRY VARCHAR(255), CITY VARCHAR(255), CUST_ID INTEGER, PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), NUMB VARCHAR(255), OWNER_ID INTEGER NOT NULL, PRIMARY KEY (TYPE, OWNER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_SPORTS_CAR
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_SPORTS_CAR (ID DOUBLE PRECISION NOT NULL, MAX_SPEED INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_PARTSLIST
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_PARTSLIST (ID INTEGER NOT NULL, VERSION INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_PROJ_EMP
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_PROJ_EMP (PROJ_ID INTEGER NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID, EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PARTSLIST
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PARTSLIST (ID INTEGER NOT NULL, VERSION INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID INTEGER NOT NULL, SALARY INTEGER, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_CERTIFICATION
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CERTIFICATION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), CONSUMER_ID INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE XMLMERGEEMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE XMLMERGEEMPLOYEE (XML_MERGE_EMP_ID INTEGER NOT NULL, VERSION INTEGER, LASTNAME VARCHAR(255), FIRSTNAME VARCHAR(255), SALARY INTEGER, XML_MERGE_MANAGER INTEGER, XML_MERGE_START_DATE DATE, XML_MERGE_END_DATE DATE, XML_MERGE_ADDR_ID INTEGER, PRIMARY KEY (XML_MERGE_EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PARTSLIST_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PARTSLIST_ITEM (PARTSLIST_ID INTEGER NOT NULL, ITEM_ID INTEGER NOT NULL, PRIMARY KEY (PARTSLIST_ID, ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BLUE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BLUE (ID INTEGER NOT NULL, VERSION TIMESTAMP, ALCOHOL_CONTENT DOUBLE PRECISION, C_ID INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ORDER (ORDER_ID INTEGER NOT NULL, SHIP_ADDR VARCHAR(255), ORDER_VERSION INTEGER, QUANTITY INTEGER, CUST_ID INTEGER, ITEM_ID INTEGER, PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AAA
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_AAA (ID VARCHAR(255) NOT NULL, DTYPES VARCHAR(31), FOO VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ADDRESS (ADDRESS_ID INTEGER NOT NULL, STREET VARCHAR(255), CITY VARCHAR(255), P_CODE VARCHAR(255), PROVINCE VARCHAR(255), COUNTRY VARCHAR(255), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CONSUMER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CONSUMER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ALPINE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ALPINE (ID INTEGER NOT NULL, BB_DATE DATE, ALCOHOL_CONTENT DOUBLE PRECISION, CLASSIFICATION INTEGER, VERSION TIMESTAMP, C_ID INTEGER, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ENGINEER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ENGINEER (ID DOUBLE PRECISION NOT NULL, TITLE VARCHAR(255), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_WRAPPER_TYPES
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_WRAPPER_TYPESError Code: -4004
Call:DROP TABLE CMP3_WRAPPER_TYPES
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_TYPES (WT_ID INTEGER NOT NULL, DOUBLE_DATA DOUBLE PRECISION, BIGDECIMAL_DATA DOUBLE PRECISION, BOOLEAN_DATA BOOLEAN, BIGINTEGER_DATA DOUBLE PRECISION, LONG_DATA FIXED(20), CHARACTER_DATA CHAR UNICODE, STRING_DATA VARCHAR(255), INTEGER_DATA INTEGER, FLOAT_DATA FLOAT, SHORT_DATA BOOLEAN, BYTE_DATA BINARY(3), PRIMARY KEY (WT_ID))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 219): Invalid datatypeError Code: -3002
Call:CREATE TABLE CMP3_WRAPPER_TYPES (WT_ID INTEGER NOT NULL, DOUBLE_DATA DOUBLE PRECISION, BIGDECIMAL_DATA DOUBLE PRECISION, BOOLEAN_DATA BOOLEAN, BIGINTEGER_DATA DOUBLE PRECISION, LONG_DATA FIXED(20), CHARACTER_DATA CHAR UNICODE, STRING_DATA VARCHAR(255), INTEGER_DATA INTEGER, FLOAT_DATA FLOAT, SHORT_DATA BOOLEAN, BYTE_DATA BINARY(3), PRIMARY KEY (WT_ID))
Query:DataModifyQuery()
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(2285943)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(2285943)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), ADDR_ID = ? WHERE EXISTS(SELECT t1.EMP_ID FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t0.COUNTRY IN (?, ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID)) AND t1.EMP_ID = CMP3_EMPLOYEE.EMP_ID)
        bind => [1, null, Canada, US]
[TopLink Warning]: UnitOfWork(2419333)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), ADDR_ID = ? WHERE EXISTS(SELECT t1.EMP_ID FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t0.COUNTRY IN (?, ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID)) AND t1.EMP_ID = CMP3_EMPLOYEE.EMP_ID)
        bind => [1, null, Canada, US]
Query:UpdateAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.updateAll(DatasourceCallQueryMechanism.java:713)
        at oracle.toplink.essentials.queryframework.UpdateAllQuery.executeDatabaseQuery(UpdateAllQuery.java:165)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testNullifyAddressIn(EntityManagerJUnitTestSuite.java:2161)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Finer]: UnitOfWork(2419333)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(2285943)--Connection(27505497)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ClientSession(2285943)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ADDRESS_ID, t0.P_CODE, t0.STREET, t0.PROVINCE, t0.COUNTRY, t0.CITY FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_ADDRESS t0 ON (t0.ADDRESS_ID = t1.ADDR_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(25980092)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.mappings.ObjectReferenceMapping.cascadeRegisterNewIfRequired(ObjectReferenceMapping.java:655)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.cascadeRegisterNewForCreate(ObjectBuilder.java:1256)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3192)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testSerializedLazy(EntityManagerJUnitTestSuite.java:2188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 51 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--select * from CMP3_DEPT
[TopLink Finer]: ClientSession(17507279)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17507279)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, DEPT_SEQ]
[TopLink Fine]: ClientSession(17507279)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = ?
        bind => [DEPT_SEQ]
[TopLink Finer]: ClientSession(17507279)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(6040101)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(17507279)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17507279)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_DEPT (ID, NAME) VALUES (?, ?)
        bind => [1, Department X]
[TopLink Finer]: ClientSession(17507279)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(6040101)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(6040101)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(7200207)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_DEPT WHERE (ID = ?)
        bind => [1]
[TopLink Finer]: ClientSession(17683656)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17683656)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [41, 1, Kid, Crazy, 1, null, null, null, null]
[TopLink Fine]: ClientSession(17683656)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [0, 41]
[TopLink Finer]: ClientSession(17683656)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(7200207)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(7200207)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--select * from CMP3_DEPT
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(7722840)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(30491812)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(30491812)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [42, 1, null, testMergeRemovedObjectEmployee, null, null, null, null, null]
[TopLink Fine]: ClientSession(30491812)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [0, 42]
[TopLink Finer]: ClientSession(30491812)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(7722840)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(7722840)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: UnitOfWork(7722840)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(30491812)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(28368430)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(3315058)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(3315058)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ WHERE (EMPLS_EMP_ID = ?)
        bind => [42]
[TopLink Fine]: ClientSession(3315058)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY WHERE (EMP_ID = ?)
        bind => [42]
[TopLink Fine]: ClientSession(3315058)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
        bind => [42, 1]
[TopLink Finer]: ClientSession(3315058)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(28368430)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(28368430)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(3277721)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(25836061)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(23828675)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(16405758)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(21293144)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(15856458)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(16476003)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(21018877)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(5234449)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(5234449)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, EMPLOYEE_SEQ]
[TopLink Fine]: ClientSession(5234449)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = ?
        bind => [EMPLOYEE_SEQ]
[TopLink Finer]: ClientSession(5234449)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(29229929)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(5234449)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(5234449)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [101, 1, Marx, Groucho, null, null, null, null, null]
[TopLink Fine]: ClientSession(5234449)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [0, 101]
[TopLink Finer]: ClientSession(5234449)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(29229929)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(29229929)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: UnitOfWork(29229929)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(5234449)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Warning]: UnitOfWork(29229929)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-7251] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.ValidationException
Exception Description: The attribute [id] of class [oracle.toplink.essentials.testing.models.cmp3.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
        at oracle.toplink.essentials.exceptions.ValidationException.primaryKeyUpdateDisallowed(ValidationException.java:2205)
        at oracle.toplink.essentials.mappings.foundation.AbstractDirectMapping.writeFromObjectIntoRowWithChangeRecord(AbstractDirectMapping.java:734)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.buildRowForUpdateWithChangeSet(ObjectBuilder.java:910)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1136)
        at oracle.toplink.essentials.queryframework.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:76)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:283)
        at oracle.toplink.essentials.queryframework.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:67)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:180)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:2638)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1030)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testPrimaryKeyUpdate(EntityManagerJUnitTestSuite.java:2458)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)

[TopLink Finer]: ClientSession(5234449)--Connection(27505497)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: UnitOfWork(29229929)--Thread(Thread[main,5,main])--initialize identitymaps
[TopLink Finer]: UnitOfWork(29229929)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(5234449)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(11816628)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(22527820)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ClientSession(3315058)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(17683656)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(17507279)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: UnitOfWork(30430942)--Thread(Thread[Finalizer,8,system])--release unit of work
[TopLink Finer]: ClientSession(25980092)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(16191201)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(32629659)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(26607396)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(22527820)--Connection(32459563)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [102, 1, Marx, Harpo, null, null, null, null, null]
[TopLink Fine]: ClientSession(22527820)--Connection(32459563)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [0, 102]
[TopLink Finer]: ClientSession(22527820)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(11816628)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(11816628)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: UnitOfWork(11816628)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(11816628)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(11816628)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(14696971)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(22322411)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(22322411)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [104, 1, Marx, Harpo, null, null, null, null, null]
[TopLink Fine]: ClientSession(22322411)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [0, 104]
[TopLink Fine]: ClientSession(22322411)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [103, 1, Marx, Groucho, null, null, null, null, null]
[TopLink Fine]: ClientSession(22322411)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [0, 103]
[TopLink Fine]: ClientSession(22322411)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_PHONENUMBER (TYPE, AREA_CODE, NUMB, OWNER_ID) VALUES (?, ?, ?, ?)
        bind => [home, 415, 0007, 103]
[TopLink Finer]: ClientSession(22322411)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(14696971)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(14696971)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: UnitOfWork(14696971)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(22322411)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Warning]: UnitOfWork(14696971)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-7251] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.ValidationException
Exception Description: The attribute [owner] of class [oracle.toplink.essentials.testing.models.cmp3.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed.
        at oracle.toplink.essentials.exceptions.ValidationException.primaryKeyUpdateDisallowed(ValidationException.java:2205)
        at oracle.toplink.essentials.mappings.OneToOneMapping.writeFromObjectIntoRowWithChangeRecord(OneToOneMapping.java:1100)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.buildRowForUpdateWithChangeSet(ObjectBuilder.java:910)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1136)
        at oracle.toplink.essentials.queryframework.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:76)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:283)
        at oracle.toplink.essentials.queryframework.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:67)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:180)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:2638)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1030)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testPrimaryKeyUpdatePKFK(EntityManagerJUnitTestSuite.java:2535)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)

[TopLink Finer]: ClientSession(22322411)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: UnitOfWork(14696971)--Thread(Thread[main,5,main])--initialize identitymaps
[TopLink Finer]: UnitOfWork(14696971)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(22322411)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_EMPLOYEE_ADDR_IDError Code: -4017
Call:ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_EMPLOYEE_MANAGER_EMP_IDError Code: -4017
Call:ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_EMPLOYEE_DEPT_IDError Code: -4017
Call:ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_LPROJECT_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 46): Unknown constraint:FK_CMP3_PHONENUMBER_OWNER_IDError Code: -4017
Call:ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 42): Unknown constraint:FK_CMP3_PROJECT_LEADER_IDError Code: -4017
Call:ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_EMP_PROJ_EMPLS_EMP_IDError Code: -4017
Call:ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_SALARY_EMP_IDError Code: -4017
Call:ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_PBUYER_BUYER_IDError Code: -4017
Call:ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--INSERT INTO CMP3_INHERITANCE_SEQ(SEQ_NAME, SEQ_COUNT) values ('PERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('ITEM_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_MERGE_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('CUST_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--INSERT INTO CMP3_INHERITANCE_SEQ(SEQ_NAME, SEQ_COUNT) values ('TIRE_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_INC_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('ORDER_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_BEER_SEQ(SEQ_NAME, SEQ_COUNT) values ('CONSUMER_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(17134341)--Thread(Thread[main,5,main])--acquire unit of work: 21197390
[TopLink Finer]: UnitOfWork(21197390)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(17134341)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.SQLResultSetMappingTestSuite$1.setUp(SQLResultSetMappingTestSuite.java:298)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(14112795)--Thread(Thread[main,5,main])--acquire unit of work: 14155711
[TopLink Finer]: UnitOfWork(14155711)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(14112795)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(14155711)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(14155711)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(12665500)--Thread(Thread[main,5,main])--acquire unit of work: 6810664
[TopLink Finer]: UnitOfWork(6810664)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(12665500)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(17333601)--Thread(Thread[main,5,main])--acquire unit of work: 11947822
[TopLink Finer]: UnitOfWork(11947822)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(17333601)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(11947822)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(11947822)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(24164377)--Thread(Thread[main,5,main])--acquire unit of work: 3758767
[TopLink Finer]: ClientSession(17333601)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(14112795)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: UnitOfWork(3758767)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(24164377)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(2673180)--Thread(Thread[main,5,main])--acquire unit of work: 27481372
[TopLink Finer]: UnitOfWork(27481372)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(2673180)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(27481372)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(27481372)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(8202134)--Thread(Thread[main,5,main])--acquire unit of work: 17295784
[TopLink Finer]: UnitOfWork(17295784)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(8202134)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(2409003)--Thread(Thread[main,5,main])--acquire unit of work: 7225316
[TopLink Finer]: UnitOfWork(7225316)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(2409003)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(7225316)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(7225316)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(26794447)--Thread(Thread[main,5,main])--acquire unit of work: 18392944
[TopLink Finer]: UnitOfWork(18392944)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(2409003)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(2673180)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(26794447)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(32653610)--Thread(Thread[main,5,main])--acquire unit of work: 29641325
[TopLink Finer]: UnitOfWork(29641325)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(32653610)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(29641325)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(29641325)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(27899044)--Thread(Thread[main,5,main])--acquire unit of work: 31653469
[TopLink Finer]: UnitOfWork(31653469)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(27899044)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(16685777)--Thread(Thread[main,5,main])--acquire unit of work: 6527406
[TopLink Finer]: UnitOfWork(6527406)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(16685777)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(6527406)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(6527406)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(25671167)--Thread(Thread[main,5,main])--acquire unit of work: 16350503
[TopLink Finer]: UnitOfWork(16350503)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(16685777)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(32653610)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(25671167)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(9105584)--Thread(Thread[main,5,main])--acquire unit of work: 25692930
[TopLink Finer]: UnitOfWork(25692930)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(9105584)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(25692930)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(25692930)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(19248976)--Thread(Thread[main,5,main])--acquire unit of work: 12946164
[TopLink Finer]: UnitOfWork(12946164)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(19248976)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(6300663)--Thread(Thread[main,5,main])--acquire unit of work: 12653911
[TopLink Finer]: UnitOfWork(12653911)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(6300663)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(12653911)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(12653911)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(10674590)--Thread(Thread[main,5,main])--acquire unit of work: 18621578
[TopLink Finer]: UnitOfWork(18621578)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(10674590)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(436958)--Thread(Thread[main,5,main])--acquire unit of work: 31070867
[TopLink Finer]: UnitOfWork(31070867)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ClientSession(6300663)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(9105584)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(436958)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(31070867)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(31070867)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(12216222)--Thread(Thread[main,5,main])--acquire unit of work: 10334381
[TopLink Finer]: UnitOfWork(10334381)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(12216222)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(14740287)--Thread(Thread[main,5,main])--acquire unit of work: 24798854
[TopLink Finer]: UnitOfWork(24798854)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ClientSession(436958)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(14740287)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(24798854)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(24798854)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(23060273)--Thread(Thread[main,5,main])--acquire unit of work: 7797531
[TopLink Finer]: UnitOfWork(7797531)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT BUYER_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(23060273)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(23518721)--Thread(Thread[main,5,main])--acquire unit of work: 14308001
[TopLink Finer]: UnitOfWork(14308001)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(23518721)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(14308001)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(14308001)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(19391678)--Thread(Thread[main,5,main])--acquire unit of work: 8871406
[TopLink Finer]: UnitOfWork(8871406)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(19391678)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(5475121)--Thread(Thread[main,5,main])--acquire unit of work: 3609917
[TopLink Finer]: UnitOfWork(3609917)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ClientSession(23518721)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(14740287)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(5475121)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(3609917)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(3609917)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(14649554)--Thread(Thread[main,5,main])--acquire unit of work: 11801921
[TopLink Finer]: UnitOfWork(11801921)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(14649554)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(20539633)--Thread(Thread[main,5,main])--acquire unit of work: 25881278
[TopLink Finer]: UnitOfWork(25881278)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(20539633)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(25881278)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(25881278)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(32998615)--Thread(Thread[main,5,main])--acquire unit of work: 19279740
[TopLink Finer]: UnitOfWork(19279740)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(32998615)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(7971648)--Thread(Thread[main,5,main])--acquire unit of work: 33039820
[TopLink Finer]: UnitOfWork(33039820)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(7971648)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(33039820)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(33039820)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(24086409)--Thread(Thread[main,5,main])--acquire unit of work: 11045826
[TopLink Finer]: ClientSession(5475121)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(7971648)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(20539633)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: UnitOfWork(11045826)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(24086409)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(26144549)--Thread(Thread[main,5,main])--acquire unit of work: 32623642
[TopLink Finer]: UnitOfWork(32623642)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(26144549)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(32623642)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(32623642)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(25678348)--Thread(Thread[main,5,main])--acquire unit of work: 17624242
[TopLink Finer]: UnitOfWork(17624242)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT BUYER_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(25678348)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(18965738)--Thread(Thread[main,5,main])--acquire unit of work: 3203443
[TopLink Finer]: UnitOfWork(3203443)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), MANAGER_EMP_ID = ?, ADDR_ID = ?
        bind => [1, null, null]
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_PROJECT SET VERSION = (VERSION + ?), LEADER_ID = ?
        bind => [1, null]
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PHONENUMBER
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ADDRESS
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_LPROJECT
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ
[TopLink Fine]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_PROJECT
[TopLink Finer]: ClientSession(18965738)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(3203443)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(3203443)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(17950831)--Thread(Thread[main,5,main])--acquire unit of work: 16403948
[TopLink Finer]: ClientSession(18965738)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(26144549)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: UnitOfWork(16403948)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(17950831)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t1.SALARY FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t1.SALARY > ?) AND (t1.EMP_ID = t0.EMP_ID))
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.EMP_ID, t1.EMP_ID, t0.VERSION, t1.SALARY, t0.L_NAME, t0.F_NAME, t0.DEPT_ID, t0.MANAGER_EMP_ID, t0.START_DATE, t0.END_DATE, t0.ADDR_ID FROM CMP3_SALARY t3, CMP3_EMPLOYEE t2, CMP3_SALARY t1, CMP3_EMPLOYEE t0 WHERE (((t3.SALARY > ?) AND (t3.EMP_ID = t2.EMP_ID)) AND ((t0.EMP_ID = t2.MANAGER_EMP_ID) AND (t1.EMP_ID = t0.EMP_ID)))
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t1.SALARY, t2.EMP_ID, t3.EMP_ID, t2.VERSION, t3.SALARY, t2.L_NAME, t2.F_NAME, t2.DEPT_ID, t2.MANAGER_EMP_ID, t2.START_DATE, t2.END_DATE, t2.ADDR_ID FROM CMP3_SALARY t3, CMP3_EMPLOYEE t2, CMP3_SALARY t1, CMP3_EMPLOYEE t0 WHERE (((t1.SALARY > ?) AND (t1.EMP_ID = t0.EMP_ID)) AND ((t2.EMP_ID = t0.MANAGER_EMP_ID) AND (t3.EMP_ID = t2.EMP_ID)))
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t1.SALARY, t2.EMP_ID, t3.EMP_ID, t2.VERSION, t3.SALARY, t2.L_NAME, t2.F_NAME, t2.DEPT_ID, t2.MANAGER_EMP_ID, t2.START_DATE, t2.END_DATE, t2.ADDR_ID, t4.CITY FROM CMP3_ADDRESS t4, CMP3_SALARY t3, CMP3_EMPLOYEE t2, CMP3_SALARY t1, CMP3_EMPLOYEE t0 WHERE (((t1.SALARY > ?) AND (t1.EMP_ID = t0.EMP_ID)) AND ((t2.EMP_ID = t0.MANAGER_EMP_ID) AND (t3.EMP_ID = t2.EMP_ID)))
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT PROJ_ID, PROJ_TYPE, VERSION, DESCRIP, PROJ_NAME, LEADER_ID FROM CMP3_PROJECT
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(16691733)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(22911969)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(10809408)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(10035471)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(21598548)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.PROJ_ID, t0.PROJ_TYPE, t0.VERSION, t0.DESCRIP, t0.PROJ_NAME, t0.LEADER_ID, t1.PROJ_ID, t1.BUDGET FROM CMP3_PROJECT t0, CMP3_LPROJECT t1 WHERE ((t1.PROJ_ID = t0.PROJ_ID) AND (t0.PROJ_TYPE = ?))
        bind => [L]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(6441536)--Thread(Thread[main,5,main])--acquire unit of work: 29733598
[TopLink Finer]: UnitOfWork(29733598)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(6441536)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ExtendedPersistenceContextJUnitTestSuite$1.setUp(ExtendedPersistenceContextJUnitTestSuite.java:63)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Finer]: ClientSession(1439407)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(6391841)--Thread(Thread[main,5,main])--acquire unit of work: 31404629
[TopLink Finer]: UnitOfWork(31404629)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(6391841)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryConstructorExpressionTestSuite$1.setUp(ReportQueryConstructorExpressionTestSuite.java:94)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(6382436)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.OptimisticConcurrencyJUnitTestSuite.testCreateProjects(OptimisticConcurrencyJUnitTestSuite.java:69)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 48 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(2175801)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: UnitOfWork(27925944)--Thread(Thread[Finalizer,8,system])--release unit of work
[TopLink Finer]: ClientSession(6382436)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(2175801)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [111, 1, Bowaster, Brady, null, null, 2006-10-15, 2006-10-15, null]
[TopLink Fine]: ClientSession(2175801)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [15000, 111]
[TopLink Fine]: ClientSession(2175801)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT t0.PROJ_ID, t0.PROJ_TYPE, t0.VERSION, t0.DESCRIP, t0.PROJ_NAME, t0.LEADER_ID, t1.PROJ_ID, t1.BUDGET FROM CMP3_PROJECT t0 LEFT OUTER JOIN CMP3_LPROJECT t1 ON (t1.PROJ_ID = t0.PROJ_ID) WHERE (t0.PROJ_NAME = ?)
        bind => [Farmer effecency evaluations]
[TopLink Finer]: UnitOfWork(25513247)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(2175801)--Connection(27505497)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ClientSession(2175801)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(32004392)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(16410660)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(16410660)--Connection(32459563)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [112, 1, Bowaster, Brady, null, null, 2006-10-15, 2006-10-15, null]
[TopLink Fine]: ClientSession(16410660)--Connection(32459563)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [15000, 112]
[TopLink Finer]: ClientSession(16410660)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(32004392)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(32004392)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: UnitOfWork(32004392)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(32004392)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(32004392)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(11804091)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(11804091)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [113, 1, Bowaster, Brady, null, null, 2006-10-15, 2006-10-15, null]
[TopLink Fine]: ClientSession(11804091)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [15000, 113]
[TopLink Finer]: ClientSession(11804091)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(11804091)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(11804091)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?))
        bind => [3, 113, 2]
[TopLink Warning]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-5006] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.OptimisticLockException
Exception Description: The object [Employee: 113] cannot be updated because it has changed or been deleted since it was last read.
Class> oracle.toplink.essentials.testing.models.cmp3.advanced.Employee Primary Key> [113]
        at oracle.toplink.essentials.exceptions.OptimisticLockException.objectChangedSinceLastReadWhenUpdating(OptimisticLockException.java:136)
        at oracle.toplink.essentials.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:711)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1172)
        at oracle.toplink.essentials.queryframework.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:76)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:283)
        at oracle.toplink.essentials.queryframework.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:67)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:180)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:2638)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1030)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.OptimisticConcurrencyJUnitTestSuite.testVersionUpdateWithIncorrectValue(OptimisticConcurrencyJUnitTestSuite.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)

[TopLink Finer]: ClientSession(11804091)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Warning]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--javax.persistence.OptimisticLockException: Exception [TOPLINK-5006] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.OptimisticLockException
Exception Description: The object [Employee: 113] cannot be updated because it has changed or been deleted since it was last read.
Class> oracle.toplink.essentials.testing.models.cmp3.advanced.Employee Primary Key> [113]
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:359)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.OptimisticConcurrencyJUnitTestSuite.testVersionUpdateWithIncorrectValue(OptimisticConcurrencyJUnitTestSuite.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: Exception [TOPLINK-5006] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.OptimisticLockException
Exception Description: The object [Employee: 113] cannot be updated because it has changed or been deleted since it was last read.
Class> oracle.toplink.essentials.testing.models.cmp3.advanced.Employee Primary Key> [113]
        at oracle.toplink.essentials.exceptions.OptimisticLockException.objectChangedSinceLastReadWhenUpdating(OptimisticLockException.java:136)
        at oracle.toplink.essentials.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:711)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1172)
        at oracle.toplink.essentials.queryframework.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:76)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:283)
        at oracle.toplink.essentials.queryframework.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:67)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:180)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:2638)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1030)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        ... 27 more

[TopLink Finer]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--initialize identitymaps
[TopLink Finer]: UnitOfWork(18654877)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(11804091)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(17143881)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17143881)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, VERSION, L_NAME, F_NAME, DEPT_ID, MANAGER_EMP_ID, START_DATE, END_DATE, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
        bind => [114, 1, Bowaster, Brady, null, null, 2006-10-15, 2006-10-15, null]
[TopLink Fine]: ClientSession(17143881)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
        bind => [15000, 114]
[TopLink Finer]: ClientSession(17143881)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(17143881)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Warning]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-5004] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.OptimisticLockException
Exception Description: An attempt was made to update the object [Employee: 114], but it has no version number in the identity map.
It may not have been read before the update was attempted.
Class> oracle.toplink.essentials.testing.models.cmp3.advanced.Employee Primary Key> [114]
        at oracle.toplink.essentials.exceptions.OptimisticLockException.noVersionNumberWhenUpdating(OptimisticLockException.java:112)
        at oracle.toplink.essentials.descriptors.VersionLockingPolicy.addLockValuesToTranslationRow(VersionLockingPolicy.java:111)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1149)
        at oracle.toplink.essentials.queryframework.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:76)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:283)
        at oracle.toplink.essentials.queryframework.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:67)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:180)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:2638)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1030)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.OptimisticConcurrencyJUnitTestSuite.testVersionUpdateWithNullValue(OptimisticConcurrencyJUnitTestSuite.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)

[TopLink Finer]: ClientSession(17143881)--Connection(32459563)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Warning]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--javax.persistence.OptimisticLockException: Exception [TOPLINK-5004] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.OptimisticLockException
Exception Description: An attempt was made to update the object [Employee: 114], but it has no version number in the identity map.
It may not have been read before the update was attempted.
Class> oracle.toplink.essentials.testing.models.cmp3.advanced.Employee Primary Key> [114]
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:359)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.OptimisticConcurrencyJUnitTestSuite.testVersionUpdateWithNullValue(OptimisticConcurrencyJUnitTestSuite.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: Exception [TOPLINK-5004] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.OptimisticLockException
Exception Description: An attempt was made to update the object [Employee: 114], but it has no version number in the identity map.
It may not have been read before the update was attempted.
Class> oracle.toplink.essentials.testing.models.cmp3.advanced.Employee Primary Key> [114]
        at oracle.toplink.essentials.exceptions.OptimisticLockException.noVersionNumberWhenUpdating(OptimisticLockException.java:112)
        at oracle.toplink.essentials.descriptors.VersionLockingPolicy.addLockValuesToTranslationRow(VersionLockingPolicy.java:111)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1149)
        at oracle.toplink.essentials.queryframework.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:76)
        at oracle.toplink.essentials.internal.queryframework.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:283)
        at oracle.toplink.essentials.queryframework.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:67)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at oracle.toplink.essentials.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:180)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:2638)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1030)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        ... 27 more

[TopLink Finer]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--initialize identitymaps
[TopLink Finer]: UnitOfWork(9861267)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(17143881)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SCIENTIST
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SCIENTIST (ID_NUMBER FIXED(15) NOT NULL, F_NAME VARCHAR(40) NOT NULL, L_NAME VARCHAR(40) NOT NULL, CUBE_ID FIXED(15), CUBE_CODE VARCHAR(1), DEPT_NAME VARCHAR(40), DEPT_ROLE VARCHAR(40), DEPT_LOCATION VARCHAR(40), DTYPE VARCHAR(15), PRIMARY KEY (ID_NUMBER, F_NAME, L_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPARTMENT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT (NAME VARCHAR(40) NOT NULL, ROLE VARCHAR(40) NOT NULL, LOCATION VARCHAR(40) NOT NULL, PRIMARY KEY (NAME, ROLE, LOCATION))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUBICLE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUBICLE (ID FIXED(15) NOT NULL, CODE VARCHAR(1) NOT NULL, PRIMARY KEY (ID, CODE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Finer]: ClientSession(16410660)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(20370157)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(20370157)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_DEPARTMENT WHERE (((NAME = ?) AND (ROLE = ?)) AND (LOCATION = ?))
        bind => [DEPT A, ROLE A, LOCATION A]
[TopLink Finer]: UnitOfWork(2315601)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(20370157)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(2315601)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(2315601)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(31682246)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(12646685)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(12646685)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_DEPARTMENT (ROLE, NAME, LOCATION) VALUES (?, ?, ?)
        bind => [ROLE A, DEPT A, LOCATION A]
[TopLink Finer]: ClientSession(12646685)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(31682246)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(31682246)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ROLE, NAME, LOCATION FROM CMP3_DEPARTMENT WHERE (((ROLE = ?) AND (NAME = ?)) AND (LOCATION = ?))
        bind => [ROLE A, DEPT A, LOCATION A]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT F_NAME, L_NAME, ID_NUMBER, DTYPE, CUBE_ID, CUBE_CODE, DEPT_NAME, DEPT_ROLE, DEPT_LOCATION FROM CMP3_SCIENTIST WHERE ((DEPT_ROLE = ?) AND ((DEPT_LOCATION = ?) AND (DEPT_NAME = ?))) ORDER BY F_NAME ASC, L_NAME ASC, ID_NUMBER ASC
        bind => [ROLE A, LOCATION A, DEPT A]
[TopLink Finer]: ClientSession(3349968)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(3349968)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_COMPOSITE_PK_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, CUBICLE_SEQ]
[TopLink Fine]: ClientSession(3349968)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = ?
        bind => [CUBICLE_SEQ]
[TopLink Finer]: ClientSession(3349968)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT SCIENTIST_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(3349968)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:SCIENTIST_SEQError Code: -4020
Call:SELECT SCIENTIST_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.compositepk.AdvancedCompositePKJunitTest.testCreateScientists(AdvancedCompositePKJunitTest.java:136)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:SCIENTIST_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 48 more

[TopLink Finer]: UnitOfWork(29876598)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(3349968)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ROLE, NAME, LOCATION FROM CMP3_DEPARTMENT WHERE (((ROLE = ?) AND (NAME = ?)) AND (LOCATION = ?))
        bind => [ROLE A, DEPT A, LOCATION A]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT F_NAME, L_NAME, ID_NUMBER, DTYPE, CUBE_ID, CUBE_CODE, DEPT_NAME, DEPT_ROLE, DEPT_LOCATION FROM CMP3_SCIENTIST WHERE ((DEPT_ROLE = ?) AND ((DEPT_LOCATION = ?) AND (DEPT_NAME = ?))) ORDER BY F_NAME ASC, L_NAME ASC, ID_NUMBER ASC
        bind => [ROLE A, LOCATION A, DEPT A]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.F_NAME, t0.L_NAME, t0.ID_NUMBER, t0.DTYPE, t0.CUBE_ID, t0.CUBE_CODE, t0.DEPT_NAME, t0.DEPT_ROLE, t0.DEPT_LOCATION FROM CMP3_SCIENTIST t0 WHERE EXISTS (SELECT ? FROM CMP3_SCIENTIST t1 WHERE (((t0.F_NAME = t1.F_NAME) AND (t0.L_NAME = t1.L_NAME)) AND (t0.ID_NUMBER = t1.ID_NUMBER)))
        bind => [1]
[TopLink Warning]: UnitOfWork(20862427)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7016] (at 169): Parameter spec not allowed in this contextError Code: -7016
Call:SELECT t0.F_NAME, t0.L_NAME, t0.ID_NUMBER, t0.DTYPE, t0.CUBE_ID, t0.CUBE_CODE, t0.DEPT_NAME, t0.DEPT_ROLE, t0.DEPT_LOCATION FROM CMP3_SCIENTIST t0 WHERE EXISTS (SELECT ? FROM CMP3_SCIENTIST t1 WHERE (((t0.F_NAME = t1.F_NAME) AND (t0.L_NAME = t1.L_NAME)) AND (t0.ID_NUMBER = t1.ID_NUMBER)))
        bind => [1]
Query:ReportQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2081)
        at oracle.toplink.essentials.queryframework.ReportQuery.executeDatabaseQuery(ReportQuery.java:774)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:731)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeReadQuery(EJBQueryImpl.java:346)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.getResultList(EJBQueryImpl.java:447)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.compositepk.AdvancedCompositePKJunitTest.testAnyAndAll(AdvancedCompositePKJunitTest.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7016] (at 169): Parameter spec not allowed in this context
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 39 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PRIMITIVE_TYPES
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_PRIMITIVE_TYPESError Code: -4004
Call:DROP TABLE CMP3_PRIMITIVE_TYPES
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PRIMITIVE_TYPES (PT_ID FIXED(15) NOT NULL, BOOLEAN_DATA BOOLEAN NOT NULL, BYTE_DATA BOOLEAN NOT NULL, CHAR_DATA CHAR UNICODE NOT NULL, SHORT_DATA BOOLEAN NOT NULL, INT_DATA FIXED(15) NOT NULL, LONG_DATA FIXED(19) NOT NULL, FLOAT_DATA FLOAT NOT NULL, DOUBLE_DATA DOUBLE PRECISION NOT NULL, STRING_DATA VARCHAR(30), PRIMARY KEY (PT_ID))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 136): Invalid datatypeError Code: -3002
Call:CREATE TABLE CMP3_PRIMITIVE_TYPES (PT_ID FIXED(15) NOT NULL, BOOLEAN_DATA BOOLEAN NOT NULL, BYTE_DATA BOOLEAN NOT NULL, CHAR_DATA CHAR UNICODE NOT NULL, SHORT_DATA BOOLEAN NOT NULL, INT_DATA FIXED(15) NOT NULL, LONG_DATA FIXED(19) NOT NULL, FLOAT_DATA FLOAT NOT NULL, DOUBLE_DATA DOUBLE PRECISION NOT NULL, STRING_DATA VARCHAR(30), PRIMARY KEY (PT_ID))
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.DatabaseObjectDefinition.createOnDatabase(DatabaseObjectDefinition.java:90)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createObject(SchemaManager.java:153)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.replaceObject(SchemaManager.java:760)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:251)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.datatypes.NullBindingJUnitTestCase$1.setUp(NullBindingJUnitTestCase.java:68)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 136): Invalid datatype
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DATE_TIME
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_DATE_TIMEError Code: -4004
Call:DROP TABLE CMP3_DATE_TIME
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATE_TIME (DT_ID FIXED(15) NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TS TIMESTAMP, UTIL_DATE TIMESTAMP, CAL TIMESTAMP, PRIMARY KEY (DT_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Finer]: ClientSession(7149187)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(31534636)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(12646685)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(20370157)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(26689576)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(26689576)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_DATETIME_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, DATETIME_TABLE_GENERATOR]
[TopLink Fine]: ClientSession(26689576)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = ?
        bind => [DATETIME_TABLE_GENERATOR]
[TopLink Finer]: ClientSession(26689576)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(16072033)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(26689576)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(26689576)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_DATE_TIME (DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL) VALUES (?, ?, ?, ?, ?, ?)
        bind => [1, 1970-01-01, 01:00:00, 1970-01-01 01:00:00.0, 1970-01-01 01:00:00.0, 2006-10-15 17:21:28.798]
[TopLink Finer]: ClientSession(26689576)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(16072033)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(16072033)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(15232003)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(31087973)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(31087973)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_DATE_TIME SET SQL_DATE = ? WHERE (DT_ID = ?)
        bind => [null, 1]
[TopLink Finer]: ClientSession(31087973)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(15232003)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(15232003)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (DT_ID = ?)
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(28561893)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(16142180)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(16142180)--Connection(27505497)--Thread(Thread[main,5,main])--UPDATE CMP3_DATE_TIME SET SQL_TIME = ? WHERE (DT_ID = ?)
        bind => [null, 1]
[TopLink Finer]: ClientSession(16142180)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(28561893)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(28561893)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (DT_ID = ?)
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(7766030)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(5787287)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(5787287)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_DATE_TIME SET SQL_TS = ? WHERE (DT_ID = ?)
        bind => [null, 1]
[TopLink Finer]: ClientSession(5787287)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(7766030)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(7766030)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (DT_ID = ?)
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(18856134)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(15358179)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(15358179)--Connection(24252581)--Thread(Thread[main,5,main])--UPDATE CMP3_DATE_TIME SET UTIL_DATE = ? WHERE (DT_ID = ?)
        bind => [null, 1]
[TopLink Finer]: ClientSession(15358179)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(18856134)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(18856134)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (DT_ID = ?)
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(13097507)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(29596326)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(29596326)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_DATE_TIME SET CAL = ? WHERE (DT_ID = ?)
        bind => [null, 1]
[TopLink Finer]: ClientSession(29596326)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(13097507)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(13097507)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (DT_ID = ?)
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(7213469)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(7217039)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(7217039)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_DATE_TIME WHERE (DT_ID = ?)
        bind => [1]
[TopLink Finer]: ClientSession(7217039)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(7213469)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(7213469)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CLIP
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_CLIPError Code: -4004
Call:DROP TABLE CMP3_CLIP
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CLIP (AUDIO LONG BYTE, COMMENTARY LONG VARCHAR UNICODE, ID DOUBLE PRECISION NOT NULL, PRIMARY KEY (ID))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 66): Invalid datatypeError Code: -3002
Call:CREATE TABLE CMP3_CLIP (AUDIO LONG BYTE, COMMENTARY LONG VARCHAR UNICODE, ID DOUBLE PRECISION NOT NULL, PRIMARY KEY (ID))
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.DatabaseObjectDefinition.createOnDatabase(DatabaseObjectDefinition.java:90)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createObject(SchemaManager.java:153)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.replaceObject(SchemaManager.java:760)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:251)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.lob.LobJUnitTestCase$1.setUp(LobJUnitTestCase.java:69)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 66): Invalid datatype
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

[TopLink Finer]: ClientSession(7217039)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(29596326)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(15358179)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(5787287)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(16142180)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(31087973)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(26689576)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_ENGINEERError Code: -4004
Call:ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BICYCLE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_BICYCLEError Code: -4004
Call:DROP TABLE CMP3_BICYCLE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BICYCLE (ID DOUBLE PRECISION NOT NULL, DESCRIP VARCHAR(10), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BOAT
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_BOATError Code: -4004
Call:DROP TABLE CMP3_BOAT
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BOAT (BOAT_ID DOUBLE PRECISION, MODEL VARCHAR(10))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUS
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_BUSError Code: -4004
Call:DROP TABLE CMP3_BUS
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUS (BUS_ID DOUBLE PRECISION NOT NULL, DRIVER_ID DOUBLE PRECISION, PRIMARY KEY (BUS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_COMPANY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPANY (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(100) NOT NULL, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_FUEL_VEH
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_FUEL_VEH (ID DOUBLE PRECISION, DESCRIP VARCHAR(30), FUEL_CAP DOUBLE PRECISION, FUEL_TYP VARCHAR(30), COLOUR VARCHAR(20))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_NONFUEL_VEH
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_NONFUEL_VEHError Code: -4004
Call:DROP TABLE CMP3_NONFUEL_VEH
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_NONFUEL_VEH (ID DOUBLE PRECISION NOT NULL, COLOR VARCHAR(20), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SPORTS_CAR
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SPORTS_CAR (ID DOUBLE PRECISION, MAX_SPEED DOUBLE PRECISION)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VEHICLE (ID DOUBLE PRECISION NOT NULL, VEH_TYPE VARCHAR(15), CAPACITY DOUBLE PRECISION, OWNER_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(20), DTYPE VARCHAR(100), REP_ID DOUBLE PRECISION, FRIEND_ID DOUBLE PRECISION, CAR_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ENGINEER
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_ENGINEERError Code: -4004
Call:DROP TABLE CMP3_ENGINEER
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ENGINEER (ID DOUBLE PRECISION NOT NULL, TITLE VARCHAR(26), COMPANY_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TIRE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TIRE (ID DOUBLE PRECISION, PRESSURE DOUBLE PRECISION, SPEEDRATING DOUBLE PRECISION, TIRE_TYPE VARCHAR(15))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AAA
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_AAA (ID DOUBLE PRECISION NOT NULL, DTYPES VARCHAR(2), FOO VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BBB
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BBB (ID DOUBLE PRECISION NOT NULL, BAR VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CCC
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CCC (ID DOUBLE PRECISION NOT NULL, XYZ VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER ADD CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID FOREIGN KEY (COMPANY_ID) REFERENCES CMP3_COMPANY (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(17850162)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17850162)--Connection(32459563)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_INHERITANCE_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, VEHICLE_SEQ]
[TopLink Fine]: ClientSession(17850162)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = ?
        bind => [VEHICLE_SEQ]
[TopLink Finer]: ClientSession(17850162)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(31053157)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(17850162)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17850162)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [1, 30, null, BU]
[TopLink Fine]: ClientSession(17850162)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (DESCRIP, FUEL_TYP, FUEL_CAP, COLOUR, ID) VALUES (?, ?, ?, ?, ?)
        bind => [School Bus, Diesel, 100, null, 1]
[TopLink Fine]: ClientSession(17850162)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 1]
[TopLink Finer]: ClientSession(17850162)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(31053157)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(31053157)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(2904106)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(2904106)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [2, 50, null, BU]
[TopLink Fine]: ClientSession(2904106)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (DESCRIP, FUEL_TYP, FUEL_CAP, COLOUR, ID) VALUES (?, ?, ?, ?, ?)
        bind => [OC Transpo Bus, Diesel, 175, null, 2]
[TopLink Fine]: ClientSession(2904106)--Connection(28340672)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 2]
[TopLink Fine]: ClientSession(2904106)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [2, BU]
[TopLink Fine]: ClientSession(2904106)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [2, BU]
[TopLink Finer]: UnitOfWork(29049303)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(2904106)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(29049303)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(29049303)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(14177289)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(18667724)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(18667724)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [3, 2, null, SC]
[TopLink Fine]: ClientSession(18667724)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (COLOUR, FUEL_CAP, FUEL_TYP, DESCRIP, ID) VALUES (?, ?, ?, ?, ?)
        bind => [null, 60, Gas, Corvette, 3]
[TopLink Fine]: ClientSession(18667724)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SPORTS_CAR (MAX_SPEED, ID) VALUES (?, ?)
        bind => [0, 3]
[TopLink Finer]: ClientSession(18667724)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(14177289)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(14177289)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(21685709)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(27407197)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(27407197)--Connection(32459563)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [4, 4, null, SC]
[TopLink Fine]: ClientSession(27407197)--Connection(32459563)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (COLOUR, FUEL_CAP, FUEL_TYP, DESCRIP, ID) VALUES (?, ?, ?, ?, ?)
        bind => [null, 55, Gas, Porshe, 4]
[TopLink Fine]: ClientSession(27407197)--Connection(32459563)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SPORTS_CAR (MAX_SPEED, ID) VALUES (?, ?)
        bind => [0, 4]
[TopLink Finer]: ClientSession(27407197)--Connection(32459563)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(21685709)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(21685709)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(13555426)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(32833315)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ClientSession(27407197)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(18667724)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(26905665)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(17850162)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(32833315)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [5, 2, null, SC]
[TopLink Fine]: ClientSession(32833315)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (COLOUR, FUEL_CAP, FUEL_TYP, DESCRIP, ID) VALUES (?, ?, ?, ?, ?)
        bind => [null, 90, Gas, Viper, 5]
[TopLink Fine]: ClientSession(32833315)--Connection(24252581)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SPORTS_CAR (MAX_SPEED, ID) VALUES (?, ?)
        bind => [0, 5]
[TopLink Finer]: ClientSession(32833315)--Connection(24252581)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(13555426)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(13555426)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BICYCLE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BICYCLE (ID DOUBLE PRECISION NOT NULL, DESCRIP VARCHAR(10), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BOAT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BOAT (BOAT_ID DOUBLE PRECISION, MODEL VARCHAR(10))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUS
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUS (BUS_ID DOUBLE PRECISION NOT NULL, DRIVER_ID DOUBLE PRECISION, PRIMARY KEY (BUS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_COMPANY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPANY (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(100) NOT NULL, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_FUEL_VEH
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_FUEL_VEH (ID DOUBLE PRECISION, DESCRIP VARCHAR(30), FUEL_CAP DOUBLE PRECISION, FUEL_TYP VARCHAR(30), COLOUR VARCHAR(20))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_NONFUEL_VEH
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_NONFUEL_VEH (ID DOUBLE PRECISION NOT NULL, COLOR VARCHAR(20), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SPORTS_CAR
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SPORTS_CAR (ID DOUBLE PRECISION, MAX_SPEED DOUBLE PRECISION)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VEHICLE (ID DOUBLE PRECISION NOT NULL, VEH_TYPE VARCHAR(15), CAPACITY DOUBLE PRECISION, OWNER_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(20), DTYPE VARCHAR(100), REP_ID DOUBLE PRECISION, FRIEND_ID DOUBLE PRECISION, CAR_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ENGINEER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ENGINEER (ID DOUBLE PRECISION NOT NULL, TITLE VARCHAR(26), COMPANY_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TIRE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TIRE (ID DOUBLE PRECISION, PRESSURE DOUBLE PRECISION, SPEEDRATING DOUBLE PRECISION, TIRE_TYPE VARCHAR(15))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AAA
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_AAA (ID DOUBLE PRECISION NOT NULL, DTYPES VARCHAR(2), FOO VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BBB
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BBB (ID DOUBLE PRECISION NOT NULL, BAR VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CCC
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CCC (ID DOUBLE PRECISION NOT NULL, XYZ VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER ADD CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID FOREIGN KEY (COMPANY_ID) REFERENCES CMP3_COMPANY (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_COMPANY
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(9368677)--Thread(Thread[main,5,main])--acquire unit of work: 22476656
[TopLink Finer]: UnitOfWork(22476656)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(9368677)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(9368677)--Connection(28340672)--Thread(Thread[main,5,main])--UPDATE CMP3_INHERITANCE_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, COMPANY_SEQ]
[TopLink Fine]: ClientSession(9368677)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = ?
        bind => [COMPANY_SEQ]
[TopLink Finer]: ClientSession(9368677)--Connection(28340672)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_COMPANY (ID, NAME) VALUES (?, ?)
        bind => [3, TOP]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_COMPANY (ID, NAME) VALUES (?, ?)
        bind => [1, ABC]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_COMPANY (ID, NAME) VALUES (?, ?)
        bind => [2, XYZ]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [8, 1, 3, BI]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 8]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BICYCLE (DESCRIP, ID) VALUES (?, ?)
        bind => [Hercules, 8]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [7, 2, 1, BI]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 7]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BICYCLE (DESCRIP, ID) VALUES (?, ?)
        bind => [Atlas, 7]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [13, 3, 2, BI]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 13]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BICYCLE (DESCRIP, ID) VALUES (?, ?)
        bind => [Aone, 13]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [15, 20, 2, BO]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 15]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BOAT (MODEL, BOAT_ID) VALUES (?, ?)
        bind => [null, 15]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [10, 10, 1, BO]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 10]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BOAT (MODEL, BOAT_ID) VALUES (?, ?)
        bind => [null, 10]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [12, 10, 2, BO]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 12]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BOAT (MODEL, BOAT_ID) VALUES (?, ?)
        bind => [null, 12]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [16, 30, 2, BO]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 16]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BOAT (MODEL, BOAT_ID) VALUES (?, ?)
        bind => [null, 16]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [11, 30, 3, BU]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (DESCRIP, FUEL_TYP, FUEL_CAP, COLOUR, ID) VALUES (?, ?, ?, ?, ?)
        bind => [SCHOOL BUS, Petrol, 100, null, 11]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 11]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [18, 30, 3, BU]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (DESCRIP, FUEL_TYP, FUEL_CAP, COLOUR, ID) VALUES (?, ?, ?, ?, ?)
        bind => [TOUR BUS, Petrol, 100, null, 18]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 18]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [19, 30, 1, BU]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (DESCRIP, FUEL_TYP, FUEL_CAP, COLOUR, ID) VALUES (?, ?, ?, ?, ?)
        bind => [TOUR BUS, Petrol, 100, null, 19]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 19]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [17, 30, 3, BU]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (DESCRIP, FUEL_TYP, FUEL_CAP, COLOUR, ID) VALUES (?, ?, ?, ?, ?)
        bind => [TRANSIT BUS, Gas, 100, null, 17]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 17]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [6, 1, 1, F]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_FUEL_VEH (FUEL_TYP, COLOUR, DESCRIP, FUEL_CAP, ID) VALUES (?, ?, ?, ?, ?)
        bind => [null, null, Motercycle, 10, 6]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [20, 1, 2, NF]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 20]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [14, 1, 3, NF]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 14]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [9, 1, 1, NF]
[TopLink Fine]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--INSERT INTO CMP3_NONFUEL_VEH (COLOR, ID) VALUES (?, ?)
        bind => [null, 9]
[TopLink Finer]: ClientSession(9368677)--Connection(27505497)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: UnitOfWork(22476656)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(22476656)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_COMPANY
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(21936861)--Thread(Thread[main,5,main])--acquire unit of work: 29199470
[TopLink Finer]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ClientSession(9368677)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(29199470)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [14]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [14]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [20]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [20]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [9]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [9]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [10]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [10]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [10]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [16]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [16]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [16]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [15]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [15]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [15]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [12]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [12]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [12]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE WHERE (ID = ?)
        bind => [13]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [13]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [13]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE WHERE (ID = ?)
        bind => [7]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [7]
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [7]
[TopLink Finer]: UnitOfWork(29199470)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(29199470)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(21936861)--Connection(32459563)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(18552487)--Thread(Thread[main,5,main])--acquire unit of work: 24685282
[TopLink Finer]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(24685282)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE
[TopLink Finer]: UnitOfWork(24685282)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(24685282)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [6, F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [7, BI]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [8, BI]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [13, BI]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [15, BO]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [10, BO]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [12, BO]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [16, BO]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [9, NF, BI, BO]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [14, NF, BI, BO]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [20, NF, BI, BO]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [11, BU]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [18, BU]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [19, BU]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [17, BU]
[TopLink Fine]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(18552487)--Connection(24252581)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(27362451)--Thread(Thread[main,5,main])--acquire unit of work: 26013450
[TopLink Finer]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(26013450)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [17]
[TopLink Finer]: UnitOfWork(26013450)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(26013450)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Finer]: ClientSession(27362451)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(25357480)--Thread(Thread[main,5,main])--acquire unit of work: 10251312
[TopLink Finer]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(10251312)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE VEH_TYPE IN (?, ?, ?, ?, ?)
        bind => [F, C, SC, IC, BU]
[TopLink Finer]: UnitOfWork(10251312)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(10251312)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [6, F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [11, BU]
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [18, BU]
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [19, BU]
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [17, BU]
[TopLink Fine]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(25357480)--Connection(27505497)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(28181558)--Thread(Thread[main,5,main])--acquire unit of work: 26390829
[TopLink Finer]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [C, SC, IC]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(26390829)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(26390829)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(26390829)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ClientSession(28181558)--Connection(32459563)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(13756466)--Thread(Thread[main,5,main])--acquire unit of work: 27204524
[TopLink Finer]: ClientSession(13756466)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(27204524)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(13756466)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(13756466)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH
[TopLink Fine]: ClientSession(13756466)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE VEH_TYPE IN (?, ?, ?)
        bind => [C, SC, IC]
[TopLink Finer]: UnitOfWork(27204524)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(27204524)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(13756466)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(13756466)--Connection(24252581)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(13738826)--Thread(Thread[main,5,main])--acquire unit of work: 18699622
[TopLink Finer]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.ID, t2.MAX_SPEED FROM CMP3_VEHICLE t0, CMP3_SPORTS_CAR t2, CMP3_FUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [SC]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(18699622)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(18699622)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(18699622)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ClientSession(13738826)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(4589493)--Thread(Thread[main,5,main])--acquire unit of work: 11234329
[TopLink Finer]: ClientSession(4589493)--Connection(27505497)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(11234329)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(4589493)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(4589493)--Connection(27505497)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
[TopLink Warning]: ClientSession(4589493)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_null(DeleteAllQueryInheritanceJunitTest.java:131)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 43 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_COMPANY
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(21848338)--Thread(Thread[main,5,main])--acquire unit of work: 13712958
[TopLink Finer]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ClientSession(25357480)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(13738826)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(13756466)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(28181558)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(13712958)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [9]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [9]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [14]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [14]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [20]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [20]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [16]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [16]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [16]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [15]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [15]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [15]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [10]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [10]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [10]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE (BOAT_ID = ?)
        bind => [12]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [12]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [12]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE WHERE (ID = ?)
        bind => [13]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [13]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [13]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE WHERE (ID = ?)
        bind => [7]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [7]
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [7]
[TopLink Finer]: UnitOfWork(13712958)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(13712958)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(21848338)--Connection(32459563)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(19086300)--Thread(Thread[main,5,main])--acquire unit of work: 386451
[TopLink Finer]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(386451)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(386451)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(386451)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [6, F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [7, BI]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [8, BI]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [13, BI]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [15, BO]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [10, BO]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [12, BO]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [16, BO]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [9, NF, BI, BO]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [14, NF, BI, BO]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [20, NF, BI, BO]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [11, BU]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [18, BU]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [19, BU]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [17, BU]
[TopLink Fine]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(19086300)--Connection(24252581)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(33523907)--Thread(Thread[main,5,main])--acquire unit of work: 16921957
[TopLink Finer]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(16921957)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Finer]: UnitOfWork(16921957)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(16921957)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Finer]: ClientSession(33523907)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(183108)--Thread(Thread[main,5,main])--acquire unit of work: 19329695
[TopLink Finer]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE VEH_TYPE IN (?, ?, ?, ?, ?)
        bind => [F, C, SC, IC, BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(19329695)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(19329695)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(19329695)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE (((t0.ID = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [6, F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [11, BU]
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [18, BU]
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [19, BU]
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [17, BU]
[TopLink Fine]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(183108)--Connection(32459563)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(9552656)--Thread(Thread[main,5,main])--acquire unit of work: 14211340
[TopLink Finer]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND t0.VEH_TYPE IN (?, ?, ?))
        bind => [C, SC, IC]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(14211340)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(14211340)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(14211340)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ClientSession(9552656)--Connection(24252581)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(1811613)--Thread(Thread[main,5,main])--acquire unit of work: 3200426
[TopLink Finer]: ClientSession(1811613)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(1811613)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(1811613)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH
[TopLink Fine]: ClientSession(1811613)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE VEH_TYPE IN (?, ?, ?)
        bind => [C, SC, IC]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(3200426)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(3200426)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(3200426)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(1811613)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Finer]: ClientSession(1811613)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(33166070)--Thread(Thread[main,5,main])--acquire unit of work: 18644877
[TopLink Finer]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.ID, t2.MAX_SPEED FROM CMP3_VEHICLE t0, CMP3_SPORTS_CAR t2, CMP3_FUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [SC]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(18644877)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: UnitOfWork(18644877)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(18644877)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ClientSession(33166070)--Connection(32459563)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(4236415)--Thread(Thread[main,5,main])--acquire unit of work: 33069545
[TopLink Finer]: ClientSession(4236415)--Connection(24252581)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(4236415)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SPORTS_CAR
[TopLink Fine]: ClientSession(4236415)--Connection(24252581)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
[TopLink Warning]: UnitOfWork(33069545)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:120)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternalNonDeferred(DeleteAllQueryInheritanceJunitTest.java:182)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_nullNonDeferred(DeleteAllQueryInheritanceJunitTest.java:136)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 41 more

[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_COMPANY
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(22541220)--Thread(Thread[main,5,main])--acquire unit of work: 30295560
[TopLink Finer]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT t1.VEH_TYPE FROM CMP3_COMPANY t0, CMP3_VEHICLE t1 WHERE ((t0.NAME = ?) AND (t0.ID = t1.OWNER_ID))
        bind => [TOP]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_COMPANY t3, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1, CMP3_VEHICLE t0 WHERE (((t3.NAME = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND (t3.ID = t0.OWNER_ID))
        bind => [TOP, BI]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_COMPANY t2, CMP3_NONFUEL_VEH t1 WHERE ((((t2.NAME = ?) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)) AND (t2.ID = t0.OWNER_ID))
        bind => [TOP, NF]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_COMPANY t3, CMP3_BUS t2, CMP3_FUEL_VEH t1, CMP3_VEHICLE t0 WHERE (((t3.NAME = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND (t3.ID = t0.OWNER_ID))
        bind => [TOP, BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(30295560)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [14]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [14]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BICYCLE WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_NONFUEL_VEH WHERE (ID = ?)
        bind => [8]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [8]
[TopLink Finer]: UnitOfWork(30295560)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(30295560)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ClientSession(22541220)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(19319578)--Thread(Thread[main,5,main])--acquire unit of work: 572135
[TopLink Finer]: ClientSession(19319578)--Connection(32459563)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(572135)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(19319578)--Connection(32459563)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BOAT WHERE EXISTS(SELECT t1.ID FROM CMP3_BOAT t3, CMP3_NONFUEL_VEH t2, CMP3_VEHICLE t1, CMP3_COMPANY t0 WHERE (((t0.NAME = ?) AND (((t3.BOAT_ID = t1.ID) AND (t2.ID = t1.ID)) AND (t1.VEH_TYPE = ?))) AND (t0.ID = t1.OWNER_ID)) AND t3.BOAT_ID = CMP3_BOAT.BOAT_ID)
        bind => [TOP, BO]
[TopLink Warning]: ClientSession(19319578)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BOAT WHERE EXISTS(SELECT t1.ID FROM CMP3_BOAT t3, CMP3_NONFUEL_VEH t2, CMP3_VEHICLE t1, CMP3_COMPANY t0 WHERE (((t0.NAME = ?) AND (((t3.BOAT_ID = t1.ID) AND (t2.ID = t1.ID)) AND (t1.VEH_TYPE = ?))) AND (t0.ID = t1.OWNER_ID)) AND t3.BOAT_ID = CMP3_BOAT.BOAT_ID)
        bind => [TOP, BO]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_ownerTOP(DeleteAllQueryInheritanceJunitTest.java:143)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

[TopLink Finer]: ClientSession(33166070)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(1811613)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_COMPANY
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(28192848)--Thread(Thread[main,5,main])--acquire unit of work: 18854209
[TopLink Finer]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE (((UPPER(t1.FUEL_TYP) = ?) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [PETROL, F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((UPPER(t1.FUEL_TYP) = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [PETROL, BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(18854209)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [18]
[TopLink Finer]: UnitOfWork(18854209)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(18854209)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ClientSession(28192848)--Connection(28340672)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(12162971)--Thread(Thread[main,5,main])--acquire unit of work: 32433147
[TopLink Finer]: ClientSession(12162971)--Connection(28340672)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(32433147)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(12162971)--Connection(28340672)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((UPPER(t1.FUEL_TYP) = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [PETROL, BU]
[TopLink Warning]: ClientSession(12162971)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((UPPER(t1.FUEL_TYP) = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [PETROL, BU]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_fuelTypePetrol(DeleteAllQueryInheritanceJunitTest.java:150)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_COMPANY
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(31763662)--Thread(Thread[main,5,main])--acquire unit of work: 27427202
[TopLink Config]: ServerSession(24934792)--Connection(855413)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(28192848)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(15629926)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((UPPER(t1.DESCRIP) = ?) AND (t2.DRIVER_ID IS NULL)) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [SCHOOL BUS, BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(27427202)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Finer]: UnitOfWork(27427202)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(27427202)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ClientSession(31763662)--Connection(15629926)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Config]: ServerSession(24934792)--Connection(15629926)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(13284287)--Thread(Thread[main,5,main])--acquire unit of work: 1542054
[TopLink Config]: ServerSession(24934792)--Connection(31389272)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(16725612)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(13284287)--Connection(16725612)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(1542054)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(13284287)--Connection(16725612)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((UPPER(t1.DESCRIP) = ?) AND (t2.DRIVER_ID IS NULL)) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [SCHOOL BUS, BU]
[TopLink Warning]: ClientSession(13284287)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((UPPER(t1.DESCRIP) = ?) AND (t2.DRIVER_ID IS NULL)) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [SCHOOL BUS, BU]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_schoolBusNullDriver(DeleteAllQueryInheritanceJunitTest.java:157)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_COMPANY
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(32948905)--Thread(Thread[main,5,main])--acquire unit of work: 8966046
[TopLink Config]: ServerSession(24934792)--Connection(23459236)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(14803635)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.VEH_TYPE FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((EXISTS (SELECT t2.ID FROM CMP3_COMPANY t4, CMP3_NONFUEL_VEH t3, CMP3_VEHICLE t2 WHERE ((((t2.OWNER_ID = t4.ID) AND (t3.ID = t2.ID)) AND t2.VEH_TYPE IN (?, ?, ?)) AND (t4.ID = t0.OWNER_ID))) AND (t1.ID = t0.ID)) AND t0.VEH_TYPE IN (?, ?, ?, ?, ?))
        bind => [NF, BI, BO, F, C, SC, IC, BU]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((EXISTS (SELECT t2.ID FROM CMP3_COMPANY t4, CMP3_NONFUEL_VEH t3, CMP3_VEHICLE t2 WHERE ((((t2.OWNER_ID = t4.ID) AND (t3.ID = t2.ID)) AND t2.VEH_TYPE IN (?, ?, ?)) AND (t4.ID = t0.OWNER_ID))) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [NF, BI, BO, F]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (EXISTS (SELECT t3.ID FROM CMP3_COMPANY t5, CMP3_NONFUEL_VEH t4, CMP3_VEHICLE t3 WHERE ((((t3.OWNER_ID = t5.ID) AND (t4.ID = t3.ID)) AND t3.VEH_TYPE IN (?, ?, ?)) AND (t5.ID = t0.OWNER_ID))) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [NF, BI, BO, BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***delete one by one
[TopLink Finer]: UnitOfWork(8966046)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [6]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [19]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [18]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [11]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE (BUS_ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_FUEL_VEH WHERE (ID = ?)
        bind => [17]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VEHICLE WHERE (ID = ?)
        bind => [17]
[TopLink Finer]: UnitOfWork(8966046)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(8966046)--Thread(Thread[main,5,main])--release unit of work
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Finer]: ClientSession(32948905)--Connection(14803635)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Config]: ServerSession(24934792)--Connection(14803635)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT VEH_TYPE FROM CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [F]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.ID, t2.DESCRIP FROM CMP3_VEHICLE t0, CMP3_BICYCLE t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BI]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR, t2.BOAT_ID, t2.MODEL FROM CMP3_VEHICLE t0, CMP3_BOAT t2, CMP3_NONFUEL_VEH t1 WHERE (((t2.BOAT_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BO]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.COLOR FROM CMP3_VEHICLE t0, CMP3_NONFUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?))
        bind => [NF]
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.COLOUR, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))
        bind => [BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(26706750)--Thread(Thread[main,5,main])--acquire unit of work: 15292443
[TopLink Config]: ServerSession(24934792)--Connection(2712170)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(16533847)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(26706750)--Connection(16533847)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--***DeleteAllQuery
[TopLink Finer]: UnitOfWork(15292443)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ClientSession(26706750)--Connection(16533847)--Thread(Thread[main,5,main])--DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (EXISTS (SELECT t3.ID FROM CMP3_COMPANY t5, CMP3_NONFUEL_VEH t4, CMP3_VEHICLE t3 WHERE ((((t3.OWNER_ID = t5.ID) AND (t4.ID = t3.ID)) AND t3.VEH_TYPE IN (?, ?, ?)) AND (t5.ID = t0.OWNER_ID))) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [NF, BI, BO, BU]
[TopLink Warning]: ClientSession(26706750)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (EXISTS (SELECT t3.ID FROM CMP3_COMPANY t5, CMP3_NONFUEL_VEH t4, CMP3_VEHICLE t3 WHERE ((((t3.OWNER_ID = t5.ID) AND (t4.ID = t3.ID)) AND t3.VEH_TYPE IN (?, ?, ?)) AND (t5.ID = t0.OWNER_ID))) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [NF, BI, BO, BU]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_ownerOwnsNonFueledVehicle(DeleteAllQueryInheritanceJunitTest.java:171)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_C_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_CMP3_ALPINE_C_IDError Code: -4017
Call:ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_C_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE DROP CONSTRAINT FK_CMP3_BLUE_C_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 39): Unknown constraint:FK_CMP3_BLUE_C_IDError Code: -4017
Call:ALTER TABLE CMP3_BLUE DROP CONSTRAINT FK_CMP3_BLUE_C_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN DROP CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 43): Unknown constraint:FK_CMP3_CANADIAN_CONSUMER_IDError Code: -4017
Call:ALTER TABLE CMP3_CANADIAN DROP CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 48): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_TELEPHONEError Code: -4004
Call:ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ALPINE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ALPINE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BB_DATE TIMESTAMP, CLASSIFICATION FIXED(15), C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CONSUMER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CONSUMER (ID FIXED(15) NOT NULL, NAME VARCHAR(40), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BEVERAGE_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_COUNT FIXED(15) NOT NULL, SEQ_NAME VARCHAR(80) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BLUE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BLUE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CANADIAN
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CANADIAN (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BORN TIMESTAMP, FLAVOR INTEGER, CONSUMER_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CERTIFICATION
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CERTIFICATION (ID FIXED(15) NOT NULL, DESCRIPTION VARCHAR(40), CONSUMER_ID FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SERIAL_NUMBER
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_SERIAL_NUMBERError Code: -4004
Call:DROP TABLE CMP3_SERIAL_NUMBER
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SERIAL_NUMBER (S_NUMBER FIXED(15) NOT NULL, PRIMARY KEY (S_NUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TELEPHONE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_TELEPHONEError Code: -4004
Call:DROP TABLE CMP3_TELEPHONE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TELEPHONE (CONSUMER_ID FIXED(15), TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3) NOT NULL, TNUMBER VARCHAR(8) NOT NULL, PRIMARY KEY (TYPE, AREA_CODE, TNUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE ADD CONSTRAINT FK_CMP3_ALPINE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE ADD CONSTRAINT FK_CMP3_BLUE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN ADD CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.OrderedListJunitTest$1.setUp(OrderedListJunitTest.java:70)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_C_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE DROP CONSTRAINT FK_CMP3_BLUE_C_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN DROP CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 48): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_TELEPHONE_CONSUMER_IDError Code: -4017
Call:ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ALPINE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ALPINE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BB_DATE TIMESTAMP, CLASSIFICATION FIXED(15), C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CONSUMER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CONSUMER (ID FIXED(15) NOT NULL, NAME VARCHAR(40), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BEVERAGE_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_COUNT FIXED(15) NOT NULL, SEQ_NAME VARCHAR(80) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BLUE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BLUE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CANADIAN
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CANADIAN (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BORN TIMESTAMP, FLAVOR INTEGER, CONSUMER_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CERTIFICATION
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CERTIFICATION (ID FIXED(15) NOT NULL, DESCRIPTION VARCHAR(40), CONSUMER_ID FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SERIAL_NUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SERIAL_NUMBER (S_NUMBER FIXED(15) NOT NULL, PRIMARY KEY (S_NUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TELEPHONE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TELEPHONE (CONSUMER_ID FIXED(15), TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3) NOT NULL, TNUMBER VARCHAR(8) NOT NULL, PRIMARY KEY (TYPE, AREA_CODE, TNUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE ADD CONSTRAINT FK_CMP3_ALPINE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE ADD CONSTRAINT FK_CMP3_BLUE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN ADD CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.InheritedModelJunitTest$1.setUp(InheritedModelJunitTest.java:60)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_C_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE DROP CONSTRAINT FK_CMP3_BLUE_C_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN DROP CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 48): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_TELEPHONE_CONSUMER_IDError Code: -4017
Call:ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ALPINE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ALPINE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BB_DATE TIMESTAMP, CLASSIFICATION FIXED(15), C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CONSUMER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CONSUMER (ID FIXED(15) NOT NULL, NAME VARCHAR(40), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BEVERAGE_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_COUNT FIXED(15) NOT NULL, SEQ_NAME VARCHAR(80) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BLUE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BLUE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CANADIAN
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CANADIAN (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BORN TIMESTAMP, FLAVOR INTEGER, CONSUMER_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CERTIFICATION
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CERTIFICATION (ID FIXED(15) NOT NULL, DESCRIPTION VARCHAR(40), CONSUMER_ID FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SERIAL_NUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SERIAL_NUMBER (S_NUMBER FIXED(15) NOT NULL, PRIMARY KEY (S_NUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TELEPHONE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TELEPHONE (CONSUMER_ID FIXED(15), TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3) NOT NULL, TNUMBER VARCHAR(8) NOT NULL, PRIMARY KEY (TYPE, AREA_CODE, TNUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE ADD CONSTRAINT FK_CMP3_ALPINE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE ADD CONSTRAINT FK_CMP3_BLUE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN ADD CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.InheritedCallbacksJunitTest$1.setUp(InheritedCallbacksJunitTest.java:63)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE DROP CONSTRAINT FK_CMP3_ALPINE_C_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE DROP CONSTRAINT FK_CMP3_BLUE_C_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN DROP CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 48): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION DROP CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 44): Unknown constraint:FK_CMP3_TELEPHONE_CONSUMER_IDError Code: -4017
Call:ALTER TABLE CMP3_TELEPHONE DROP CONSTRAINT FK_CMP3_TELEPHONE_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ALPINE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ALPINE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BB_DATE TIMESTAMP, CLASSIFICATION FIXED(15), C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CONSUMER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CONSUMER (ID FIXED(15) NOT NULL, NAME VARCHAR(40), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BEVERAGE_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_COUNT FIXED(15) NOT NULL, SEQ_NAME VARCHAR(80) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BLUE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BLUE (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, C_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CANADIAN
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CANADIAN (ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BORN TIMESTAMP, FLAVOR INTEGER, CONSUMER_ID FIXED(15), VERSION TIMESTAMP, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CERTIFICATION
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CERTIFICATION (ID FIXED(15) NOT NULL, DESCRIPTION VARCHAR(40), CONSUMER_ID FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SERIAL_NUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SERIAL_NUMBER (S_NUMBER FIXED(15) NOT NULL, PRIMARY KEY (S_NUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TELEPHONE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TELEPHONE (CONSUMER_ID FIXED(15), TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3) NOT NULL, TNUMBER VARCHAR(8) NOT NULL, PRIMARY KEY (TYPE, AREA_CODE, TNUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ALPINE ADD CONSTRAINT FK_CMP3_ALPINE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BLUE ADD CONSTRAINT FK_CMP3_BLUE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CANADIAN ADD CONSTRAINT FK_CMP3_CANADIAN_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.EmbeddableSuperclassJunitTest$1.setUp(EmbeddableSuperclassJunitTest.java:94)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_CUSTOMERError Code: -4004
Call:DROP TABLE CMP3_CUSTOMER
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--INSERT INTO CMP3_BEVERAGE_SEQ(SEQ_NAME, SEQ_COUNT) values ('BEVERAGE_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT CUST_ID, NAME, CITY, CUST_VERSION FROM CMP3_CUSTOMER WHERE (CUST_ID = ?)
        bind => [999999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--Select * FROM CMP3_CUSTOMER
[TopLink Config]: ServerSession(24934792)--Connection(21469803)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(32171893)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(16888917)--Connection(32171893)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(16888917)--Connection(32171893)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (1111, NULL, NULL, 1)
[TopLink Fine]: ClientSession(16888917)--Connection(32171893)--Thread(Thread[main,5,main])--Select * FROM CMP3_CUSTOMER
[TopLink Fine]: ClientSession(16888917)--Connection(32171893)--Thread(Thread[main,5,main])--DELETE FROM CMP3_CUSTOMER WHERE (CUST_ID=1111)
[TopLink Fine]: ClientSession(16888917)--Connection(32171893)--Thread(Thread[main,5,main])--Select * FROM CMP3_CUSTOMER
[TopLink Finer]: UnitOfWork(15094428)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(16888917)--Connection(32171893)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Config]: ServerSession(24934792)--Connection(32171893)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: ClientSession(16888917)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--Select * FROM CMP3_CUSTOMER
[TopLink Config]: ServerSession(24934792)--Connection(24000354)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(16129884)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(8709113)--Connection(16129884)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(8709113)--Connection(16129884)--Thread(Thread[main,5,main])--Select * FROM CMP3_CUSTOMER
[TopLink Warning]: UnitOfWork(9633289)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB: SQL statement would generate a result set.Error Code: 0
Call:Select * FROM CMP3_CUSTOMER
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.relationships.EMQueryJUnitTestSuite.testcreateNativeQueryWithSelectSQL(EMQueryJUnitTestSuite.java:124)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB: SQL statement would generate a result set.
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:774)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 33 more

[TopLink Finer]: UnitOfWork(9633289)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(8709113)--Connection(16129884)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Config]: ServerSession(24934792)--Connection(16129884)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: ClientSession(8709113)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Config]: ServerSession(24934792)--Connection(6555211)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(14238425)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(28560534)--Connection(14238425)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(28560534)--Connection(14238425)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (1111, NULL, NULL, 1)
[TopLink Fine]: ClientSession(28560534)--Connection(14238425)--Thread(Thread[main,5,main])--Select * FROM CMP3_CUSTOMER
[TopLink Fine]: ClientSession(28560534)--Connection(14238425)--Thread(Thread[main,5,main])--DELETE FROM CMP3_CUSTOMER WHERE (CUST_ID=1111)
[TopLink Fine]: ClientSession(28560534)--Connection(14238425)--Thread(Thread[main,5,main])--Select * FROM CMP3_CUSTOMER
[TopLink Finer]: UnitOfWork(20752754)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(28560534)--Connection(14238425)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Config]: ServerSession(24934792)--Connection(14238425)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: ClientSession(28560534)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Finer]: ClientSession(31763662)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(22541220)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(9552656)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(183108)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(33523907)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(19086300)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(21848338)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(27362451)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(21936861)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(32833315)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(22527820)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--select * from CMP3_CUSTOMER
[TopLink Config]: ServerSession(24934792)--Connection(7290942)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(31642573)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(12546334)--Connection(31642573)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(12546334)--Connection(31642573)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (1111, NULL, NULL, 1)
[TopLink Fine]: ClientSession(12546334)--Connection(31642573)--Thread(Thread[main,5,main])--select * from CMP3_CUSTOMER
[TopLink Fine]: ClientSession(12546334)--Connection(31642573)--Thread(Thread[main,5,main])--DELETE FROM CMP3_CUSTOMER WHERE (CUST_ID=1111)
[TopLink Fine]: ClientSession(12546334)--Connection(31642573)--Thread(Thread[main,5,main])--select * from CMP3_CUSTOMER
[TopLink Finer]: UnitOfWork(10187574)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ClientSession(12546334)--Connection(31642573)--Thread(Thread[main,5,main])--rollback transaction
[TopLink Config]: ServerSession(24934792)--Connection(31642573)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: ClientSession(12546334)--Thread(Thread[main,5,main])--client released
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DISTINCT CUST_ID, NAME, CITY, CUST_VERSION FROM CMP3_CUSTOMER WHERE (NAME = ?)
        bind => [null]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Config]: ServerSession(24934792)--Connection(16107771)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(6159138)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(1216259)--Connection(6159138)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(1216259)--Connection(6159138)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, CUSTOMER_TABLE_GENERATOR]
[TopLink Fine]: ClientSession(1216259)--Connection(6159138)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ?
        bind => [CUSTOMER_TABLE_GENERATOR]
[TopLink Finer]: ClientSession(1216259)--Connection(6159138)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(6159138)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(7023287)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(22322958)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(9851613)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(18507774)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(1216259)--Connection(18507774)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(1216259)--Connection(18507774)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (?, ?, ?, ?)
        bind => [2, Robert Sampson, Manotick, 1]
[TopLink Finer]: ClientSession(1216259)--Connection(18507774)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(18507774)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(7023287)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(7023287)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT CUST_ID, NAME, CITY, CUST_VERSION FROM CMP3_CUSTOMER WHERE (LTRIM(CITY, ?) = ?)
        bind => [M, anotick]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Config]: ServerSession(24934792)--Connection(15862116)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(4628849)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(17895217)--Connection(4628849)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17895217)--Connection(4628849)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_CUSTOMER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, ITEM_SEQ]
[TopLink Fine]: ClientSession(17895217)--Connection(4628849)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = ?
        bind => [ITEM_SEQ]
[TopLink Finer]: ClientSession(17895217)--Connection(4628849)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(4628849)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(16540606)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(1700880)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(31882459)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(17895217)--Connection(31882459)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17895217)--Connection(31882459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [1, itemi, 1, itemi description]
[TopLink Finer]: ClientSession(17895217)--Connection(31882459)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(31882459)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(16540606)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(16540606)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (TRIM(? FROM NAME) = ?)
        bind => [i, tem]
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-5016] (at 73): Missing delimiter: )Error Code: -5016
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (TRIM(? FROM NAME) = ?)
        bind => [i, tem]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2093)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.tests.cmp3.relationships.ExpressionJUnitTestSuite.testTrimWithTrimChar(ExpressionJUnitTestSuite.java:134)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-5016] (at 73): Missing delimiter: )
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 33 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(6493153)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(23004808)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(27644307)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(23214048)--Connection(27644307)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(23214048)--Connection(27644307)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ITEM WHERE ((ID = ?) AND (ITEM_VERSION = ?))
        bind => [1, 1]
[TopLink Finer]: ClientSession(23214048)--Connection(27644307)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(27644307)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(6493153)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(6493153)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Finer]: ClientSession(23214048)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(8293337)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(15265733)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(14002284)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(19165660)--Connection(14002284)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(19165660)--Connection(14002284)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [2, tem , 1, itemi description]
[TopLink Finer]: ClientSession(19165660)--Connection(14002284)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(14002284)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(8293337)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(8293337)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (TRIM(NAME) = ?)
        bind => [tem]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Finer]: ClientSession(19165660)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(25892505)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(30891648)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(8204467)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(17330288)--Connection(8204467)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17330288)--Connection(8204467)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [3, itemi, 1, itemi description]
[TopLink Finer]: ClientSession(17330288)--Connection(8204467)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(8204467)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(25892505)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(25892505)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME) = ?)
        bind => [t, 2]
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowedError Code: -7045
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME) = ?)
        bind => [t, 2]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2093)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.tests.cmp3.relationships.ExpressionJUnitTestSuite.testLocateWithSingleArgument(ExpressionJUnitTestSuite.java:228)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 33 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(7911231)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(2438443)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(12962915)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(32355719)--Connection(12962915)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(32355719)--Connection(12962915)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ITEM WHERE ((ID = ?) AND (ITEM_VERSION = ?))
        bind => [3, 1]
[TopLink Finer]: ClientSession(32355719)--Connection(12962915)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(12962915)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(7911231)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(7911231)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Finer]: ClientSession(32355719)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(17330288)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(15242040)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(22455998)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(31267897)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(23598176)--Connection(31267897)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(23598176)--Connection(31267897)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [4, itemi, 1, itemi description]
[TopLink Finer]: ClientSession(23598176)--Connection(31267897)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(31267897)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(15242040)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(15242040)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME, ?) = ?)
        bind => [i, 2, 5]
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowedError Code: -7045
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME, ?) = ?)
        bind => [i, 2, 5]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2093)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.tests.cmp3.relationships.ExpressionJUnitTestSuite.testLocateWithDoubleArgument(ExpressionJUnitTestSuite.java:273)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 33 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(24675665)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(15644000)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(23598176)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(29741280)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(1331506)--Connection(29741280)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(1331506)--Connection(29741280)--Thread(Thread[main,5,main])--DELETE FROM CMP3_ITEM WHERE ((ID = ?) AND (ITEM_VERSION = ?))
        bind => [4, 1]
[TopLink Finer]: ClientSession(1331506)--Connection(29741280)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(29741280)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(24675665)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(24675665)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE O_O_VIRTUAL DROP CONSTRAINT FK_O_O_VIRTUAL_VIRTUAL_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 41): Unknown constraint:FK_O_O_VIRTUAL_VIRTUAL_IDError Code: -4017
Call:ALTER TABLE O_O_VIRTUAL DROP CONSTRAINT FK_O_O_VIRTUAL_VIRTUAL_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_VIRTUAL
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_VIRTUALError Code: -4004
Call:DROP TABLE CMP3_VIRTUAL
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL (CMP3_VIRTUALID FIXED(15) NOT NULL, DESCRIPTION VARCHAR(60), PRIMARY KEY (CMP3_VIRTUALID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE O_O_VIRTUAL
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE O_O_VIRTUAL (O_O_VIRTUALID FIXED(15) NOT NULL, VIRTUAL_ID FIXED(15), PRIMARY KEY (O_O_VIRTUALID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_VIRTUAL_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_COUNT DOUBLE PRECISION NOT NULL, SEQ_NAME VARCHAR(80) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE O_O_VIRTUAL ADD CONSTRAINT FK_O_O_VIRTUAL_VIRTUAL_ID FOREIGN KEY (VIRTUAL_ID) REFERENCES CMP3_VIRTUAL (CMP3_VIRTUALID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VIRTUAL_SEQ(SEQ_NAME, SEQ_COUNT) values ('VIRTUAL_ATTRIBUTE_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VIRTUAL_SEQ(SEQ_NAME, SEQ_COUNT) values ('ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Config]: ServerSession(24934792)--Connection(17092249)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(9948016)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(28141047)--Connection(9948016)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(28141047)--Connection(9948016)--Thread(Thread[main,5,main])--UPDATE CMP3_VIRTUAL_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ]
[TopLink Fine]: ClientSession(28141047)--Connection(9948016)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = ?
        bind => [ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ]
[TopLink Finer]: ClientSession(28141047)--Connection(9948016)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(9948016)--Thread(Thread[main,5,main])--disconnect
[TopLink Config]: ServerSession(24934792)--Connection(29729547)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(5466031)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(28141047)--Connection(5466031)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(28141047)--Connection(5466031)--Thread(Thread[main,5,main])--UPDATE CMP3_VIRTUAL_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, VIRTUAL_ATTRIBUTE_SEQ]
[TopLink Fine]: ClientSession(28141047)--Connection(5466031)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = ?
        bind => [VIRTUAL_ATTRIBUTE_SEQ]
[TopLink Finer]: ClientSession(28141047)--Connection(5466031)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(5466031)--Thread(Thread[main,5,main])--disconnect
[TopLink Config]: ServerSession(24934792)--Connection(8894235)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(426285)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(28141047)--Connection(426285)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(28141047)--Connection(426285)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VIRTUAL (CMP3_VIRTUALID, DESCRIPTION) VALUES (?, ?)
        bind => [1, virtualAttribute]
[TopLink Fine]: ClientSession(28141047)--Connection(426285)--Thread(Thread[main,5,main])--INSERT INTO O_O_VIRTUAL (O_O_VIRTUALID, VIRTUAL_ID) VALUES (?, ?)
        bind => [1, 1]
[TopLink Finer]: UnitOfWork(17479295)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: ClientSession(28141047)--Connection(426285)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(426285)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(17479295)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(17479295)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT O_O_VIRTUALID, VIRTUAL_ID FROM O_O_VIRTUAL WHERE (O_O_VIRTUALID = ?)
        bind => [1]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT CMP3_VIRTUALID, DESCRIPTION FROM CMP3_VIRTUAL WHERE (CMP3_VIRTUALID = ?)
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT O_O_VIRTUALID, VIRTUAL_ID FROM O_O_VIRTUAL WHERE (O_O_VIRTUALID = ?)
        bind => [1]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT CMP3_VIRTUALID, DESCRIPTION FROM CMP3_VIRTUAL WHERE (CMP3_VIRTUALID = ?)
        bind => [1]
[TopLink Finer]: UnitOfWork(19774746)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(13608238)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(6653700)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(25377194)--Connection(6653700)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(25377194)--Connection(6653700)--Thread(Thread[main,5,main])--INSERT INTO CMP3_VIRTUAL (CMP3_VIRTUALID, DESCRIPTION) VALUES (?, ?)
        bind => [2, virtualAttribute2]
[TopLink Fine]: ClientSession(25377194)--Connection(6653700)--Thread(Thread[main,5,main])--UPDATE O_O_VIRTUAL SET VIRTUAL_ID = ? WHERE (O_O_VIRTUALID = ?)
        bind => [2, 1]
[TopLink Finer]: ClientSession(25377194)--Connection(6653700)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(6653700)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(19774746)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(19774746)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT O_O_VIRTUALID, VIRTUAL_ID FROM O_O_VIRTUAL WHERE (O_O_VIRTUALID = ?)
        bind => [1]
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT CMP3_VIRTUALID, DESCRIPTION FROM CMP3_VIRTUAL WHERE (CMP3_VIRTUALID = ?)
        bind => [2]
[TopLink Finer]: UnitOfWork(6219430)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(24680555)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(25377194)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(6208622)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(27595620)--Connection(6208622)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(27595620)--Connection(6208622)--Thread(Thread[main,5,main])--UPDATE O_O_VIRTUAL SET VIRTUAL_ID = ? WHERE (O_O_VIRTUALID = ?)
        bind => [null, 1]
[TopLink Fine]: ClientSession(27595620)--Connection(6208622)--Thread(Thread[main,5,main])--DELETE FROM O_O_VIRTUAL WHERE (O_O_VIRTUALID = ?)
        bind => [1]
[TopLink Fine]: ClientSession(27595620)--Connection(6208622)--Thread(Thread[main,5,main])--DELETE FROM CMP3_VIRTUAL WHERE (CMP3_VIRTUALID = ?)
        bind => [2]
[TopLink Finer]: ClientSession(27595620)--Connection(6208622)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(6208622)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(6219430)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(6219430)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT O_O_VIRTUALID, VIRTUAL_ID FROM O_O_VIRTUAL WHERE (O_O_VIRTUALID = ?)
        bind => [1]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT CMP3_VIRTUALID, DESCRIPTION FROM CMP3_VIRTUAL WHERE (CMP3_VIRTUALID = ?)
        bind => [2]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(9601173)--Thread(Thread[main,5,main])--acquire unit of work: 9635466
[TopLink Finer]: ClientSession(27595620)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(18616220)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(21289394)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(19940385)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(29940830)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: UnitOfWork(9635466)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(9601173)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLUnitTestSuite$1.setUp(JUnitEJBQLUnitTestSuite.java:149)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(11892294)--Thread(Thread[main,5,main])--acquire unit of work: 22692423
[TopLink Finer]: UnitOfWork(22692423)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(11892294)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLSimpleTestSuite$1.setUp(JUnitEJBQLSimpleTestSuite.java:228)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(10353412)--Thread(Thread[main,5,main])--acquire unit of work: 12706060
[TopLink Finer]: UnitOfWork(12706060)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(10353412)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLComplexTestSuite$1.setUp(JUnitEJBQLComplexTestSuite.java:188)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER DROP CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BICYCLE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BICYCLE (ID DOUBLE PRECISION NOT NULL, DESCRIP VARCHAR(10), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BOAT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BOAT (BOAT_ID DOUBLE PRECISION, MODEL VARCHAR(10))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUS (BUS_ID DOUBLE PRECISION NOT NULL, DRIVER_ID DOUBLE PRECISION, PRIMARY KEY (BUS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_COMPANY
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPANY (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(100) NOT NULL, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_FUEL_VEH
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_FUEL_VEH (ID DOUBLE PRECISION, DESCRIP VARCHAR(30), FUEL_CAP DOUBLE PRECISION, FUEL_TYP VARCHAR(30), COLOUR VARCHAR(20))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_NONFUEL_VEH
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_NONFUEL_VEH (ID DOUBLE PRECISION NOT NULL, COLOR VARCHAR(20), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SPORTS_CAR
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SPORTS_CAR (ID DOUBLE PRECISION, MAX_SPEED DOUBLE PRECISION)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_VEHICLE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VEHICLE (ID DOUBLE PRECISION NOT NULL, VEH_TYPE VARCHAR(15), CAPACITY DOUBLE PRECISION, OWNER_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PERSON
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(20), DTYPE VARCHAR(100), REP_ID DOUBLE PRECISION, FRIEND_ID DOUBLE PRECISION, CAR_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ENGINEER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ENGINEER (ID DOUBLE PRECISION NOT NULL, TITLE VARCHAR(26), COMPANY_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_TIRE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_TIRE (ID DOUBLE PRECISION, PRESSURE DOUBLE PRECISION, SPEEDRATING DOUBLE PRECISION, TIRE_TYPE VARCHAR(15))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AAA
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_AAA (ID DOUBLE PRECISION NOT NULL, DTYPES VARCHAR(2), FOO VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BBB
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BBB (ID DOUBLE PRECISION NOT NULL, BAR VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CCC
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CCC (ID DOUBLE PRECISION NOT NULL, XYZ VARCHAR(30), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_ENGINEER ADD CONSTRAINT FK_CMP3_ENGINEER_COMPANY_ID FOREIGN KEY (COMPANY_ID) REFERENCES CMP3_COMPANY (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(15910041)--Thread(Thread[main,5,main])--acquire unit of work: 19648067
[TopLink Finer]: UnitOfWork(19648067)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(15910041)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLInheritanceTestSuite$1.setUp(JUnitEJBQLInheritanceTestSuite.java:157)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(7301738)--Thread(Thread[main,5,main])--acquire unit of work: 26591228
[TopLink Finer]: UnitOfWork(26591228)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(7301738)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLValidationTestSuite$1.setUp(JUnitEJBQLValidationTestSuite.java:184)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(25476251)--Thread(Thread[main,5,main])--acquire unit of work: 1480889
[TopLink Finer]: UnitOfWork(1480889)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(25476251)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLComplexAggregateTestSuite$1.setUp(JUnitEJBQLComplexAggregateTestSuite.java:152)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DATE_TIME
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATE_TIME (DT_ID FIXED(15) NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TS TIMESTAMP, UTIL_DATE TIMESTAMP, CAL TIMESTAMP, PRIMARY KEY (DT_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(23699743)--Thread(Thread[main,5,main])--acquire unit of work: 3726796
[TopLink Finer]: UnitOfWork(3726796)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(8422674)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(27293585)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(23699743)--Connection(27293585)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(23699743)--Connection(27293585)--Thread(Thread[main,5,main])--INSERT INTO CMP3_DATE_TIME (DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL) VALUES (?, ?, ?, ?, ?, ?)
        bind => [5, 1999-01-01, 23:45:32, 1999-01-01 23:45:32.234, 1999-01-01 23:45:32.234, 1999-01-01 23:45:32.234]
[TopLink Fine]: ClientSession(23699743)--Connection(27293585)--Thread(Thread[main,5,main])--INSERT INTO CMP3_DATE_TIME (DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL) VALUES (?, ?, ?, ?, ?, ?)
        bind => [4, 2006-10-15, 17:51:38, 2006-10-15 17:51:38.746, 2006-10-15 17:51:38.746, 2006-10-15 17:51:38.746]
[TopLink Fine]: ClientSession(23699743)--Connection(27293585)--Thread(Thread[main,5,main])--INSERT INTO CMP3_DATE_TIME (DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL) VALUES (?, ?, ?, ?, ?, ?)
        bind => [2, 1901-12-31, 23:59:59, 1901-12-31 23:59:59.999, 1901-12-31 23:59:59.999, 1901-12-31 23:59:59.999]
[TopLink Fine]: ClientSession(23699743)--Connection(27293585)--Thread(Thread[main,5,main])--INSERT INTO CMP3_DATE_TIME (DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL) VALUES (?, ?, ?, ?, ?, ?)
        bind => [3, 2001-07-01, 03:45:32, 2001-07-01 03:45:32.087, 2001-07-01 03:45:32.087, 2001-07-01 03:45:32.087]
[TopLink Finer]: ClientSession(23699743)--Connection(27293585)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(27293585)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(3726796)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(3726796)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_DATE = ?)
        bind => [1901-12-31]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_DATE = ?)
        bind => [1901-12-31]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TIME = ?)
        bind => [23:59:59]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TIME = ?)
        bind => [23:59:59]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TS = ?)
        bind => [1901-12-31 23:59:59.999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TS = ?)
        bind => [1901-12-31 00:00:00.0]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TS = ?)
        bind => [1970-01-01 23:59:59.0]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (UTIL_DATE = ?)
        bind => [1901-12-31 23:59:59.999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (CAL = ?)
        bind => [1901-12-31 23:59:59.999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_DATE = ?)
        bind => [1901-12-31]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TIME = ?)
        bind => [23:59:59]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TS = ?)
        bind => [1901-12-31 23:59:59.999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (UTIL_DATE = ?)
        bind => [1901-12-31 23:59:59.999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (CAL = ?)
        bind => [1901-12-31 23:59:59.999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TS > ?)
        bind => [1901-12-31 23:59:59.999]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TS < ?)
        bind => [2001-07-01 03:45:32.087]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE SQL_TS IN (?, ?)
        bind => [1901-12-31 23:59:59.999, 2001-07-01 03:45:32.087]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT DT_ID, SQL_DATE, SQL_TIME, SQL_TS, UTIL_DATE, CAL FROM CMP3_DATE_TIME WHERE (SQL_TS BETWEEN ? AND ?)
        bind => [1901-12-31 23:59:59.999, 2006-10-15 17:51:39.149]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Finer]: ClientSession(32289202)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(8792944)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(9301853)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(6147907)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(13778707)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(19599727)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(8760514)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(1112301)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(4624291)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(8406178)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(18485233)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(834479)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(32890415)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(13501060)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(17255007)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(27514307)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(19345541)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(31617140)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(23699743)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(28141047)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(1331506)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(17895217)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(1216259)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(14396291)--Thread(Thread[main,5,main])--acquire unit of work: 4648605
[TopLink Finer]: UnitOfWork(4648605)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(14396291)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLParameterTestSuite$1.setUp(JUnitEJBQLParameterTestSuite.java:124)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ITEM (DESCRIPTION VARCHAR(80), ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ORDER (CUSTOMER_CUST_ID DOUBLE PRECISION, BILLEDCUSTOMER_CUST_ID DOUBLE PRECISION, SALESPERSON_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALESPERSON
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALESPERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('SALESPERSON_SEQ', 0)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(13062653)--Thread(Thread[main,5,main])--acquire unit of work: 18851312
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_SALESPERSON WHERE (ID = ?)
        bind => [0]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID FROM CMP3_SALESPERSON WHERE (ID = ?)
        bind => [0]
[TopLink Finer]: UnitOfWork(18851312)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(5941655)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(3414928)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(13062653)--Connection(3414928)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(13062653)--Connection(3414928)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_INC_CUSTOMER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, ORDER_SEQ]
[TopLink Fine]: ClientSession(13062653)--Connection(3414928)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = ?
        bind => [ORDER_SEQ]
[TopLink Finer]: ClientSession(13062653)--Connection(3414928)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(3414928)--Thread(Thread[main,5,main])--disconnect
[TopLink Config]: ServerSession(24934792)--Connection(16619879)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(23218716)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(13062653)--Connection(23218716)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(13062653)--Connection(23218716)--Thread(Thread[main,5,main])--UPDATE CMP3_CUSTOMER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, SALESPERSON_SEQ]
[TopLink Fine]: ClientSession(13062653)--Connection(23218716)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = ?
        bind => [SALESPERSON_SEQ]
[TopLink Finer]: ClientSession(13062653)--Connection(23218716)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(23218716)--Thread(Thread[main,5,main])--disconnect
[TopLink Config]: ServerSession(24934792)--Connection(19669209)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(2146459)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (?, ?, ?, ?)
        bind => [5, Jane Smith, Orleans, 1]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (?, ?, ?, ?)
        bind => [6, John Smith, Ottawa, 1]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (?, ?, ?, ?)
        bind => [3, Karen McDonald, Nepean, 1]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_CUSTOMER (CUST_ID, NAME, CITY, CUST_VERSION) VALUES (?, ?, ?, ?)
        bind => [4, Robert Sampson, Manotick, 1]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [5, item4, 1, Item4 description]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [8, item3, 1, Item3 description]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [7, item2, 1, Item2 description]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ITEM (ID, NAME, ITEM_VERSION, DESCRIPTION) VALUES (?, ?, ?, ?)
        bind => [6, item1, 1, Item1 description]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALESPERSON (ID, NAME) VALUES (?, ?)
        bind => [2, Sales Person 2]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALESPERSON (ID, NAME) VALUES (?, ?)
        bind => [1, Sales Person 1]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ORDER (ORDER_ID, ORDER_VERSION, SHIP_ADDR, QUANTITY, CUSTOMER_CUST_ID, ITEM_ID, SALESPERSON_ID, BILLEDCUSTOMER_CUST_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
        bind => [3, 1, 240 Queen Street, 22, null, null, null, null]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ORDER (ORDER_ID, ORDER_VERSION, SHIP_ADDR, QUANTITY, CUSTOMER_CUST_ID, ITEM_ID, SALESPERSON_ID, BILLEDCUSTOMER_CUST_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
        bind => [4, 1, 100 Argyle Street, 70, 5, null, 1, 6]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ORDER (ORDER_ID, ORDER_VERSION, SHIP_ADDR, QUANTITY, CUSTOMER_CUST_ID, ITEM_ID, SALESPERSON_ID, BILLEDCUSTOMER_CUST_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
        bind => [1, 1, 500 Oracle Parkway, 680, 4, null, 2, 3]
[TopLink Fine]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ORDER (ORDER_ID, ORDER_VERSION, SHIP_ADDR, QUANTITY, CUSTOMER_CUST_ID, ITEM_ID, SALESPERSON_ID, BILLEDCUSTOMER_CUST_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
        bind => [2, 1, 50 O'Connor, 1, null, null, null, null]
[TopLink Finer]: ClientSession(13062653)--Connection(2146459)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(2146459)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(18851312)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(18851312)--Thread(Thread[main,5,main])--release unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(26617140)--Thread(Thread[main,5,main])--acquire unit of work: 5238287
[TopLink Finer]: UnitOfWork(5238287)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(26617140)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLExamplesTestSuite$1.setUp(JUnitEJBQLExamplesTestSuite.java:134)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(26619597)--Thread(Thread[main,5,main])--acquire unit of work: 27370995
[TopLink Finer]: UnitOfWork(27370995)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(26619597)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(8895134)--Thread(Thread[main,5,main])--acquire unit of work: 32323148
[TopLink Finer]: UnitOfWork(32323148)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(8895134)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(140784)--Thread(Thread[main,5,main])--acquire unit of work: 12268229
[TopLink Finer]: UnitOfWork(12268229)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(140784)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(1834141)--Thread(Thread[main,5,main])--acquire unit of work: 22512144
[TopLink Finer]: UnitOfWork(22512144)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT BUYER_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(1834141)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT DROP CONSTRAINT FK_CMP3_PROJECT_LEADER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY DROP CONSTRAINT FK_CMP3_SALARY_EMP_ID
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER DROP CONSTRAINT FK_CMP3_PBUYER_BUYER_ID
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_0Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_0
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 40): Unknown constraint:UNQ_CMP3_BUYER_1Error Code: -4017
Call:ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), DEPT_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_EMP_PROJ
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMP_PROJ (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_SALARY
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_PBUYER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBUYER (BUYER_ID FIXED(15) NOT NULL, PURCHASES DOUBLE PRECISION, PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_BUYER
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BUYER (BUYER_ID FIXED(15) NOT NULL, BUYER_NAME VARCHAR(30) NOT NULL, DESCRIP VARCHAR(200) NOT NULL, DTYPE VARCHAR(200), VERSION FIXED(15), PRIMARY KEY (BUYER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_DEPT
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPT (ID FIXED(15) NOT NULL, NAME VARCHAR(60), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMPLOYEE ADD CONSTRAINT FK_CMP3_EMPLOYEE_DEPT_ID FOREIGN KEY (DEPT_ID) REFERENCES CMP3_DEPT (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_LPROJECT ADD CONSTRAINT FK_CMP3_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PHONENUMBER ADD CONSTRAINT FK_CMP3_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PROJECT ADD CONSTRAINT FK_CMP3_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_EMPLS_EMP_ID FOREIGN KEY (EMPLS_EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_EMP_PROJ ADD CONSTRAINT FK_CMP3_EMP_PROJ_PRJCTS_PROJ_ID FOREIGN KEY (PRJCTS_PROJ_ID) REFERENCES CMP3_PROJECT (PROJ_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_SALARY ADD CONSTRAINT FK_CMP3_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CMP3_EMPLOYEE (EMP_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_PBUYER ADD CONSTRAINT FK_CMP3_PBUYER_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES CMP3_BUYER (BUYER_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_0 UNIQUE (BUYER_ID, BUYER_NAME)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_BUYER ADD CONSTRAINT UNQ_CMP3_BUYER_1 UNIQUE (BUYER_ID, DESCRIP)
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ClientSession(28970970)--Thread(Thread[main,5,main])--acquire unit of work: 11269720
[TopLink Finer]: UnitOfWork(11269720)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
[TopLink Warning]: ClientSession(28970970)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_EMPLOYEE_ADDR_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_LPROJECT DROP CONSTRAINT FK_CMP3_XML_LPROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_LPROJECT_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_LPROJECT DROP CONSTRAINT FK_CMP3_XML_LPROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_PHONENUMBER_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 50): Unknown constraint:FK_CMP3_XML_PHONENUMBER_OWNER_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_PHONENUMBER_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PROJECT DROP CONSTRAINT FK_CMP3_XML_PROJECT_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_PROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_PROJECT DROP CONSTRAINT FK_CMP3_XML_PROJECT_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_PROJ_EMP_EMP_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 47): Unknown constraint:FK_CMP3_XML_PROJ_EMP_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_PROJ_EMP_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_SALARY DROP CONSTRAINT FK_CMP3_XML_SALARY_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_SALARYError Code: -4004
Call:ALTER TABLE CMP3_XML_SALARY DROP CONSTRAINT FK_CMP3_XML_SALARY_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_PROJECT
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_PROJECTError Code: -4004
Call:DROP TABLE CMP3_XML_PROJECT
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_PROJ_EMP
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_PROJ_EMP (EMP_ID FIXED(15) NOT NULL, PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_SALARY
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_SALARYError Code: -4004
Call:DROP TABLE CMP3_XML_SALARY
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_XML_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_EMPLOYEE (EMP_ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_EMPLOYEE (EMP_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.advanced.EntityMappingsAdvancedJUnitTestCase$1.setUp(EntityMappingsAdvancedJUnitTestCase.java:71)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 31 more

[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_CUSTOMER
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_CUSTOMERError Code: -4004
Call:DROP TABLE CMP3_XML_CUSTOMER
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ITEM (DESCRIPTION VARCHAR(80), ITEM_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), IMAGE LONG BYTE, PRIMARY KEY (ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ORDER (CUST_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_CUSTOMER_SEQ(SEQ_NAME, SEQ_COUNT) values ('ITEM_SEQ', 0)
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Config]: ServerSession(24934792)--Connection(8737657)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(19613925)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(12511578)--Connection(19613925)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(12511578)--Connection(19613925)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_MERGE_CUSTOMER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, CUST_SEQ]
[TopLink Fine]: ClientSession(12511578)--Connection(19613925)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = ?
        bind => [CUST_SEQ]
[TopLink Finer]: ClientSession(12511578)--Connection(19613925)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(19613925)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(30034024)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(26534910)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(284218)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(12511578)--Connection(284218)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(12511578)--Connection(284218)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_CUSTOMER (CUST_ID, NAME, CUST_VERSION, CITY) VALUES (?, ?, ?, ?)
        bind => [1, Joe Black, 0, Austin]
[TopLink Finer]: ClientSession(12511578)--Connection(284218)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(284218)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(30034024)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(30034024)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(14798759)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(12762387)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(17511953)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(17480852)--Connection(17511953)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(17480852)--Connection(17511953)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_ITEM (ITEM_ID, DESCRIPTION, IMAGE, NAME, ITEM_VERSION) VALUES (?, ?, ?, ?, ?)
        bind => [9, This is a Widget, [B_at_1e2c00f, Widget, 0]
[TopLink Finer]: ClientSession(17480852)--Connection(17511953)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(17511953)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(14798759)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(14798759)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(18273377)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(33429812)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(12511578)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(17480852)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(19450854)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(23229674)--Connection(19450854)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(23229674)--Connection(19450854)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_ORDER (ORDER_ID, SHIP_ADDR, ORDER_VERSION, QUANTITY, CUST_ID, ITEM_ID) VALUES (?, ?, ?, ?, ?, ?)
        bind => [5, 50 O'Connor St., 0, 1, 1, 9]
[TopLink Finer]: ClientSession(23229674)--Connection(19450854)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(19450854)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(18273377)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(18273377)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT CUST_ID, NAME, CUST_VERSION, CITY FROM CMP3_XML_CUSTOMER
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ITEM_ID, DESCRIPTION, IMAGE, NAME, ITEM_VERSION FROM CMP3_XML_ITEM WHERE (NAME = ?)
        bind => [Widget]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ORDER_ID, t0.SHIP_ADDR, t0.ORDER_VERSION, t0.QUANTITY, t0.CUST_ID, t0.ITEM_ID FROM CMP3_XML_ORDER t0, CMP3_XML_ITEM t1 WHERE ((t1.ITEM_ID = ?) AND (t1.ITEM_ID = t0.ITEM_ID))
        bind => [9]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(8963605)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(3067392)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(14064259)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(20590781)--Connection(14064259)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(20590781)--Connection(14064259)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_CUSTOMER SET CITY = ? WHERE (CUST_ID = ?)
        bind => [Dallas, 1]
[TopLink Finer]: ClientSession(20590781)--Connection(14064259)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(14064259)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(8963605)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(8963605)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ITEM_ID, DESCRIPTION, IMAGE, NAME, ITEM_VERSION FROM CMP3_XML_ITEM WHERE (ITEM_ID = ?)
        bind => [9]
[TopLink Finer]: UnitOfWork(27494545)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(30628909)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(21539318)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(26114569)--Connection(21539318)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(26114569)--Connection(21539318)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_ITEM SET DESCRIPTION = ?, IMAGE = ? WHERE (ITEM_ID = ?)
        bind => [A Widget, [B_at_ee2024, 9]
[TopLink Finer]: ClientSession(26114569)--Connection(21539318)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(21539318)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(27494545)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(27494545)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT CUST_ID, NAME, CUST_VERSION, CITY FROM CMP3_XML_CUSTOMER WHERE (CUST_ID = ?)
        bind => [1]
[TopLink Finer]: ClientSession(20590781)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(28593753)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(8638356)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(28376790)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(19571150)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ORDER_ID, SHIP_ADDR, ORDER_VERSION, QUANTITY, CUST_ID, ITEM_ID FROM CMP3_XML_ORDER WHERE (CUST_ID = ?)
        bind => [1]
[TopLink Finer]: UnitOfWork(13424221)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(23659532)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(25749752)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(24583853)--Connection(25749752)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(24583853)--Connection(25749752)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_ORDER SET QUANTITY = ? WHERE (ORDER_ID = ?)
        bind => [100, 5]
[TopLink Finer]: ClientSession(24583853)--Connection(25749752)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(25749752)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(13424221)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(13424221)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT ORDER_ID, SHIP_ADDR, ORDER_VERSION, QUANTITY, CUST_ID, ITEM_ID FROM CMP3_XML_ORDER WHERE (ORDER_ID = ?)
        bind => [5]
[TopLink Finer]: UnitOfWork(30444571)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(1504362)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(17340081)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(14501420)--Connection(17340081)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(14501420)--Connection(17340081)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_ORDER WHERE (ORDER_ID = ?)
        bind => [5]
[TopLink Finer]: ClientSession(14501420)--Connection(17340081)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(17340081)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(30444571)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(30444571)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ORDER_ID, SHIP_ADDR, ORDER_VERSION, QUANTITY, CUST_ID, ITEM_ID FROM CMP3_XML_ORDER WHERE (ORDER_ID = ?)
        bind => [5]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT CUST_ID, NAME, CUST_VERSION, CITY FROM CMP3_XML_CUSTOMER WHERE (CUST_ID = ?)
        bind => [1]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT ORDER_ID, SHIP_ADDR, ORDER_VERSION, QUANTITY, CUST_ID, ITEM_ID FROM CMP3_XML_ORDER WHERE (CUST_ID = ?)
        bind => [1]
[TopLink Finer]: UnitOfWork(33059783)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(16736645)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(5990503)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(19088493)--Connection(5990503)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(19088493)--Connection(5990503)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_CUSTOMER WHERE (CUST_ID = ?)
        bind => [1]
[TopLink Finer]: ClientSession(19088493)--Connection(5990503)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(5990503)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(33059783)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(33059783)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT CUST_ID, NAME, CUST_VERSION, CITY FROM CMP3_XML_CUSTOMER WHERE (CUST_ID = ?)
        bind => [1]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT ITEM_ID, DESCRIPTION, IMAGE, NAME, ITEM_VERSION FROM CMP3_XML_ITEM WHERE (ITEM_ID = ?)
        bind => [9]
[TopLink Finer]: UnitOfWork(16329379)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(10278861)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(19088493)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(18607536)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(9562749)--Connection(18607536)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(9562749)--Connection(18607536)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_ITEM WHERE (ITEM_ID = ?)
        bind => [9]
[TopLink Finer]: ClientSession(9562749)--Connection(18607536)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(18607536)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(16329379)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(16329379)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ITEM_ID, DESCRIPTION, IMAGE, NAME, ITEM_VERSION FROM CMP3_XML_ITEM WHERE (ITEM_ID = ?)
        bind => [9]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_EMPLOYEE_ADDR_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 51): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_UNI_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_EMP_PHONEError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_PHONE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_EMP_PHONEError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_EMP_PHONE DROP CONSTRAINT FK_CMP3_XML_UNI_EMP_PHONE_PHONE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_LPROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_LPROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_LPROJECT_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_LPROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_LPROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_UNI_PHONENUMBER_PHONE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_PHONENUMBERError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_UNI_PHONENUMBER_PHONE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_PROJECT_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_PROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_PROJECT DROP CONSTRAINT FK_CMP3_XML_UNI_PROJECT_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_PROJ_EMP_EMP_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 51): Unknown constraint:FK_CMP3_XML_UNI_PROJ_EMP_PROJ_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_UNI_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_UNI_PROJ_EMP_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_SALARY DROP CONSTRAINT FK_CMP3_XML_UNI_SALARY_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_UNI_SALARYError Code: -4004
Call:ALTER TABLE CMP3_XML_UNI_SALARY DROP CONSTRAINT FK_CMP3_XML_UNI_SALARY_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_EMP_PHONE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_UNI_EMP_PHONEError Code: -4004
Call:DROP TABLE CMP3_XML_UNI_EMP_PHONE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_EMP_PHONE (EMP_ID FIXED(15) NOT NULL, PHONE_ID FIXED(15) NOT NULL, PRIMARY KEY (EMP_ID, PHONE_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_LPROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_PHONENUMBER
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_UNI_PHONENUMBERError Code: -4004
Call:DROP TABLE CMP3_XML_UNI_PHONENUMBER
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_PHONENUMBER (PHONE_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (PHONE_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_PROJECT
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_UNI_PROJECTError Code: -4004
Call:DROP TABLE CMP3_XML_UNI_PROJECT
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_PROJ_EMP
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_PROJ_EMP (EMP_ID FIXED(15) NOT NULL, PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_UNI_SALARY
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_UNI_SALARYError Code: -4004
Call:DROP TABLE CMP3_XML_UNI_SALARY
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_UNI_SALARY (EMP_ID FIXED(15) NOT NULL, SALARY DOUBLE PRECISION, PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_XML_UNI_ADDRESS (ADDRESS_ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_UNI_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_UNI_EMPLOYEE (EMP_ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 50): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_UNI_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_UNI_EMPLOYEE (EMP_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.relationships.unidirectional.EntityMappingsUnidirectionalRelationshipsJUnitTestCase$1.setUp(EntityMappingsUnidirectionalRelationshipsJUnitTestCase.java:95)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 50): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 31 more

[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_BICYCLE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_BICYCLEError Code: -4004
Call:DROP TABLE CMP3_XML_BICYCLE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BICYCLE (ID DOUBLE PRECISION NOT NULL, DESCRIP VARCHAR(10), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_BOAT
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_BOATError Code: -4004
Call:DROP TABLE CMP3_XML_BOAT
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BOAT (BOAT_ID DOUBLE PRECISION, MODEL VARCHAR(10))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_BUS
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_BUSError Code: -4004
Call:DROP TABLE CMP3_XML_BUS
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BUS (BUS_ID DOUBLE PRECISION NOT NULL, DRIVER_ID DOUBLE PRECISION, PRIMARY KEY (BUS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_SPORTS_CAR
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_SPORTS_CAR (ID DOUBLE PRECISION, MAX_SPEED DOUBLE PRECISION)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_TIRE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_TIREError Code: -4004
Call:DROP TABLE CMP3_XML_TIRE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_TIRE (ID DOUBLE PRECISION, PRESSURE DOUBLE PRECISION, SPEEDRATING DOUBLE PRECISION, TIRE_TYPE VARCHAR(15))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_FUEL_VEH
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_FUEL_VEHError Code: -4004
Call:DROP TABLE CMP3_XML_FUEL_VEH
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_FUEL_VEH (ID DOUBLE PRECISION, DESCRIP VARCHAR(30), FUEL_CAP DOUBLE PRECISION, FUEL_TYP VARCHAR(30))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_VEHICLE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_VEHICLEError Code: -4004
Call:DROP TABLE CMP3_XML_VEHICLE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_VEHICLE (ID DOUBLE PRECISION NOT NULL, VEH_TYPE VARCHAR(15), CAPACITY DOUBLE PRECISION, OWNER_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_COMPANY
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_COMPANYError Code: -4004
Call:DROP TABLE CMP3_XML_COMPANY
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_COMPANY (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(100) NOT NULL, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ENGINEER
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ENGINEER (ID DOUBLE PRECISION NOT NULL, TITLE VARCHAR(10), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_PERSON
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_PERSON (ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(20), DTYPE VARCHAR(100), REP_ID DOUBLE PRECISION, FRIEND_ID DOUBLE PRECISION, CAR_ID DOUBLE PRECISION, PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DATETIME_SEQError Code: -6000
Call:CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_BADGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PBYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_WRAPPER_SEQError Code: -6000
Call:CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_COMPOSITE_PK_SEQError Code: -6000
Call:CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:SEQUENCEError Code: -6000
Call:CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_BEER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_DEPARTMENT_SEQError Code: -6000
Call:CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PCHARARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_VIRTUAL_SEQError Code: -6000
Call:CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BEVERAGE_SEQError Code: -6000
Call:CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_BYTEARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INC_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Finer]: ClientSession(9562749)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_CUSTOMER_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_CHARACTERARRAY_SEQError Code: -6000
Call:CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_MERGE_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_INHERITANCE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_PT_SEQError Code: -6000
Call:CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-6000] (at 14): Duplicate table name:CMP3_XML_EMPLOYEE_SEQError Code: -6000
Call:CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DOUBLE PRECISION, PRIMARY KEY (SEQ_NAME))
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_COMPOSITE_PK_SEQ WHERE SEQ_NAME = 'CUBICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INHERITANCE_SEQ WHERE SEQ_NAME = 'VEHICLE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'PARTSLIST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DATETIME_SEQ WHERE SEQ_NAME = 'DATETIME_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEER_SEQ WHERE SEQ_NAME = 'CERTIFICATION_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'BEER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_BADGE_SEQ WHERE SEQ_NAME = 'XML_MERGE_BADGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_ADDRESS_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PT_SEQ WHERE SEQ_NAME = 'PT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CHARACTERARRAY_SEQ WHERE SEQ_NAME = 'CHARACTERARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BYTEARRAY_SEQ WHERE SEQ_NAME = 'BYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_WRAPPER_SEQ WHERE SEQ_NAME = 'WRAPPER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PHONE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CMP3_AAA_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'TIRE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'CUSTOMER_TABLE_GENERATOR'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_INC_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PBYTEARRAY_SEQ WHERE SEQ_NAME = 'PBYTEARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_BEER_SEQ WHERE SEQ_NAME = 'CONSUMER_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_EMPLOYEE_SEQ WHERE SEQ_NAME = 'UNI_PROJECT_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_PCHARARRAY_SEQ WHERE SEQ_NAME = 'PCHARARRAY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_BEVERAGE_SEQ WHERE SEQ_NAME = 'BEVERAGE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_VIRTUAL_SEQ WHERE SEQ_NAME = 'VIRTUAL_ATTRIBUTE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_EMPLOYEE_SEQ WHERE SEQ_NAME = 'XML_MERGE_EMPLOYEE_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'COMPANY_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_XML_MERGE_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT * FROM CMP3_INHERITANCE_SEQ WHERE SEQ_NAME = 'PERSON_SEQ'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(21595430)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(29937172)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(5354278)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(29923710)--Connection(5354278)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(29923710)--Connection(5354278)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [21, 2, null, SC]
[TopLink Fine]: ClientSession(29923710)--Connection(5354278)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_FUEL_VEH (DESCRIP, FUEL_CAP, FUEL_TYP, ID) VALUES (?, ?, ?, ?)
        bind => [Ferrari, 60, Disel, 21]
[TopLink Fine]: ClientSession(29923710)--Connection(5354278)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_SPORTS_CAR (MAX_SPEED, ID) VALUES (?, ?)
        bind => [300, 21]
[TopLink Finer]: ClientSession(29923710)--Connection(5354278)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(5354278)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(21595430)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(21595430)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(23001706)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(18294794)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(21342485)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(6270370)--Connection(21342485)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(6270370)--Connection(21342485)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [22, 50, null, BU]
[TopLink Fine]: ClientSession(6270370)--Connection(21342485)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_FUEL_VEH (FUEL_CAP, FUEL_TYP, DESCRIP, ID) VALUES (?, ?, ?, ?)
        bind => [175, Diesel, OC Transpo Bus, 22]
[TopLink Fine]: ClientSession(6270370)--Connection(21342485)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 22]
[TopLink Finer]: ClientSession(6270370)--Connection(21342485)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(21342485)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(23001706)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(23001706)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(1248823)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(1270783)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(6270370)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(29923710)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(17439542)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_COMPANY (ID, NAME) VALUES (?, ?)
        bind => [4, ABC]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [25, 2, 4, BI]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_BICYCLE (DESCRIP, ID) VALUES (?, ?)
        bind => [Atlas, 25]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [24, 10, 4, BO]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_BOAT (MODEL, BOAT_ID) VALUES (?, ?)
        bind => [null, 24]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [23, 10, 4, BO]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_BOAT (MODEL, BOAT_ID) VALUES (?, ?)
        bind => [null, 23]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [26, 30, 4, BU]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_FUEL_VEH (FUEL_CAP, FUEL_TYP, DESCRIP, ID) VALUES (?, ?, ?, ?)
        bind => [100, Petrol, TOUR BUS, 26]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_BUS (DRIVER_ID, BUS_ID) VALUES (?, ?)
        bind => [null, 26]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [27, 1, 4, F]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_FUEL_VEH (DESCRIP, FUEL_TYP, FUEL_CAP, ID) VALUES (?, ?, ?, ?)
        bind => [Motercycle, null, 10, 27]
[TopLink Fine]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--INSERT INTO CMP3_XML_VEHICLE (ID, CAPACITY, OWNER_ID, VEH_TYPE) VALUES (?, ?, ?, ?)
        bind => [28, 1, 4, NF]
[TopLink Finer]: ClientSession(8426363)--Connection(17439542)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(17439542)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(1248823)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(1248823)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.MAX_SPEED AS FERRARI_SPEED FROM CMP3_XML_SPORTS_CAR t0, CMP3_XML_FUEL_VEH t1 WHERE t1.DESCRIP='Ferrari'
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Finer]: UnitOfWork(591409)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(10876227)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(25767724)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(24653571)--Connection(25767724)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(24653571)--Connection(25767724)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_FUEL_VEH SET DESCRIP = ? WHERE (ID = ?)
        bind => [A crappy bus, 22]
[TopLink Finer]: ClientSession(24653571)--Connection(25767724)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(25767724)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(591409)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(591409)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_XML_VEHICLE t0, CMP3_XML_BUS t2, CMP3_XML_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [22, BU]
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_XML_VEHICLE t0, CMP3_XML_BUS t2, CMP3_XML_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [22, BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.FUEL_CAP, t1.DESCRIP, t2.ID, t2.MAX_SPEED FROM CMP3_XML_VEHICLE t0, CMP3_XML_SPORTS_CAR t2, CMP3_XML_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [21, SC]
[TopLink Finer]: UnitOfWork(9051293)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(25135468)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(1525385)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(1573052)--Connection(1525385)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(1573052)--Connection(1525385)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_FUEL_VEH SET DESCRIP = ? WHERE (ID = ?)
        bind => [Corvette, 21]
[TopLink Finer]: ClientSession(1573052)--Connection(1525385)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(1525385)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(9051293)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(9051293)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.BOAT_ID, t1.MODEL FROM CMP3_XML_VEHICLE t0, CMP3_XML_BOAT t1 WHERE ((t0.ID = ?) AND ((t1.BOAT_ID = t0.ID) AND (t0.VEH_TYPE = ?)))
        bind => [23, BO]
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM CMP3_XML_COMPANY WHERE (ID = ?)
        bind => [4.0]
[TopLink Finer]: ClientSession(8498575)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(27898003)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(25673009)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: UnitOfWork(3048673)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(22440391)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(3850738)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(26421305)--Connection(3850738)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(26421305)--Connection(3850738)--Thread(Thread[main,5,main])--UPDATE CMP3_XML_COMPANY SET NAME = ? WHERE (ID = ?)
        bind => [XYZ, 4]
[TopLink Finer]: ClientSession(26421305)--Connection(3850738)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(3850738)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(3048673)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(3048673)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_XML_VEHICLE t0, CMP3_XML_BUS t2, CMP3_XML_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [22, BU]
[TopLink Finer]: UnitOfWork(17857977)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(29250240)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(2805666)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(10859927)--Connection(2805666)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(10859927)--Connection(2805666)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_BUS WHERE (BUS_ID = ?)
        bind => [22]
[TopLink Fine]: ClientSession(10859927)--Connection(2805666)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_FUEL_VEH WHERE (ID = ?)
        bind => [22]
[TopLink Fine]: ClientSession(10859927)--Connection(2805666)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_VEHICLE WHERE (ID = ?)
        bind => [22]
[TopLink Finer]: ClientSession(10859927)--Connection(2805666)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(2805666)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(17857977)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(17857977)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.FUEL_CAP, t1.DESCRIP, t2.BUS_ID, t2.DRIVER_ID FROM CMP3_XML_VEHICLE t0, CMP3_XML_BUS t2, CMP3_XML_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [22, BU]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.FUEL_CAP, t1.DESCRIP, t2.ID, t2.MAX_SPEED FROM CMP3_XML_VEHICLE t0, CMP3_XML_SPORTS_CAR t2, CMP3_XML_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [21, SC]
[TopLink Finer]: UnitOfWork(6023412)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(28295646)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Config]: ServerSession(24934792)--Connection(31523269)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(20656006)--Connection(31523269)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(20656006)--Connection(31523269)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_SPORTS_CAR WHERE (ID = ?)
        bind => [21]
[TopLink Fine]: ClientSession(20656006)--Connection(31523269)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_FUEL_VEH WHERE (ID = ?)
        bind => [21]
[TopLink Fine]: ClientSession(20656006)--Connection(31523269)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_VEHICLE WHERE (ID = ?)
        bind => [21]
[TopLink Finer]: ClientSession(20656006)--Connection(31523269)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(31523269)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(6023412)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(6023412)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.ID, t1.FUEL_TYP, t1.FUEL_CAP, t1.DESCRIP, t2.ID, t2.MAX_SPEED FROM CMP3_XML_VEHICLE t0, CMP3_XML_SPORTS_CAR t2, CMP3_XML_FUEL_VEH t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?)))
        bind => [21, SC]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--client acquired
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.BOAT_ID, t1.MODEL FROM CMP3_XML_VEHICLE t0, CMP3_XML_BOAT t1 WHERE ((t0.ID = ?) AND ((t1.BOAT_ID = t0.ID) AND (t0.VEH_TYPE = ?)))
        bind => [23, BO]
[TopLink Finer]: UnitOfWork(32805286)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Config]: ServerSession(24934792)--Connection(13971795)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>MaxDBPlatform
        user name=> "DBA"
        datasource URL=> "jdbc:sapdb://localhost/SCRUM"
))
[TopLink Finer]: ClientSession(20656006)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(10859927)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Config]: ServerSession(24934792)--Connection(10058769)--Thread(Thread[main,5,main])--Connected: jdbc:sapdb://localhost/SCRUM
        User: DBA
        Database: SAP DB Version: KERNEL 7.6.00 BUILD 016-121-109-428
        Driver: SAP DB Version: package com.sap.dbtech.jdbc, MaxDB JDBC Driver, MySQL MaxDB, 7.6.0 Build 016-000-004-753
[TopLink Finer]: ClientSession(10513800)--Connection(10058769)--Thread(Thread[main,5,main])--begin transaction
[TopLink Fine]: ClientSession(10513800)--Connection(10058769)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_BOAT WHERE (BOAT_ID = ?)
        bind => [23]
[TopLink Fine]: ClientSession(10513800)--Connection(10058769)--Thread(Thread[main,5,main])--DELETE FROM CMP3_XML_VEHICLE WHERE (ID = ?)
        bind => [23]
[TopLink Finer]: ClientSession(10513800)--Connection(10058769)--Thread(Thread[main,5,main])--commit transaction
[TopLink Config]: ServerSession(24934792)--Connection(10058769)--Thread(Thread[main,5,main])--disconnect
[TopLink Finer]: UnitOfWork(32805286)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: UnitOfWork(32805286)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.VEH_TYPE, t0.CAPACITY, t0.OWNER_ID, t1.BOAT_ID, t1.MODEL FROM CMP3_XML_VEHICLE t0, CMP3_XML_BOAT t1 WHERE ((t0.ID = ?) AND ((t1.BOAT_ID = t0.ID) AND (t0.VEH_TYPE = ?)))
        bind => [23, BO]
[TopLink Finer]: ServerSession(24934792)--Thread(Thread[main,5,main])--initialize all identitymaps
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_ALPINE DROP CONSTRAINT FK_CMP3_XML_ALPINE_C_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4017] (at 45): Unknown constraint:FK_CMP3_XML_ALPINE_C_IDError Code: -4017
Call:ALTER TABLE CMP3_XML_ALPINE DROP CONSTRAINT FK_CMP3_XML_ALPINE_C_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_CANADIAN DROP CONSTRAINT FK_CMP3_XML_CANADIAN_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_CANADIANError Code: -4004
Call:ALTER TABLE CMP3_XML_CANADIAN DROP CONSTRAINT FK_CMP3_XML_CANADIAN_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_CERTIFICATION DROP CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_CERTIFICATION DROP CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_TELEPHONE DROP CONSTRAINT FK_CMP3_XML_TELEPHONE_CONSUMER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_TELEPHONEError Code: -4004
Call:ALTER TABLE CMP3_XML_TELEPHONE DROP CONSTRAINT FK_CMP3_XML_TELEPHONE_CONSUMER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_ALPINE
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_ALPINE (ALPINE_ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BB_DATE TIMESTAMP, CLASSIFICATION FIXED(15), C_ID FIXED(15), PRIMARY KEY (ALPINE_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_CONSUMER
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_CONSUMERError Code: -4004
Call:DROP TABLE CMP3_XML_CONSUMER
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CONSUMER (ID FIXED(15) NOT NULL, NAME VARCHAR(40), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_BEVERAGE_SEQ
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_BEVERAGE_SEQError Code: -4004
Call:DROP TABLE CMP3_XML_BEVERAGE_SEQ
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_BEVERAGE_SEQ (SEQ_COUNT FIXED(15) NOT NULL, SEQ_NAME VARCHAR(80) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_CANADIAN
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_CANADIANError Code: -4004
Call:DROP TABLE CMP3_XML_CANADIAN
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CANADIAN (CANADIAN_ID FIXED(15) NOT NULL, ALCOHOL_CONTENT DOUBLE PRECISION, BORN TIMESTAMP, FLAVOR VARCHAR(23), CONSUMER_ID FIXED(15), PRIMARY KEY (CANADIAN_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_CERTIFICATION
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_CERTIFICATION (ID FIXED(15) NOT NULL, DESCRIPTION VARCHAR(40), CONSUMER_ID FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_TELEPHONE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_TELEPHONEError Code: -4004
Call:DROP TABLE CMP3_XML_TELEPHONE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_TELEPHONE (CONSUMER_ID FIXED(15), TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3) NOT NULL, TNUMBER VARCHAR(8) NOT NULL, PRIMARY KEY (TYPE, AREA_CODE, TNUMBER))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_ALPINE ADD CONSTRAINT FK_CMP3_XML_ALPINE_C_ID FOREIGN KEY (C_ID) REFERENCES CMP3_XML_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_CANADIAN ADD CONSTRAINT FK_CMP3_XML_CANADIAN_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_XML_CONSUMER (ID)
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_CERTIFICATION ADD CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_XML_CONSUMER (ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 51): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_CERTIFICATION ADD CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_XML_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.inherited.EntityMappingsInheritedJUnitTestCase$1.setUp(EntityMappingsInheritedJUnitTestCase.java:72)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 51): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 31 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 59): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 59): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_ITEM (DESCRIPTION VARCHAR(80), ITEM_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), IMAGE LONG BYTE, PRIMARY KEY (ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_ORDER (CUST_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PARTSLIST
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PARTSLIST (ID DOUBLE PRECISION NOT NULL, VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PARTSLIST_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PARTSLIST_ITEM (PARTSLIST_ID FIXED(15) NOT NULL, ITEM_ID FIXED(15) NOT NULL, PRIMARY KEY (PARTSLIST_ID, ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_MERGE_ITEM (ITEM_ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 58): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_MERGE_ITEM (ITEM_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.relationships.EntityMappingsMergeRelationshipsJUnitTestCase$1.setUp(EntityMappingsMergeRelationshipsJUnitTestCase.java:83)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 58): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 33 more

[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 57): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_ITEM_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 57): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM DROP CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_ITEM_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_CUSTOMER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER (CITY VARCHAR(80), CUST_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), CUST_VERSION FIXED(15), PRIMARY KEY (CUST_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_ITEM
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_INC_ITEMError Code: -4004
Call:DROP TABLE CMP3_XML_INC_ITEM
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_ITEM (DESCRIPTION VARCHAR(80), ITEM_ID DOUBLE PRECISION NOT NULL, NAME VARCHAR(80), ITEM_VERSION FIXED(15), IMAGE LONG BYTE, PRIMARY KEY (ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_ORDER
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_ORDER (CUST_ID DOUBLE PRECISION, ITEM_ID DOUBLE PRECISION, ORDER_ID DOUBLE PRECISION NOT NULL, QUANTITY DOUBLE PRECISION NOT NULL, SHIP_ADDR VARCHAR(80), ORDER_VERSION FIXED(15), PRIMARY KEY (ORDER_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_CUSTOMER_SEQ
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_CUSTOMER_SEQ (SEQ_NAME VARCHAR(80) NOT NULL, SEQ_COUNT FIXED(15) NOT NULL, PRIMARY KEY (SEQ_NAME))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_PARTSLIST
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_PARTSLIST (ID DOUBLE PRECISION NOT NULL, VERSION FIXED(15), PRIMARY KEY (ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_PARTSLIST_ITEM
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_PARTSLIST_ITEM (PARTSLIST_ID FIXED(15) NOT NULL, ITEM_ID FIXED(15) NOT NULL, PRIMARY KEY (PARTSLIST_ID, ITEM_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_INC_ADDRESS
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_INC_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), CUST_ID DOUBLE PRECISION, PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_INC_ITEM (ITEM_ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 56): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_INC_ITEM (ITEM_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.incompletemappings.nonowning.EntityMappingsIncompleteNonOwningJUnitTestCase$1.setUp(EntityMappingsIncompleteNonOwningJUnitTestCase.java:79)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 56): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 33 more

[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_MANAGER_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_MANAGER_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_SECURITYBADGE_BADGE_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE DROP CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_SECURITYBADGE_BADGE_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_LPROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_LPROJECT_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 13): Unknown table name:CMP3_XML_MERGE_LPROJECTError Code: -4004
Call:ALTER TABLE CMP3_XML_MERGE_LPROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_LPROJECT_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_MERGE_PHONENUMBER_OWNER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 56): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PHONENUMBER DROP CONSTRAINT FK_CMP3_XML_MERGE_PHONENUMBER_OWNER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJECT_LEADER_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PROJECT DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJECT_LEADER_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_EMPLS_EMP_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_EMPLS_EMP_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_PRJCTS_PROJ_ID
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 53): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PROJ_EMP DROP CONSTRAINT FK_CMP3_XML_MERGE_PROJ_EMP_PRJCTS_PROJ_ID
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_ADDRESS
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_MERGE_ADDRESSError Code: -4004
Call:DROP TABLE CMP3_XML_MERGE_ADDRESS
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_ADDRESS (ADDRESS_ID FIXED(15) NOT NULL, STREET VARCHAR(60), CITY VARCHAR(60), PROVINCE VARCHAR(60), P_CODE VARCHAR(67), COUNTRY VARCHAR(60), PRIMARY KEY (ADDRESS_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_EMPLOYEE
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_EMPLOYEE (EMP_ID FIXED(15) NOT NULL, F_NAME VARCHAR(40), L_NAME VARCHAR(40), START_DATE DATE, END_DATE DATE, ADDR_ID FIXED(15), MANAGER_EMP_ID FIXED(15), VERSION FIXED(15), SECURITYBADGE_BADGE_ID FIXED(15), PRIMARY KEY (EMP_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_LPROJECT
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_MERGE_LPROJECTError Code: -4004
Call:DROP TABLE CMP3_XML_MERGE_LPROJECT
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_LPROJECT (PROJ_ID FIXED(15) NOT NULL, BUDGET DOUBLE PRECISION, PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PHONENUMBER
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PHONENUMBER (OWNER_ID FIXED(15) NOT NULL, TYPE VARCHAR(15) NOT NULL, AREA_CODE VARCHAR(3), NUMB VARCHAR(8), PRIMARY KEY (OWNER_ID, TYPE))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PROJECT
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PROJECT (PROJ_ID FIXED(15) NOT NULL, PROJ_TYPE VARCHAR(1), PROJ_NAME VARCHAR(30), DESCRIP VARCHAR(200), LEADER_ID FIXED(15), VERSION FIXED(15), PRIMARY KEY (PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_PROJ_EMP
[TopLink Fine]: ServerSession(24934792)--Connection(30638763)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_PROJ_EMP (EMPLS_EMP_ID FIXED(15) NOT NULL, PRJCTS_PROJ_ID FIXED(15) NOT NULL, PRIMARY KEY (EMPLS_EMP_ID, PRJCTS_PROJ_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(26517368)--Thread(Thread[main,5,main])--DROP TABLE CMP3_XML_MERGE_SECURITYBADGE
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 12): Unknown table name:CMP3_XML_MERGE_SECURITYBADGEError Code: -4004
Call:DROP TABLE CMP3_XML_MERGE_SECURITYBADGE
Query:DataModifyQuery()
[TopLink Fine]: ServerSession(24934792)--Connection(13859719)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_XML_MERGE_SECURITYBADGE (BADGE_ID FIXED(15) NOT NULL, VERSION FIXED(15), BADGENUMBER VARCHAR(8), PRIMARY KEY (BADGE_ID))
[TopLink Fine]: ServerSession(24934792)--Connection(12972559)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_XML_MERGE_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_XML_MERGE_ADDRESS (ADDRESS_ID)
[TopLink Warning]: ServerSession(24934792)--Thread(Thread[main,5,main])--Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_XML_MERGE_ADDRESS (ADDRESS_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.incompletemappings.owning.EntityMappingsIncompleteOwningJUnitTestCase$1.setUp(EntityMappingsIncompleteOwningJUnitTestCase.java:71)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 33 more

[TopLink Finer]: ClientSession(10513800)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(8426363)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(23229674)--Thread(Thread[Finalizer,8,system])--client released
[TopLink Finer]: ClientSession(13062653)--Thread(Thread[Finalizer,8,system])--client released
------------- ---------------- ---------------

Testcase: testNamedNativeQuery took 0,05 sec
Testcase: testPersistThenRemoveCalls took 0,247 sec
        Caused an ERROR
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [51]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
javax.persistence.RollbackException: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [51]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:109)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.CallbackEventJUnitTestSuite.tearDown(CallbackEventJUnitTestSuite.java:266)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [51]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingDefaultMultipleTableSubclassRead(InheritancePolicy.java:1126)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingMultipleTableSubclassRead(InheritancePolicy.java:1194)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2091)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:731)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiate(QueryBasedValueHolder.java:86)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiateForUnitOfWorkValueHolder(QueryBasedValueHolder.java:101)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiateImpl(UnitOfWorkValueHolder.java:155)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiate(UnitOfWorkValueHolder.java:232)
        at oracle.toplink.essentials.internal.indirection.DatabaseValueHolder.getValue(DatabaseValueHolder.java:82)
        at oracle.toplink.essentials.indirection.IndirectList.buildDelegate(IndirectList.java:193)
        at oracle.toplink.essentials.indirection.IndirectList.getDelegate(IndirectList.java:315)
        at oracle.toplink.essentials.indirection.IndirectList.size(IndirectList.java:640)
        at oracle.toplink.essentials.internal.queryframework.CollectionContainerPolicy.sizeFor(CollectionContainerPolicy.java:184)
        at oracle.toplink.essentials.internal.indirection.TransparentIndirectionPolicy.getRealAttributeValueFromObject(TransparentIndirectionPolicy.java:252)
        at oracle.toplink.essentials.mappings.ForeignReferenceMapping.getRealAttributeValueFromObject(ForeignReferenceMapping.java:350)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealAttributeValueFromObject(CollectionMapping.java:559)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealCollectionAttributeValueFromObject(CollectionMapping.java:574)
        at oracle.toplink.essentials.mappings.ManyToManyMapping.preDelete(ManyToManyMapping.java:958)
        at oracle.toplink.essentials.descriptors.DescriptorQueryManager.preDelete(DescriptorQueryManager.java:830)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:121)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:95)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:322)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1033)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        ... 18 more
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_ID
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 66 more

Testcase: testRemoveUnmanagedNewEntity took 0,092 sec
        Caused an ERROR
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [52]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
javax.persistence.RollbackException: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [52]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:109)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.CallbackEventJUnitTestSuite.tearDown(CallbackEventJUnitTestSuite.java:266)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [52]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingDefaultMultipleTableSubclassRead(InheritancePolicy.java:1126)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingMultipleTableSubclassRead(InheritancePolicy.java:1194)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2091)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:731)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiate(QueryBasedValueHolder.java:86)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiateForUnitOfWorkValueHolder(QueryBasedValueHolder.java:101)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiateImpl(UnitOfWorkValueHolder.java:155)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiate(UnitOfWorkValueHolder.java:232)
        at oracle.toplink.essentials.internal.indirection.DatabaseValueHolder.getValue(DatabaseValueHolder.java:82)
        at oracle.toplink.essentials.indirection.IndirectList.buildDelegate(IndirectList.java:193)
        at oracle.toplink.essentials.indirection.IndirectList.getDelegate(IndirectList.java:315)
        at oracle.toplink.essentials.indirection.IndirectList.size(IndirectList.java:640)
        at oracle.toplink.essentials.internal.queryframework.CollectionContainerPolicy.sizeFor(CollectionContainerPolicy.java:184)
        at oracle.toplink.essentials.internal.indirection.TransparentIndirectionPolicy.getRealAttributeValueFromObject(TransparentIndirectionPolicy.java:252)
        at oracle.toplink.essentials.mappings.ForeignReferenceMapping.getRealAttributeValueFromObject(ForeignReferenceMapping.java:350)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealAttributeValueFromObject(CollectionMapping.java:559)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealCollectionAttributeValueFromObject(CollectionMapping.java:574)
        at oracle.toplink.essentials.mappings.ManyToManyMapping.preDelete(ManyToManyMapping.java:958)
        at oracle.toplink.essentials.descriptors.DescriptorQueryManager.preDelete(DescriptorQueryManager.java:830)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:121)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:95)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:322)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1033)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        ... 18 more
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_ID
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 66 more

Testcase: testPersistOnRegisteredObject took 0,143 sec
        Caused an ERROR
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [53]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
javax.persistence.RollbackException: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [53]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:109)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.CallbackEventJUnitTestSuite.tearDown(CallbackEventJUnitTestSuite.java:266)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [53]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingDefaultMultipleTableSubclassRead(InheritancePolicy.java:1126)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingMultipleTableSubclassRead(InheritancePolicy.java:1194)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2091)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:731)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiate(QueryBasedValueHolder.java:86)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiateForUnitOfWorkValueHolder(QueryBasedValueHolder.java:101)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiateImpl(UnitOfWorkValueHolder.java:155)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiate(UnitOfWorkValueHolder.java:232)
        at oracle.toplink.essentials.internal.indirection.DatabaseValueHolder.getValue(DatabaseValueHolder.java:82)
        at oracle.toplink.essentials.indirection.IndirectList.buildDelegate(IndirectList.java:193)
        at oracle.toplink.essentials.indirection.IndirectList.getDelegate(IndirectList.java:315)
        at oracle.toplink.essentials.indirection.IndirectList.size(IndirectList.java:640)
        at oracle.toplink.essentials.internal.queryframework.CollectionContainerPolicy.sizeFor(CollectionContainerPolicy.java:184)
        at oracle.toplink.essentials.internal.indirection.TransparentIndirectionPolicy.getRealAttributeValueFromObject(TransparentIndirectionPolicy.java:252)
        at oracle.toplink.essentials.mappings.ForeignReferenceMapping.getRealAttributeValueFromObject(ForeignReferenceMapping.java:350)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealAttributeValueFromObject(CollectionMapping.java:559)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealCollectionAttributeValueFromObject(CollectionMapping.java:574)
        at oracle.toplink.essentials.mappings.ManyToManyMapping.preDelete(ManyToManyMapping.java:958)
        at oracle.toplink.essentials.descriptors.DescriptorQueryManager.preDelete(DescriptorQueryManager.java:830)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:121)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:95)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:322)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1033)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        ... 18 more
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_ID
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 66 more

Testcase: testPreUpdateEvent_UpdateAltered took 0,492 sec
        Caused an ERROR
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [55]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
javax.persistence.RollbackException: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [55]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:109)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.CallbackEventJUnitTestSuite.tearDown(CallbackEventJUnitTestSuite.java:266)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [55]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingDefaultMultipleTableSubclassRead(InheritancePolicy.java:1126)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingMultipleTableSubclassRead(InheritancePolicy.java:1194)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2091)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:731)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiate(QueryBasedValueHolder.java:86)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiateForUnitOfWorkValueHolder(QueryBasedValueHolder.java:101)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiateImpl(UnitOfWorkValueHolder.java:155)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiate(UnitOfWorkValueHolder.java:232)
        at oracle.toplink.essentials.internal.indirection.DatabaseValueHolder.getValue(DatabaseValueHolder.java:82)
        at oracle.toplink.essentials.indirection.IndirectList.buildDelegate(IndirectList.java:193)
        at oracle.toplink.essentials.indirection.IndirectList.getDelegate(IndirectList.java:315)
        at oracle.toplink.essentials.indirection.IndirectList.size(IndirectList.java:640)
        at oracle.toplink.essentials.internal.queryframework.CollectionContainerPolicy.sizeFor(CollectionContainerPolicy.java:184)
        at oracle.toplink.essentials.internal.indirection.TransparentIndirectionPolicy.getRealAttributeValueFromObject(TransparentIndirectionPolicy.java:252)
        at oracle.toplink.essentials.mappings.ForeignReferenceMapping.getRealAttributeValueFromObject(ForeignReferenceMapping.java:350)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealAttributeValueFromObject(CollectionMapping.java:559)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealCollectionAttributeValueFromObject(CollectionMapping.java:574)
        at oracle.toplink.essentials.mappings.ManyToManyMapping.preDelete(ManyToManyMapping.java:958)
        at oracle.toplink.essentials.descriptors.DescriptorQueryManager.preDelete(DescriptorQueryManager.java:830)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:121)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:95)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:322)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1033)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        ... 18 more
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_ID
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 66 more

Testcase: testPreUpdateEvent_UpdateReverted took 0,096 sec
        Caused an ERROR
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [56]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
javax.persistence.RollbackException: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [56]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:109)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.CallbackEventJUnitTestSuite.tearDown(CallbackEventJUnitTestSuite.java:266)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_IDError Code: -4005
Call:SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLS_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
        bind => [56]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.Project)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingDefaultMultipleTableSubclassRead(InheritancePolicy.java:1126)
        at oracle.toplink.essentials.descriptors.InheritancePolicy.selectAllRowUsingMultipleTableSubclassRead(InheritancePolicy.java:1194)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2091)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:731)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiate(QueryBasedValueHolder.java:86)
        at oracle.toplink.essentials.internal.indirection.QueryBasedValueHolder.instantiateForUnitOfWorkValueHolder(QueryBasedValueHolder.java:101)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiateImpl(UnitOfWorkValueHolder.java:155)
        at oracle.toplink.essentials.internal.indirection.UnitOfWorkValueHolder.instantiate(UnitOfWorkValueHolder.java:232)
        at oracle.toplink.essentials.internal.indirection.DatabaseValueHolder.getValue(DatabaseValueHolder.java:82)
        at oracle.toplink.essentials.indirection.IndirectList.buildDelegate(IndirectList.java:193)
        at oracle.toplink.essentials.indirection.IndirectList.getDelegate(IndirectList.java:315)
        at oracle.toplink.essentials.indirection.IndirectList.size(IndirectList.java:640)
        at oracle.toplink.essentials.internal.queryframework.CollectionContainerPolicy.sizeFor(CollectionContainerPolicy.java:184)
        at oracle.toplink.essentials.internal.indirection.TransparentIndirectionPolicy.getRealAttributeValueFromObject(TransparentIndirectionPolicy.java:252)
        at oracle.toplink.essentials.mappings.ForeignReferenceMapping.getRealAttributeValueFromObject(ForeignReferenceMapping.java:350)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealAttributeValueFromObject(CollectionMapping.java:559)
        at oracle.toplink.essentials.mappings.CollectionMapping.getRealCollectionAttributeValueFromObject(CollectionMapping.java:574)
        at oracle.toplink.essentials.mappings.ManyToManyMapping.preDelete(ManyToManyMapping.java:958)
        at oracle.toplink.essentials.descriptors.DescriptorQueryManager.preDelete(DescriptorQueryManager.java:830)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:121)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:123)
        at oracle.toplink.essentials.queryframework.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:95)
        at oracle.toplink.essentials.queryframework.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:95)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:322)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1033)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:357)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:82)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:842)
        at oracle.toplink.essentials.internal.ejb.cmp3.transaction.base.EntityTransactionImpl.commit(EntityTransactionImpl.java:90)
        ... 18 more
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4005] (at 116): Unknown column name:PROJECTS_PROJ_ID
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 66 more

Testcase: testRefreshNotManaged took 0,017 sec
Testcase: testRefreshRemoved took 0,092 sec
        FAILED
entityManager.refresh(removedObject) threw a wrong exception:
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testRefreshRemoved]
Query:DeleteAllQuery()
junit.framework.AssertionFailedError: entityManager.refresh(removedObject) threw a wrong exception:
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testRefreshRemoved]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testRefreshRemoved(EntityManagerJUnitTestSuite.java:157)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testCacheUsage took 0,095 sec
Testcase: testContainsRemoved took 0,101 sec
Testcase: testFlushModeEmAutoQueryCommit took 0,041 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestFlushMode(EntityManagerJUnitTestSuite.java:258)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFlushModeEmAutoQueryCommit(EntityManagerJUnitTestSuite.java:227)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testFlushModeEmAuto took 0,074 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestFlushMode(EntityManagerJUnitTestSuite.java:258)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFlushModeEmAuto(EntityManagerJUnitTestSuite.java:231)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testFlushModeEmAutoQueryAuto took 0,071 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestFlushMode(EntityManagerJUnitTestSuite.java:258)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFlushModeEmAutoQueryAuto(EntityManagerJUnitTestSuite.java:235)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testFlushModeEmCommitQueryCommit took 0,075 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestFlushMode(EntityManagerJUnitTestSuite.java:258)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFlushModeEmCommitQueryCommit(EntityManagerJUnitTestSuite.java:239)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testFlushModeEmCommit took 0,072 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestFlushMode(EntityManagerJUnitTestSuite.java:258)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFlushModeEmCommit(EntityManagerJUnitTestSuite.java:243)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testFlushModeEmCommitQueryAuto took 0,075 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFlushMode]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestFlushMode(EntityManagerJUnitTestSuite.java:258)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFlushModeEmCommitQueryAuto(EntityManagerJUnitTestSuite.java:247)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testFlushModeOnUpdateQuery took 0,086 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?) WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME LIKE ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t0.EMP_ID = CMP3_EMPLOYEE.EMP_ID)
        bind => [1, testFlushModeOnUpdateQuery]
Query:UpdateAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?) WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME LIKE ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t0.EMP_ID = CMP3_EMPLOYEE.EMP_ID)
        bind => [1, testFlushModeOnUpdateQuery]
Query:UpdateAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:235)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.updateAll(DatasourceCallQueryMechanism.java:713)
        at oracle.toplink.essentials.queryframework.UpdateAllQuery.executeDatabaseQuery(UpdateAllQuery.java:165)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFlushModeOnUpdateQuery(EntityManagerJUnitTestSuite.java:321)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testSetRollbackOnly took 0,221 sec
Testcase: testSubString took 0,129 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testSubString]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testSubString]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testSubString(EntityManagerJUnitTestSuite.java:424)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testDatabaseSyncNewObject took 0,044 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testDatabaseSyncNewObject(EntityManagerJUnitTestSuite.java:441)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 48 more

Testcase: testTransactionRequired took 0,008 sec
Testcase: testIdentityInsideTransaction took 0,006 sec
Testcase: testIdentityOutsideTransaction took 0,004 sec
Testcase: testIgnoreRemovedObjectsOnDatabaseSync took 0,036 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.mappings.ObjectReferenceMapping.cascadeRegisterNewIfRequired(ObjectReferenceMapping.java:655)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.cascadeRegisterNewForCreate(ObjectBuilder.java:1256)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3192)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testIgnoreRemovedObjectsOnDatabaseSync(EntityManagerJUnitTestSuite.java:533)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 51 more

Testcase: testREADLock took 0,267 sec
Testcase: testPersistRemoved took 0,042 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testPesistRemoved]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testPesistRemoved]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testPersistRemoved(EntityManagerJUnitTestSuite.java:678)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testPersistManagedException took 0,054 sec
Testcase: testPersistManagedNoException took 0,015 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.mappings.ObjectReferenceMapping.cascadeRegisterNewIfRequired(ObjectReferenceMapping.java:655)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.cascadeRegisterNewForCreate(ObjectBuilder.java:1256)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3192)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testPersistManagedNoException(EntityManagerJUnitTestSuite.java:852)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 51 more

Testcase: testRemoveFlushPersistContains took 904,209 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testRemoveFlushPersistContains]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testRemoveFlushPersistContains]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testRemoveFlushPersistContains(EntityManagerJUnitTestSuite.java:874)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testRemoveFlushFind took 0,077 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testRemoveFlushFind]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testRemoveFlushFind]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testRemoveFlushFind(EntityManagerJUnitTestSuite.java:934)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testFindWithWrongTypePk took 0,001 sec
Testcase: testFindWithNullPk took 0 sec
Testcase: testCheckVersionOnMerge took 0,131 sec
Testcase: testClear took 0,036 sec
Testcase: testClearWithFlush took 0,152 sec
Testcase: testClearInTransaction took 0,094 sec
Testcase: testExtendedPersistenceContext took 0,012 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testExtendedPersistenceContext]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testExtendedPersistenceContext]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testExtendedPersistenceContext(EntityManagerJUnitTestSuite.java:1199)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testReadTransactionIsolation_CustomUpdate took 0,012 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_CustomUpdate(EntityManagerJUnitTestSuite.java:1442)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_CustomUpdate_Flush took 0,01 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_CustomUpdate_Flush(EntityManagerJUnitTestSuite.java:1445)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_CustomUpdate_Refresh took 0,011 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_CustomUpdate_Refresh(EntityManagerJUnitTestSuite.java:1448)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_CustomUpdate_Refresh_Flush took 0,01 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_CustomUpdate_Refresh_Flush(EntityManagerJUnitTestSuite.java:1451)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_UpdateAll took 0,013 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_UpdateAll(EntityManagerJUnitTestSuite.java:1454)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_UpdateAll_Flush took 0,01 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_UpdateAll_Flush(EntityManagerJUnitTestSuite.java:1457)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_UpdateAll_Refresh took 0,011 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_UpdateAll_Refresh(EntityManagerJUnitTestSuite.java:1460)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_UpdateAll_Refresh_Flush took 0,035 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_UpdateAll_Refresh_Flush(EntityManagerJUnitTestSuite.java:1463)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_CustomUpdate took 0,041 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_CustomUpdate(EntityManagerJUnitTestSuite.java:1466)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_CustomUpdate_Flush took 0,038 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_CustomUpdate_Flush(EntityManagerJUnitTestSuite.java:1469)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh took 0,076 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh(EntityManagerJUnitTestSuite.java:1472)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_Flush took 0,066 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_Flush(EntityManagerJUnitTestSuite.java:1475)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_UpdateAll took 0,041 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_UpdateAll(EntityManagerJUnitTestSuite.java:1478)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_UpdateAll_Flush took 0,043 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_UpdateAll_Flush(EntityManagerJUnitTestSuite.java:1481)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh took 0,071 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh(EntityManagerJUnitTestSuite.java:1484)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_Flush took 0,068 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testReadTransactionIsolation]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.internalTestReadTransactionIsolation(EntityManagerJUnitTestSuite.java:1499)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_Flush(EntityManagerJUnitTestSuite.java:1487)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testFindDeleteAllPersist took 0,038 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFindDeleteAllPersist]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testFindDeleteAllPersist]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testFindDeleteAllPersist(EntityManagerJUnitTestSuite.java:1628)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testWRITELock took 0,128 sec
Testcase: testEMFWrapValidationException took 0,009 sec
Testcase: testEMDefaultTxType took 1,062 sec
Testcase: testPersistOnNonEntity took 0,001 sec
Testcase: testClose took 0 sec
Testcase: testBeginTransactionClose took 0,001 sec
Testcase: testBeginTransactionCloseCommitTransaction took 0,008 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testBeginTrCloseCommitTr]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_SALARY WHERE EXISTS(SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND t1.EMP_ID = CMP3_SALARY.EMP_ID)
        bind => [testBeginTrCloseCommitTr]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testBeginTransactionCloseCommitTransaction(EntityManagerJUnitTestSuite.java:1854)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 35 more

Testcase: testPersistenceProperties took 0,001 sec
Testcase: testMultipleFactories took 9,06 sec
Testcase: testParallelMultipleFactories took 0,009 sec
Testcase: testQueryHints took 0,001 sec
Testcase: testQueryOnClosedEM took 0,001 sec
Testcase: testNullifyAddressIn took 0,031 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), ADDR_ID = ? WHERE EXISTS(SELECT t1.EMP_ID FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t0.COUNTRY IN (?, ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID)) AND t1.EMP_ID = CMP3_EMPLOYEE.EMP_ID)
        bind => [1, null, Canada, US]
Query:UpdateAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:UPDATE CMP3_EMPLOYEE SET VERSION = (VERSION + ?), ADDR_ID = ? WHERE EXISTS(SELECT t1.EMP_ID FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t0.COUNTRY IN (?, ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID)) AND t1.EMP_ID = CMP3_EMPLOYEE.EMP_ID)
        bind => [1, null, Canada, US]
Query:UpdateAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.updateAll(DatasourceCallQueryMechanism.java:713)
        at oracle.toplink.essentials.queryframework.UpdateAllQuery.executeDatabaseQuery(UpdateAllQuery.java:165)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeUpdate(EJBQueryImpl.java:371)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testNullifyAddressIn(EntityManagerJUnitTestSuite.java:2161)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testLeftJoinOneToOneQuery took 0,049 sec
Testcase: testSerializedLazy took 0,006 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.mappings.ObjectReferenceMapping.cascadeRegisterNewIfRequired(ObjectReferenceMapping.java:655)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.cascadeRegisterNewForCreate(ObjectBuilder.java:1256)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3192)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.EntityManagerJUnitTestSuite.testSerializedLazy(EntityManagerJUnitTestSuite.java:2188)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 51 more

Testcase: testOracleSequenceDefinition took 0 sec
Testcase: testMergeDetachedObject took 0,112 sec
Testcase: testMergeRemovedObject took 0,063 sec
Testcase: testMergeNull took 0,001 sec
Testcase: testPersistNull took 0,001 sec
Testcase: testContainsNull took 0 sec
Testcase: testRemoveNull took 0,001 sec
Testcase: testCreateEntityManagerFactory took 0 sec
Testcase: testPrimaryKeyUpdate took 0,072 sec
Testcase: testPrimaryKeyUpdateSameValue took 0,023 sec
Testcase: testPrimaryKeyUpdatePKFK took 0,074 sec
Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.SQLResultSetMappingTestSuite$1.setUp(SQLResultSetMappingTestSuite.java:298)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testProjectJoinTeamMembers took 0,141 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNull took 0,132 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testProjectJoinTeamMembersJoinAddress took 0,151 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testProjectOuterJoinTeamMembersJoinAddress took 0,135 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testProjectOuterJoinTeamMembersOuterJoinAddress took 0,07 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testProjectJoinTeamMembersOuterJoinAddress took 0,096 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testProblemReporterProjectJoinTeamMembersJoinAddress took 0,102 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testEmployeeJoinProjects took 0,113 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNull took 0,091 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectName took 0,069 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhones took 0,091 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testEmployeeJoinManagerAddressOuterJoinManagerAddress took 0,088 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testTwoUnrelatedResultWithOneToManyJoins took 0,088 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testMultipleUnrelatedResultWithOneToManyJoins took 0,083 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testTwoUnrelatedResultWithOneToOneJoins took 0,106 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testTwoUnrelatedResultWithOneToOneJoinsWithExtraItem took 0,086 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.populate(JoinedAttributeAdvancedJunitTest.java:118)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.JoinedAttributeAdvancedJunitTest.setUp(JoinedAttributeAdvancedJunitTest.java:77)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 45 more

Testcase: testSimpleReturnDirectToField took 0,038 sec
        Caused an ERROR
Array index out of range: 0
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
        at java.util.Vector.get(Vector.java:710)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryMultipleReturnTestSuite.testSimpleReturnDirectToField(ReportQueryMultipleReturnTestSuite.java:73)

Testcase: testSimpleReturnObject took 0,038 sec
        Caused an ERROR
Array index out of range: 0
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
        at java.util.Vector.get(Vector.java:710)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryMultipleReturnTestSuite.testSimpleReturnObject(ReportQueryMultipleReturnTestSuite.java:86)

Testcase: testReturnObjectAndDirectToField took 0,006 sec
        Caused an ERROR
Array index out of range: 0
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
        at java.util.Vector.get(Vector.java:710)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryMultipleReturnTestSuite.testReturnObjectAndDirectToField(ReportQueryMultipleReturnTestSuite.java:99)

Testcase: testReturnUnrelatedObjectAndDirectToField took 0,014 sec
        Caused an ERROR
Array index out of range: 0
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
        at java.util.Vector.get(Vector.java:710)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryMultipleReturnTestSuite.testReturnUnrelatedObjectAndDirectToField(ReportQueryMultipleReturnTestSuite.java:119)

Testcase: testInheritanceMultiTableException took 0,004 sec
        FAILED
Failed to throw exception, ReportItems must not have multi-table inheritance.
junit.framework.AssertionFailedError: Failed to throw exception, ReportItems must not have multi-table inheritance.
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryMultipleReturnTestSuite.testInheritanceMultiTableException(ReportQueryMultipleReturnTestSuite.java:141)

Testcase: testReturnRootObject took 0,041 sec
        Caused an ERROR
Array index out of range: 0
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
        at java.util.Vector.get(Vector.java:710)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryMultipleReturnTestSuite.testReturnRootObject(ReportQueryMultipleReturnTestSuite.java:151)

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ExtendedPersistenceContextJUnitTestSuite$1.setUp(ExtendedPersistenceContextJUnitTestSuite.java:63)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.ReportQueryConstructorExpressionTestSuite$1.setUp(ReportQueryConstructorExpressionTestSuite.java:94)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testCreateProjects took 0,013 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.OptimisticConcurrencyJUnitTestSuite.testCreateProjects(OptimisticConcurrencyJUnitTestSuite.java:69)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 48 more

Testcase: testCreateEmployeeWithFlush took 0,074 sec
        Caused an ERROR
getSingleResult() did not retrieve any entities.
javax.persistence.NoResultException: getSingleResult() did not retrieve any entities.
        at oracle.toplink.essentials.internal.ejb.cmp3.EJBQueryImpl.throwNoResultException(EJBQueryImpl.java:223)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:475)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.OptimisticConcurrencyJUnitTestSuite.testCreateEmployeeWithFlush(OptimisticConcurrencyJUnitTestSuite.java:93)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testVersionUpdateWithCorrectValue took 0,047 sec
Testcase: testVersionUpdateWithIncorrectValue took 0,039 sec
Testcase: testVersionUpdateWithNullValue took 0,072 sec
Testcase: testCreateDepartment took 0,035 sec
Testcase: testCreateScientists took 0,122 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:SCIENTIST_SEQError Code: -4020
Call:SELECT SCIENTIST_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:SCIENTIST_SEQError Code: -4020
Call:SELECT SCIENTIST_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.compositepk.AdvancedCompositePKJunitTest.testCreateScientists(AdvancedCompositePKJunitTest.java:136)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:SCIENTIST_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 48 more

Testcase: testReadDepartment took 0,024 sec
        FAILED
The number of scientists were incorrect.
junit.framework.AssertionFailedError: The number of scientists were incorrect.
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.compositepk.AdvancedCompositePKJunitTest.testReadDepartment(AdvancedCompositePKJunitTest.java:186)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testReadJuniorScientist took 0,001 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.compositepk.AdvancedCompositePKJunitTest.testReadJuniorScientist(AdvancedCompositePKJunitTest.java:192)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testAnyAndAll took 0,041 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7016] (at 169): Parameter spec not allowed in this contextError Code: -7016
Call:SELECT t0.F_NAME, t0.L_NAME, t0.ID_NUMBER, t0.DTYPE, t0.CUBE_ID, t0.CUBE_CODE, t0.DEPT_NAME, t0.DEPT_ROLE, t0.DEPT_LOCATION FROM CMP3_SCIENTIST t0 WHERE EXISTS (SELECT ? FROM CMP3_SCIENTIST t1 WHERE (((t0.F_NAME = t1.F_NAME) AND (t0.L_NAME = t1.L_NAME)) AND (t0.ID_NUMBER = t1.ID_NUMBER)))
        bind => [1]
Query:ReportQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist)
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7016] (at 169): Parameter spec not allowed in this contextError Code: -7016
Call:SELECT t0.F_NAME, t0.L_NAME, t0.ID_NUMBER, t0.DTYPE, t0.CUBE_ID, t0.CUBE_CODE, t0.DEPT_NAME, t0.DEPT_ROLE, t0.DEPT_LOCATION FROM CMP3_SCIENTIST t0 WHERE EXISTS (SELECT ? FROM CMP3_SCIENTIST t1 WHERE (((t0.F_NAME = t1.F_NAME) AND (t0.L_NAME = t1.L_NAME)) AND (t0.ID_NUMBER = t1.ID_NUMBER)))
        bind => [1]
Query:ReportQuery(oracle.toplink.essentials.testing.models.cmp3.advanced.compositepk.Scientist)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2081)
        at oracle.toplink.essentials.queryframework.ReportQuery.executeDatabaseQuery(ReportQuery.java:774)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:731)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.executeReadQuery(EJBQueryImpl.java:346)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.getResultList(EJBQueryImpl.java:447)
        at oracle.toplink.essentials.testing.tests.cmp3.advanced.compositepk.AdvancedCompositePKJunitTest.testAnyAndAll(AdvancedCompositePKJunitTest.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7016] (at 169): Parameter spec not allowed in this context
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 39 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 136): Invalid datatypeError Code: -3002
Call:CREATE TABLE CMP3_PRIMITIVE_TYPES (PT_ID FIXED(15) NOT NULL, BOOLEAN_DATA BOOLEAN NOT NULL, BYTE_DATA BOOLEAN NOT NULL, CHAR_DATA CHAR UNICODE NOT NULL, SHORT_DATA BOOLEAN NOT NULL, INT_DATA FIXED(15) NOT NULL, LONG_DATA FIXED(19) NOT NULL, FLOAT_DATA FLOAT NOT NULL, DOUBLE_DATA DOUBLE PRECISION NOT NULL, STRING_DATA VARCHAR(30), PRIMARY KEY (PT_ID))
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 136): Invalid datatypeError Code: -3002
Call:CREATE TABLE CMP3_PRIMITIVE_TYPES (PT_ID FIXED(15) NOT NULL, BOOLEAN_DATA BOOLEAN NOT NULL, BYTE_DATA BOOLEAN NOT NULL, CHAR_DATA CHAR UNICODE NOT NULL, SHORT_DATA BOOLEAN NOT NULL, INT_DATA FIXED(15) NOT NULL, LONG_DATA FIXED(19) NOT NULL, FLOAT_DATA FLOAT NOT NULL, DOUBLE_DATA DOUBLE PRECISION NOT NULL, STRING_DATA VARCHAR(30), PRIMARY KEY (PT_ID))
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.DatabaseObjectDefinition.createOnDatabase(DatabaseObjectDefinition.java:90)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createObject(SchemaManager.java:153)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.replaceObject(SchemaManager.java:760)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:251)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.datatypes.NullBindingJUnitTestCase$1.setUp(NullBindingJUnitTestCase.java:68)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 136): Invalid datatype
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

Testcase: testCreateDateTime took 0,069 sec
Testcase: testNullifySqlDate took 0,076 sec
Testcase: testNullifyTime took 0,016 sec
Testcase: testNullifyTimestamp took 0,019 sec
Testcase: testNullifyUtilDate took 0,053 sec
Testcase: testNullifyCalendar took 0,018 sec
Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 66): Invalid datatypeError Code: -3002
Call:CREATE TABLE CMP3_CLIP (AUDIO LONG BYTE, COMMENTARY LONG VARCHAR UNICODE, ID DOUBLE PRECISION NOT NULL, PRIMARY KEY (ID))
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 66): Invalid datatypeError Code: -3002
Call:CREATE TABLE CMP3_CLIP (AUDIO LONG BYTE, COMMENTARY LONG VARCHAR UNICODE, ID DOUBLE PRECISION NOT NULL, PRIMARY KEY (ID))
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.DatabaseObjectDefinition.createOnDatabase(DatabaseObjectDefinition.java:90)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createObject(SchemaManager.java:153)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.replaceObject(SchemaManager.java:760)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:251)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.lob.LobJUnitTestCase$1.setUp(LobJUnitTestCase.java:69)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3002] (at 66): Invalid datatype
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

Testcase: testPrePersistBusOverrideAndAbstractInheritAndDefault took 0,048 sec
Testcase: testPostPersistBusInheritAndDefault took 0,086 sec
Testcase: testPostLoadBusInheritAndDefault took 0,001 sec
Testcase: testPrePersistSportsCarInheritAndExcludeDefault took 0,059 sec
Testcase: testPostPersistSportsCarInheritAndExcludeDefault took 0,019 sec
Testcase: testPrePersistSportsCarOverride took 0,026 sec
Testcase: test_null took 1,277 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_null(DeleteAllQueryInheritanceJunitTest.java:131)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 43 more

Testcase: test_nullNonDeferred took 903,789 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_FUEL_VEH WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_FUEL_VEH t1 WHERE ((t1.ID = t0.ID) AND (t0.VEH_TYPE = ?)) AND t1.ID = CMP3_FUEL_VEH.ID)
        bind => [SC]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:536)
        at oracle.toplink.essentials.queryframework.ModifyAllQuery.executeInUnitOfWork(ModifyAllQuery.java:153)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeInUnitOfWork(DeleteAllQuery.java:109)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2218)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:120)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:162)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternalNonDeferred(DeleteAllQueryInheritanceJunitTest.java:182)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_nullNonDeferred(DeleteAllQueryInheritanceJunitTest.java:136)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 41 more

Testcase: test_ownerTOP took 0,223 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BOAT WHERE EXISTS(SELECT t1.ID FROM CMP3_BOAT t3, CMP3_NONFUEL_VEH t2, CMP3_VEHICLE t1, CMP3_COMPANY t0 WHERE (((t0.NAME = ?) AND (((t3.BOAT_ID = t1.ID) AND (t2.ID = t1.ID)) AND (t1.VEH_TYPE = ?))) AND (t0.ID = t1.OWNER_ID)) AND t3.BOAT_ID = CMP3_BOAT.BOAT_ID)
        bind => [TOP, BO]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BOAT WHERE EXISTS(SELECT t1.ID FROM CMP3_BOAT t3, CMP3_NONFUEL_VEH t2, CMP3_VEHICLE t1, CMP3_COMPANY t0 WHERE (((t0.NAME = ?) AND (((t3.BOAT_ID = t1.ID) AND (t2.ID = t1.ID)) AND (t1.VEH_TYPE = ?))) AND (t0.ID = t1.OWNER_ID)) AND t3.BOAT_ID = CMP3_BOAT.BOAT_ID)
        bind => [TOP, BO]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_ownerTOP(DeleteAllQueryInheritanceJunitTest.java:143)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

Testcase: test_fuelTypePetrol took 0,129 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((UPPER(t1.FUEL_TYP) = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [PETROL, BU]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE ((UPPER(t1.FUEL_TYP) = ?) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [PETROL, BU]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_fuelTypePetrol(DeleteAllQueryInheritanceJunitTest.java:150)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

Testcase: test_schoolBusNullDriver took 0,329 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((UPPER(t1.DESCRIP) = ?) AND (t2.DRIVER_ID IS NULL)) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [SCHOOL BUS, BU]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (((UPPER(t1.DESCRIP) = ?) AND (t2.DRIVER_ID IS NULL)) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [SCHOOL BUS, BU]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_schoolBusNullDriver(DeleteAllQueryInheritanceJunitTest.java:157)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

Testcase: test_ownerOwnsNonFueledVehicle took 0,392 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (EXISTS (SELECT t3.ID FROM CMP3_COMPANY t5, CMP3_NONFUEL_VEH t4, CMP3_VEHICLE t3 WHERE ((((t3.OWNER_ID = t5.ID) AND (t4.ID = t3.ID)) AND t3.VEH_TYPE IN (?, ?, ?)) AND (t5.ID = t0.OWNER_ID))) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [NF, BI, BO, BU]
Query:DeleteAllQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowedError Code: -7008
Call:DELETE FROM CMP3_BUS WHERE EXISTS(SELECT t0.ID FROM CMP3_VEHICLE t0, CMP3_BUS t2, CMP3_FUEL_VEH t1 WHERE (EXISTS (SELECT t3.ID FROM CMP3_COMPANY t5, CMP3_NONFUEL_VEH t4, CMP3_VEHICLE t3 WHERE ((((t3.OWNER_ID = t5.ID) AND (t4.ID = t3.ID)) AND t3.VEH_TYPE IN (?, ?, ?)) AND (t5.ID = t0.OWNER_ID))) AND (((t2.BUS_ID = t0.ID) AND (t1.ID = t0.ID)) AND (t0.VEH_TYPE = ?))) AND t2.BUS_ID = CMP3_BUS.BUS_ID)
        bind => [NF, BI, BO, BU]
Query:DeleteAllQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.deleteAll(DatasourceCallQueryMechanism.java:102)
        at oracle.toplink.essentials.queryframework.DeleteAllQuery.executeDatabaseQuery(DeleteAllQuery.java:183)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.issueModifyAllQueryList(UnitOfWorkImpl.java:2441)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1037)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1112)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:122)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:64)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:45)
        at oracle.toplink.essentials.testing.framework.DeleteAllQueryTestHelper.execute(DeleteAllQueryTestHelper.java:41)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.deleteAllQueryInternal(DeleteAllQueryInheritanceJunitTest.java:175)
        at oracle.toplink.essentials.testing.tests.cmp3.inheritance.DeleteAllQueryInheritanceJunitTest.test_ownerOwnsNonFueledVehicle(DeleteAllQueryInheritanceJunitTest.java:171)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7008]: Updates of this table not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 40 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.OrderedListJunitTest$1.setUp(OrderedListJunitTest.java:70)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.InheritedModelJunitTest$1.setUp(InheritedModelJunitTest.java:60)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.InheritedCallbacksJunitTest$1.setUp(InheritedCallbacksJunitTest.java:63)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_CERTIFICATION ADD CONSTRAINT FK_CMP3_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.inherited.EmbeddableSuperclassJunitTest$1.setUp(EmbeddableSuperclassJunitTest.java:94)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 47): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 29 more

Testcase: testgetReference took 0,322 sec
Testcase: testcreateNativeQuery took 0,424 sec
Testcase: testcreateNativeQueryWithSelectSQL took 0,496 sec
Testcase: testNativeNamedQuery took 0,799 sec
Testcase: testSetParameterUsingNull took 0,266 sec
Testcase: testLeftTrimWithTrimChar took 0,552 sec
Testcase: testTrimWithTrimChar took 0,595 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-5016] (at 73): Missing delimiter: )Error Code: -5016
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (TRIM(? FROM NAME) = ?)
        bind => [i, tem]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-5016] (at 73): Missing delimiter: )Error Code: -5016
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (TRIM(? FROM NAME) = ?)
        bind => [i, tem]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2093)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.tests.cmp3.relationships.ExpressionJUnitTestSuite.testTrimWithTrimChar(ExpressionJUnitTestSuite.java:134)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-5016] (at 73): Missing delimiter: )
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 33 more

Testcase: testTrimWithoutTrimChar took 0,447 sec
Testcase: testLocateWithSingleArgument took 0,543 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowedError Code: -7045
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME) = ?)
        bind => [t, 2]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowedError Code: -7045
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME) = ?)
        bind => [t, 2]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2093)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.tests.cmp3.relationships.ExpressionJUnitTestSuite.testLocateWithSingleArgument(ExpressionJUnitTestSuite.java:228)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 33 more

Testcase: testLocateWithDoubleArgument took 0,515 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowedError Code: -7045
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME, ?) = ?)
        bind => [i, 2, 5]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowedError Code: -7045
Call:SELECT ID, NAME, ITEM_VERSION, DESCRIPTION FROM CMP3_ITEM WHERE (LOCATE(?, NAME, ?) = ?)
        bind => [i, 2, 5]
Query:ReadAllQuery(oracle.toplink.essentials.testing.models.cmp3.relationships.Item)
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:600)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2115)
        at oracle.toplink.essentials.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2093)
        at oracle.toplink.essentials.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:302)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:709)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:677)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.testing.tests.cmp3.relationships.ExpressionJUnitTestSuite.testLocateWithDoubleArgument(ExpressionJUnitTestSuite.java:273)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-7045] (at 66): Parameter spec not allowed
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 33 more

Testcase: testInsertVirtualAttribute took 0,255 sec
Testcase: testReadVirtualAttribute took 0,012 sec
Testcase: testUpdateVirtualAttribute took 0,128 sec
Testcase: testDeleteVirtualAttribute took 0,148 sec
Testcase: testPKClassTypeValidation took 0,001 sec
Testcase: testParameterNameValidation took 0,001 sec
Testcase: testParameterPositionValidation took 0,001 sec
Testcase: testParameterPositionValidation2 took 0,004 sec
Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLUnitTestSuite$1.setUp(JUnitEJBQLUnitTestSuite.java:149)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLSimpleTestSuite$1.setUp(JUnitEJBQLSimpleTestSuite.java:228)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLComplexTestSuite$1.setUp(JUnitEJBQLComplexTestSuite.java:188)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLInheritanceTestSuite$1.setUp(JUnitEJBQLInheritanceTestSuite.java:157)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLValidationTestSuite$1.setUp(JUnitEJBQLValidationTestSuite.java:184)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLComplexAggregateTestSuite$1.setUp(JUnitEJBQLComplexAggregateTestSuite.java:152)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: testSqlDate took 0,009 sec
Testcase: testSqlDateToTS took 0,036 sec
Testcase: testTime took 0,008 sec
Testcase: testTimeToTS took 0,007 sec
Testcase: testTimestamp took 0,008 sec
Testcase: testTimestampToDate took 0,006 sec
Testcase: testTimestampToTime took 0,006 sec
Testcase: testUtilDate took 0,007 sec
Testcase: testCalenderWithUtilDate took 0,025 sec
Testcase: testSqlDateWithCal took 0,005 sec
Testcase: testTimeWithCal took 0,006 sec
Testcase: testTimestampWithCal took 0,005 sec
Testcase: testUtilDateWithCal took 0,013 sec
Testcase: testCalendar took 0,007 sec
Testcase: testTimestampGreaterThan took 0,013 sec
Testcase: testTimestampLessThan took 0,008 sec
Testcase: testTimestampIn took 0,007 sec
Testcase: testTimestampBetween took 0,009 sec
Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLParameterTestSuite$1.setUp(JUnitEJBQLParameterTestSuite.java:124)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLExamplesTestSuite$1.setUp(JUnitEJBQLExamplesTestSuite.java:134)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 36 more

Testcase: simpleUpdate took 1,069 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

Testcase: updateWithSubquery took 0,574 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

Testcase: updateEmbedded took 0,68 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQError Code: -4020
Call:SELECT PROJECT_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:PROJECT_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

Testcase: simpleUnqualifiedUpdate took 0,651 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQError Code: -4020
Call:SELECT BUYER_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:BUYER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

Testcase: simpleDelete took 0,699 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQError Code: -4020
Call:SELECT ADDRESS_SEQ.NEXTVAL FROM DUAL
Query:ValueReadQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:270)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:252)
        at oracle.toplink.essentials.queryframework.DirectReadQuery.executeNonCursor(DirectReadQuery.java:110)
        at oracle.toplink.essentials.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:97)
        at oracle.toplink.essentials.queryframework.ValueReadQuery.executeDatabaseQuery(ValueReadQuery.java:73)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.sequencing.QuerySequence.select(QuerySequence.java:299)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:245)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_NoTransaction_State.getNextValue(SequencingManager.java:532)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumbers(UnitOfWorkImpl.java:390)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.collectAndPrepareObjectsForCommit(UnitOfWorkImpl.java:707)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1098)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:962)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:794)
        at oracle.toplink.essentials.testing.models.cmp3.advanced.EmployeePopulator.persistExample(EmployeePopulator.java:879)
        at oracle.toplink.essentials.testing.tests.ejb.ejbqltesting.JUnitEJBQLModifyTestSuite.setUp(JUnitEJBQLModifyTestSuite.java:93)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4020] (at 8): Unknown sequence name:ADDRESS_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 44 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_EMPLOYEE (EMP_ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_EMPLOYEE (EMP_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.advanced.EntityMappingsAdvancedJUnitTestCase$1.setUp(EntityMappingsAdvancedJUnitTestCase.java:71)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 46): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 31 more

Testcase: testCreateCustomer took 0,21 sec
Testcase: testCreateItem took 0,208 sec
Testcase: testCreateOrder took 0,12 sec
Testcase: testReadCustomer took 0,002 sec
Testcase: testReadItem took 0,001 sec
Testcase: testReadOrder took 0,001 sec
Testcase: testNamedQueryOnCustomer took 0,006 sec
Testcase: testNamedQueryOnItem took 0,012 sec
Testcase: testNamedQueryOnOrder took 0,037 sec
Testcase: testUpdateCustomer took 0,094 sec
Testcase: testUpdateItem took 0,093 sec
Testcase: testUpdateOrder took 0,133 sec
Testcase: testDeleteOrder took 0,091 sec
Testcase: testDeleteCustomer took 0,092 sec
Testcase: testDeleteItem took 0,193 sec
Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 50): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_UNI_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_UNI_EMPLOYEE (EMP_ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 50): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_UNI_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_UNI_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CMP3_XML_UNI_EMPLOYEE (EMP_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.relationships.unidirectional.EntityMappingsUnidirectionalRelationshipsJUnitTestCase$1.setUp(EntityMappingsUnidirectionalRelationshipsJUnitTestCase.java:95)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 50): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 31 more

Testcase: testCreateFueledVehicle took 0,159 sec
Testcase: testCreateBusFueledVehicle took 0,092 sec
Testcase: testCreateNonFueledVehicle took 0,179 sec
Testcase: testReadFueledVehicle took 0,003 sec
Testcase: testReadNonFueledVehicle took 0,001 sec
Testcase: testNamedNativeQueryOnSportsCar took 0,008 sec
Testcase: testUpdateBusFueledVehicle took 0,108 sec
Testcase: testUpdateFueledVehicle took 0,125 sec
Testcase: testUpdateNonFueledVehicle took 0,14 sec
Testcase: testDeleteBusFueledVehicle took 0,1 sec
Testcase: testDeleteFueledVehicle took 0,092 sec
Testcase: testDeleteNonFueledVehicle took 0,12 sec
Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 51): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_CERTIFICATION ADD CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_XML_CONSUMER (ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 51): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_CERTIFICATION ADD CONSTRAINT FK_CMP3_XML_CERTIFICATION_CONSUMER_ID FOREIGN KEY (CONSUMER_ID) REFERENCES CMP3_XML_CONSUMER (ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.inherited.EntityMappingsInheritedJUnitTestCase$1.setUp(EntityMappingsInheritedJUnitTestCase.java:72)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 51): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 31 more

Testcase: testInheritanceDiscriminatorFieldValue took 0,001 sec
Testcase: testMappingsTypes took 0 sec
Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 58): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_MERGE_ITEM (ITEM_ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 58): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_MERGE_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_MERGE_ITEM (ITEM_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.relationships.EntityMappingsMergeRelationshipsJUnitTestCase$1.setUp(EntityMappingsMergeRelationshipsJUnitTestCase.java:83)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 58): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 33 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 56): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_INC_ITEM (ITEM_ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 56): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_INC_PARTSLIST_ITEM ADD CONSTRAINT FK_CMP3_XML_INC_PARTSLIST_ITEM_PARTSLIST_ID FOREIGN KEY (PARTSLIST_ID) REFERENCES CMP3_XML_INC_ITEM (ITEM_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.incompletemappings.nonowning.EntityMappingsIncompleteNonOwningJUnitTestCase$1.setUp(EntityMappingsIncompleteNonOwningJUnitTestCase.java:79)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 56): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 33 more

Testcase: unknown took 0 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_XML_MERGE_ADDRESS (ADDRESS_ID)
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too longError Code: -2014
Call:ALTER TABLE CMP3_XML_MERGE_EMPLOYEE ADD CONSTRAINT FK_CMP3_XML_MERGE_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CMP3_XML_MERGE_ADDRESS (ADDRESS_ID)
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:639)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:688)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:477)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.threetier.ServerSession.executeCall(ServerSession.java:465)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:894)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:696)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createForeignConstraintsOnDatabase(TableDefinition.java:587)
        at oracle.toplink.essentials.tools.schemaframework.TableDefinition.createConstraintsOnDatabase(TableDefinition.java:563)
        at oracle.toplink.essentials.tools.schemaframework.SchemaManager.createConstraints(SchemaManager.java:140)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTablesAndConstraints(TableCreator.java:256)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:203)
        at oracle.toplink.essentials.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:195)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.incompletemappings.owning.EntityMappingsIncompleteOwningJUnitTestCase$1.setUp(EntityMappingsIncompleteOwningJUnitTestCase.java:71)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-2014] (at 52): Identifier too long
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:434)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:439)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:311)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.executeUpdate(CallableStatementSapDB.java:776)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:632)
        ... 33 more

Testcase: testOneToManyRelationships took 1,341 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 8): Unknown table name:CMP3_MERGE_BEER_SEQError Code: -4004
Call:UPDATE CMP3_MERGE_BEER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, CONSUMER_SEQ]
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 8): Unknown table name:CMP3_MERGE_BEER_SEQError Code: -4004
Call:UPDATE CMP3_MERGE_BEER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, CONSUMER_SEQ]
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.sequencing.QuerySequence.update(QuerySequence.java:329)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:268)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_Transaction_NoAccessor_State.getNextValue(SequencingManager.java:404)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testOneToManyRelationships(EntityMappingsMergeInheritedJUnitTestCase.java:224)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 8): Unknown table name:CMP3_MERGE_BEER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 50 more

Testcase: testVerifyOneToManyRelationships took 0,003 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testVerifyOneToManyRelationships(EntityMappingsMergeInheritedJUnitTestCase.java:240)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testCreateBeerConsumer took 0,037 sec
        Caused an ERROR

Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 8): Unknown table name:CMP3_MERGE_BEER_SEQError Code: -4004
Call:UPDATE CMP3_MERGE_BEER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, CONSUMER_SEQ]
Query:DataModifyQuery()
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 9.1 (Build ESSENTIALS_BUILD_NUMBER)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 8): Unknown table name:CMP3_MERGE_BEER_SEQError Code: -4004
Call:UPDATE CMP3_MERGE_BEER_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
        bind => [50, CONSUMER_SEQ]
Query:DataModifyQuery()
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:303)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:551)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:437)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeCall(AbstractSession.java:675)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:213)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:199)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:242)
        at oracle.toplink.essentials.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:222)
        at oracle.toplink.essentials.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:71)
        at oracle.toplink.essentials.queryframework.DatabaseQuery.execute(DatabaseQuery.java:609)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:1815)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:937)
        at oracle.toplink.essentials.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:909)
        at oracle.toplink.essentials.sequencing.QuerySequence.update(QuerySequence.java:329)
        at oracle.toplink.essentials.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:268)
        at oracle.toplink.essentials.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:81)
        at oracle.toplink.essentials.sequencing.Sequence.getGeneratedVector(Sequence.java:266)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager$Preallocation_Transaction_NoAccessor_State.getNextValue(SequencingManager.java:404)
        at oracle.toplink.essentials.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:832)
        at oracle.toplink.essentials.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:95)
        at oracle.toplink.essentials.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:225)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:341)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3235)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:298)
        at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3186)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:170)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testCreateBeerConsumer(EntityMappingsMergeInheritedJUnitTestCase.java:98)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4004] (at 8): Unknown table name:CMP3_MERGE_BEER_SEQ
        at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
        at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:911)
        at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:570)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.sendCommand(CallableStatementSapDB.java:1764)
        at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:808)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.doParse(CallableStatementSapDB.java:233)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.constructor(CallableStatementSapDB.java:186)
        at com.sap.dbtech.jdbc.CallableStatementSapDB.<init>(CallableStatementSapDB.java:88)
        at com.sap.dbtech.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:803)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1147)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:597)
        at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:470)
        ... 50 more

Testcase: testReadBeerConsumer took 0 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testReadBeerConsumer(EntityMappingsMergeInheritedJUnitTestCase.java:176)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testNamedNativeQueryBeerConsumers took 0,007 sec
Testcase: testNamedNativeQueryCertifications took 0,004 sec
Testcase: testMappedSuperclassTransientField took 0 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testMappedSuperclassTransientField(EntityMappingsMergeInheritedJUnitTestCase.java:257)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testTransientField took 0,001 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testTransientField(EntityMappingsMergeInheritedJUnitTestCase.java:264)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testUpdateBeerConsumer took 0,002 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testUpdateBeerConsumer(EntityMappingsMergeInheritedJUnitTestCase.java:194)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testDeleteBeerConsumer took 0,001 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testDeleteBeerConsumer(EntityMappingsMergeInheritedJUnitTestCase.java:163)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testBeerLifeCycleMethodAnnotationIgnored took 0 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testBeerLifeCycleMethodAnnotationIgnored(EntityMappingsMergeInheritedJUnitTestCase.java:274)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testMappedSuperclassEntityListener took 0,001 sec
        Caused an ERROR
An instance of a null PK has been incorrectly provided for this find operation.
java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided for this find operation.
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.findInternal(EntityManagerImpl.java:269)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.find(EntityManagerImpl.java:130)
        at oracle.toplink.essentials.testing.tests.cmp3.xml.merge.inherited.EntityMappingsMergeInheritedJUnitTestCase.testMappedSuperclassEntityListener(EntityMappingsMergeInheritedJUnitTestCase.java:297)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

Testcase: testMappedSuperclassEmbeddedXMLElement took 0 sec