I'm trying to compare two schemes:
Database->Compare->Schemas
I remove all checkboxes leaving only "Tables", run and get next
Why did this function require DBA rights?
I'm trying to compare two schemes:
Database->Compare->Schemas
I remove all checkboxes leaving only "Tables", run and get next
Why did this function require DBA rights?
We are selecting tablespace information because you left the Storage option enabled.
Go here and uncheck "Compare storage clause", then you won't get that message.
I'll take a look at this later today and see if it's really necessary to select from DBA_TABLESPACES to perform the storage comparison.
Ups, I really didn't clear the checkbox there... but after I got this
This is on your 23c (not 23ai) database? The VECTOR_INFO error will be fixed in next beta.
Also, I have taken a look at the original issue. The only views required in this case are DBA_TABLESPACES and DBA_TS_QUOTAS. I have made the following changes for next beta: