BOM Xploder - "ORA-00942 table or view does not exist" for non-SYSADM users
If you refresh BOM Xploder with your connection configured to an Oracle Visual database for a user other than SYSADM, you may receive the following error:
There are two steps required to fix this. First, make sure that BOM Xploder is updated to at least v1000.1102, which fully qualifies the schema for the PART_SITE_VIEW view in the Visual database.
Second, you will need to grant SELECT permissions to the user for the view. That can be done by running this SQL command: GRANT SELECT ON PART_SITE_VIEW TO PUBLIC
The first command grants SELECT permission for PART_SITE_VIEW to all users in the database, which is typically recommended. However, if you only want to grant certain users permission, replace PUBLIC with the user's name in the database.
Once the version is up to date and the permission is granted, users should be able to run BOM Xploder without issue.