As long as an object has proper storage attributes defined and its row fits within a block, there shouldn't be any issues.
Here, we are not talking about row migration or row chaining, but the effect of having more than 255 columns in a table.
What I am saying is Oracle cannot read more than 255 columns in a single IO even when all 1000 columns of a row stored in a single block.

Tamil