Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » drop-and-create-tables for Oracle
drop-and-create-tables for Oracle [message #387784] Tue, 12 May 2009 13:08 Go to next message
hanys is currently offline hanysFriend
Messages: 188
Registered: July 2009
Senior Member
Hello,

EclipseLink doesn't delete table called Sequence for Oracle database.

How to solve it?

-Jan
Re: drop-and-create-tables for Oracle [message #387788 is a reply to message #387784] Wed, 13 May 2009 13:30 Go to previous message
James Sutherland is currently offline James SutherlandFriend
Messages: 1939
Registered: July 2009
Location: Ottawa, Canada
Senior Member

The sequence table is generally not dropped because it may contain
sequence values used for other classes. It structure does not normally
change, so should be ok not to be dropped. You can manually drop it if
you wish using a native SQL query, or any database tool or shell.

---
James
http://www.nabble.com/EclipseLink---Users-f26658.html


James : Wiki : Book : Blog : Twitter
Previous Topic:Expression - dateDifference method usage
Next Topic:Problems migrating from Toplink Essentials to EclipseLink
Goto Forum:
  


Current Time: Sat May 11 02:53:49 GMT 2024

Powered by FUDForum. Page generated in 0.02820 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top