on 2015 Feb 05 8:58 AM
We are trying to expand column in one of our tables from Numeric-4 to Integer.
Here is statement: ALTER TABLE "DBA"."ps_detail" ALTER "brand" INTEGER;
We are getting an error:
Run time SQL Error -- *** ERROR *** Assertion Failed: 109900 (12.0.1.4142) [Backup] Error decoding ROWID SQLCODE=-300, ODBC 3 State-"HY000"
Can any one give me a sense of what this error means and how I can avoid it?
Thanks, Brian
Request clarification before answering.
It sounds like there may have been some index corruption and that the corruption was preventing the server from deciphering a valid ROWID, the location of the row, from the index. Dropping the primary key likely resolved this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
47 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.