A potential bug on the new feature (12c) of Identity Column?

Hi,
I am testing a newly introduced feature of Identity Column in Oracle 12c. I used EclipseLink (JPA) to access the database.
I may have found a potential bug with this feature. I am getting "ORA-30667: cannot drop NOT NULL constraint on a DEFAULT ON NULL column" when I try to insert a row. My code doesn't explicitly drop "NOT NULL" constraint.
When I delete all the tables under the user and re-define the user and the tables, the error disappear.
Here are the details:
Error:
DatabaseException Internal Exception: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-30667: cannot drop NOT NULL constraint on a DEFAULT ON NULL column Error Code: 604 Call: INSERT INTO MyTable (ID, SOMEID, SOMEDATE) VALUES (?, ?, ?) bind => [null, 100100147, 2013-11-29 Query: InsertObjectQuery(cus.entity.MyTable@1a9ea5b)
Table definition:
CREATE TABLE MyTable (id NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY PRIMARY KEY,
      someId INT NOT NULL,
      someDate DATE NOT NULL,
      PARTITION BY range(someDate)
      interval(numtodsinterval(1,'year'))
      SUBPARTITION BY HASH ( someId)
      SUBPARTITIONS 20
       PARTITION p0 VALUES LESS THAN (TO_DATE('01-12-2013', 'DD-MM-YYYY'))
Could anyone tell me if there might be a bug associated with the new feature or if there was something wrong with my code?
I would be appreciated if anyone can help.

"here is a reproducible test case in the SCOTT schema - if it reproduces for you open an SR with Oracle"
Yes. I have just followed the instruction you posted and managed to re-produce the same error I reported earlier. Here are the details of the script output following your posted instruction:
table MYTABLE dropped.
purge recyclebin
table MYTABLE created.
1 rows inserted.
table MYTABLE dropped.
OBJECT_NAME                                                                                                                      ORIGINAL_NAME                                                                                                                    OPERATION TYPE                      TS_NAME                        CREATETIME          DROPTIME               DROPSCN PARTITION_NAME                                                                                                                   CAN_UNDROP CAN_PURGE    RELATED BASE_OBJECT PURGE_OBJECT      SPACE
BIN$6NCDTxmXTb2QBpUWF0kGqw==$0                                                                                                   SYS_C0010655                                                                                                                     DROP      INDEX                     USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030808                                                                                                                                  NO         YES            98789       98789        98812          8
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                          &

Similar Messages

  • What are the New Features in Apex 3.1.2 as Comparitive with Apex 3.1

    hi all
    what are the new features in Apex 3.1.2 as compartively with Apex 3.1?
    Is it recommended to use 3.12 comparitivly 3.1?
    please drop ur valuable answers
    many thanks
    khaja
    Edited by: ATM on Dec 27, 2008 1:06 PM
    Edited by: ATM on Dec 27, 2008 1:11 PM
    Edited by: khaja on Jan 18, 2009 10:47 AM

    Hello,
    Versions 3.1.1 and 3.1.2 are actually patched version of APEX 3.1. As such, they don’t introduce new features, but mainly fix bugs from the main release. If you want to learn specific details about these versions, you should read the readme file attached to the patch set files (on metalink).
    It’s always best to work with the latest patched version, as it reduces your chances to encounter bugs. In general, so far the new APEX versions added many new features and technologies, while maintaining backward compatibility, so existing applications functionality is not impaired. Personally, I don’t see any reason not to upgrade and use the latest version, certainly when you are comparing 3.1 to 3.1.2.
    Regards,
    Arie.

  • What are the new features for the latest version ...

    what are the new features for the latest version of N6300? can you cite me the newest features?

    The latest update was just bug fixes and improved stability, no new features. That is nearly always the case with series 40 phones like the 6300.
    Nokia do not make the changelogs available publicly but often they do appear on unofficial sites. Searching google may provide you with more detailed info that cannot be posted here.

  • Is the new feature of material status definition is supported in ASCP r12

    Hi all
    I am facing new requirement from Customer which is on R12.
    They have a warehouse which by definition is non Nettable. This  warehouse manage by locators.
    Customer requirement is that group of locators in the warehouse will be nettable despite that the warehouse it self set as non nettable.
    They can't set those locators in different nettable warehouse.
    My question is releated to the new feature of material status definition on R12 as a nominate for solution for this issue.
    As I saw I can set material status as nettable and assigned it to the locator.
    I haven't test it yet and I will appreciate your best practices /knowledge feedback  If this feature supported in ASCP
    Thank in Advance

    Hi,
    First of all, Warehouses cannot be nettable/non-nettable. I assume when you say warehouse you are referring to Sub-Inventory. You can only have a nettable/non-nettable sub-inventory.
    The precise answer to your query on material status is NO.
    As of now ASCP does not have the capability to plan based on the material statuses defined in source.
    ASCP do not collect the Material Status related information.
    You may refer to the following ER:
    Bug 17014198 : DATA COLLECTIONS NOT COLLECTING SUPPLIES FROM NON-NETTABLE SUBINVENTORY
    Hope that helps!!
    Regards,
    Mohan Balaji
    NOTE: Please mark the post as Helpful or Answered if the update has really helped you. This would also bring the thread to logical conclusion and will be helpful for the viewers.

  • My Snow Leopard 10.6.3 has Safari 4.0.4 but this cannot be used for the new features of iTune.  I tried upgrading to Safari 5.1.7 but it needs Snow Leopard 10.6.8.  Where can I get a version of Safari 5.1 that is compatible with Snow Leopard 10.6.3?

    My Snow Leopard 10.6.3 has Safari 4.0.4 but this cannot be used for the new features of iTunes.  I tried upgrading to Safari 5.1.7 but it needs Snow Leopard 10.6.8.  Where can I get a version of Safari 5.1 that is compatible with Snow Leopard 10.6.3?

    Hi..
    here can I get a version of Safari 5.1 that is compatible with Snow Leopard 10.6.3?
    Not possible. You need to update to v10.6.8
    Click your Apple menu > Software Update
    Or update using the this download > Mac OS X 10.6.8 Update Combo
    Then restart your Mac.

  • How can i delete the new feature "get in contact with your favourite persons"?? When u press the "home" button twice, theres a list on top of the ipad with the last persons youve been in contact with. How do i delete that, or some of them ;-)

    How can i delete the new feature "get in contact with your favourite persons"?? When u press the "home" button twice, theres a list on top of the ipad with the last persons youve been in contact with. How do i delete that, or some of them ;-) Sorry for the danish  

    You can turn that feature off in Settings>Mail, contacts, calendars>Contacts>Show in App Switcher>Recents>Off.

  • Some of the new features of iPhoto 8 (09)

    The following are some of the new features of iPhoto 8 that are not publicized on the Apple iPHoto site:
    1 - iPhoto 8 now will open directly the library that you double click on instead of opening the last opened library.
    2 - it has a new option in the rebuild window, *Rebuild Library Database from automatic backup*. With luck that might just make the need for my Automator workflow to backup the Library6.iPhoto database file obsolete. Let's hope so.
    3 - all MobileMe galleries published will automatically be included in all iPhoto Libraries.
    4 - when you move your cursor over a thumbnail image there is a small "i" in the lower right hand corner that, when clicked on, opens the Info window for that photo. There you can assign a location via Google.
    5 - upon launching iPhoto with the Option key depressed a window will open that will list all iPhoto libraries on your boot drive and all connected HDs except that used for Time Machine. It will also list any folder containing a Library6.iPhoto file. So if you have a backup copy of the dB file in a folder somewhere on your HD that folder will be displayed in the list of available libraries to open.
    As a general note I've found that iPhoto Library Manager will work with iPhoto 8 (09) as far as selecting the library to open. I haven't tested the copy, merge or rebuild features as yet.
    That's about I've come across in the short time I've been experimenting with it. *By far the best new feature IMO is No.2 above.*
    OT

    Did you mean to put this one in the iPhoto forum?
    http://discussions.apple.com/forum.jspa?forumID=1306

  • In illustratorCC2014, I tried to configure the use of the GPU of the new features.  I have installed the java.  I have a 3D set in navidia control panel.  illustrator CC2014 will not start.  I have not repaired even if you restored in navidia control pane

    In illustratorCC2014, I tried to configure the use of the GPU of the new features.
    I have installed the java.
    I have a 3D set in navidia control panel.
    illustrator CC2014 will not start.
    I have not repaired even if you restored in navidia control panel.
    I will add information here. HP Z400 Workstation, windous7Pro, NAVIDIA Quadro 2000, Intel Xeon CPU W3565 3.2GHZ

    In illustratorCC2014, I tried to configure the use of the GPU of the new features.
    I have installed the java.
    I have a 3D set in navidia control panel.
    illustrator CC2014 will not start.
    I have not repaired even if you restored in navidia control panel.
    I will add information here. HP Z400 Workstation, windous7Pro, NAVIDIA Quadro 2000, Intel Xeon CPU W3565 3.2GHZ

  • What are the new features in R12 iStore as compaired to 11i?

    What are the new features in R12 iStore as compaired to 11i?
    Also plz tell main difference in R12 and 11i iStore functionality.

    Hi,
    The information can be found in Release Content Documents (RCD) Published by Oracle.
    Please refer metalink note 404152.1 ... download "Customer Relationship Management Family RCD (zip, 3.2 MB)"
    You will find istore specific details in r12_mkt_sales_rcd.zip
    Thanks,
    Hrishi

  • So, my ipod touch is running 5.1.1 and is slow and sometimes unresponsive. According to Apple it will not update to iOS 6. It is a 32GB, 3rd Generation. I want the new features but it's making me mad. I do not want to jailbreak. HELP?!

    So, my IPod touch is running 5.1.1 and is slow and sometimes unresponsive. According to Apple it will not update to iOS 6. It is a 32GB, 3rd Generation. I want the new features but it's making me mad. I do not want to jailbreak. As this would void my device from Apple. I love the features iOS 6 has to offer but I don't want to put out anymore money. IPods are expensive enough, Should I use blobs? Or would that make my device worse. Plus I do not want to pay $20.00 for a chat and have to wait all day to someone who I can't understand on the telephone. someone help me please.

    For the slowness:
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • Update 10.2.1 is NOT worth the new features!

    Upgraded to 10.2.1 yesterday and it's definitely NOT worth the new features for me.  The phone runs MUCH slower and drains the battery MUCH faster.  You'll need to turn off BlackBerry Link (in the settings menu) when not in use to keep from recharging your device every 5-6 hours.  STAY AWAY!

    Well,i read a few threads about people complaining and stuff.BUT I upgraded and restored data through PC.and in other threads Sanders said it might take a while for BlackBerry Link to finish syncing OTA.
    Just be patient alright,Z10s are speed demons if you ask me 
    sent from my IMBA BlackBerry Smartphone

  • How can I print comments in Numbers? I think was announced in the new features...

    How can I print comments in Numbers in the desktopt version? I think was announced in the new features but I can't see it.

    Add comments using the button in the toolbar:

  • Can anyone direct me to a good overview of the new features of iOS 6 (I use an iPhone 4S) so I know what I've got and how to use it?  Thanks!

    Can anyone direct me to a good overview of the new features of iOS 6 (I use an iPhone 4S) so I know what I've got and how to use it?  Thanks!

    http://www.apple.com/ios/

  • After installing Firefox 5, why, after closing and reopening the programme, do I seem to have lost most of the new features?

    After installing Firefox 5, replacing my previous version (4.5), I could see the new features. However, having closed and reopened Firefox, it seems as though it has reverted to the previous version, even though 'Help - About' says I'm running on version 5.0.
    I had to download 5.0 from the Mozilla website, as I tried to update via the update tool in 4.5, but it claimed I was fully up to date, even though I have 5.0 on another machine (which works perfectly).

    Can you please describe the "new features" that you saw first time you opened Firefox 5?
    Thank you.

  • A Bug with the new ms-6729 Bios (6729v5.30)

    Hi
    After updating my Bios to the new version, the motherboard detect my CPU(Athlon 2400+) as a 1800+.
    I tried to change settings manually without success.
    Anybody has encountred a similar problem?
    Best Regards

    Dir Sir,
    Thank you very much for your quick answer, but i believe you didn't try
    the mentioned Bios.
    I'm not a novice, i mounted more than 300 computers for my clients, and
    around 30 of last 50 computers are with MSI Motherboards.
    Cpu Fsb for Athlon 2400+ is 133 but the ddr/fsb is 4:5 because i'm using
    DDR 333 and the K7N2-V (MS-6729) is DDR 400 ready.
    With all MSI motherboards i mounted, it’s enough to put the correct CPU
    FSB and (Auto) to detect everything by the SPD.
    Certainly it's a BUG with the new version because the Bios and Windows
    detect CPU as Athlon 1800+ (1500) instead of 2400+ (20000.
    Best Regards,
    Lostan

Maybe you are looking for