Subscribe to Blog via Email
Join 1,057 other subscribersArchives
Monthly Archives: December 2019
Datapump Import Partitioned Tables ORA-00600 qesmaGetPamR-NullCtx
I have not yet had time to build a test case and prove this out, but I wanted to document one last bug that we found so far in our 11.2.0.4 to 19c upgrade. We tried copying a bunch of … Continue reading
Posted in Uncategorized
2 Comments
db_securefile PREFERRED results in ORA-60019 with small uniform extents
Last 19c upgrade issue. Working on our new 19c database, several things died off with errors like this: Our tablespaces had small uniform extents and our 19c database had defaulted the parameter db_securefile to PREFERRED. We bumped our uniform extent … Continue reading
Posted in Uncategorized
4 Comments
Datapump Import Fails on Tables With Extended Statistics
Quick post before I leave on vacation. We used Datapump to import a schema from an 11.2 HP-UX database to a 19c Linux database and got errors on a few tables like these: Workaround was to create the table first … Continue reading
Posted in Uncategorized
2 Comments
Merge Always Updates Sequence Number
This is nothing new, but I wanted to throw out a quick post to document it. If you have a sequence.nextval in the insert part of a merge statement the merge calls nextval for all the updated rows as well. … Continue reading
Posted in Uncategorized
Leave a comment
Database Link to 9.2 Database from 19c
I have mentioned in previous posts that I am working on migrating a large 11.2 database on HP Unix to 19c on Linux. I ran across a database link to an older 9.2 database in the current 11.2 database. That … Continue reading
Posted in Uncategorized
12 Comments
