I am using DBEdits on the same form, so DBCtrls needs to stay in the units. So using:
OracleNavigator1.VisibleButtons := OracleNavigator1.VisibleButtons - [nbInsert, nbDelete, nbPost, nbCancel];
gives an error "Incompatible types: TOracleNavigatetn and TNavigateBn"
Any other suggestions...