cancel
Showing results for 
Search instead for 
Did you mean: 

Contents under packages not visible

0 Kudos

Hello folks,

I migrated some flowgraphs/calc views from one envt. to another using delivery unit and system user. When I login to the target workbench as system, I see everything I migrated. However, when I login as another user, I see the package names but not the flowgraphs/calc views .

The user has been given

  • repo.read, edit, activate, maintain at root package and also
  • grant REPO.READ on ".REPO_PACKAGE_ROOT" to role;

Any ideas?

Thanks

pfefferf
Active Contributor
0 Kudos

If it is true that REPO.READ for .REPO_PACKAGE_ROOT is assigned to the user than you should be able to see it.

Please can you execute the following statement (using the specific user name) and post the result here:

select * from "EFFECTIVE_PRIVILEGES" 
where user_name = '<user_name>' 
  and object_type = 'REPO'
0 Kudos

Aattached screenshot of the result of the query.

Accepted Solutions (0)

Answers (0)