I am trying to register a spatial view from 03 oracle tables. Is it possible?
These tables have to register (have ObjectID), but when trying to register the view it asks me for an ObjectID,
I do not know what an "03 Oracle table" is, but when you register a table with the geodatabase it does ask for the following:
The table or view must contain a not null, unique, integer field to be used as an ObjectID field.
If you register a table, you can specify an existing field for the ObjectID. If you do not specify an existing field for the ObjectID when registering a table, ArcGIS will add an ObjectID field to the table.
Register a table or view with the geodatabase—ArcGIS Help | Documentation
Hope this helps.