Activity overview
Latest activity by DEVilish
Direct support helped me resolve the issue. The problem was caused by an ignore rule on sequences. I erroneously assumed that ignoring the sequences did not impact the identity column. I modified the ignore rule to only pick up sequences that begin with ISEQ to avoid scrolling through 600+ other sequences that have no use to my project. Thanks for all the help! / comments
Direct support helped me resolve the issue. The problem was caused by an ignore rule on sequences. I erroneously assumed that ignoring the sequences did not impact the identity column. I modifie...
What did you do differently on the subsequent tests? Did you change something in the project configuration? Here are the things I've tried several times and always got the same result: - drop and recreate the table - alter the column to generate an updated script - delete and recreate the project I saved the changes in the tool but never committed them to source control because the output script is wrong. I have attached screenshots of the various project configuration and tool version information. Update: I am using the 32-bit version of the tool as I have the 32-bit version of Oracle 12c installed locally. Thanks, / comments
What did you do differently on the subsequent tests? Did you change something in the project configuration?Here are the things I've tried several times and always got the same result:- drop and re...
Great. Thanks! / comments
Great. Thanks!
Oracle 12c Identity Columns Are Not Scripted using v5.3.0.2255
I created a test table for 12c that has an identity column using GENERATED BY DEFAULT AS IDENTITY. When I use Source Control for Oracle to script out the tables, all of them come through as just a...