Solved

How to view tables or packages without IFSAPP

  • 11 April 2023
  • 3 replies
  • 148 views

Userlevel 4
Badge +9
  • Sidekick (Customer)
  • 58 replies

I am trying to use an end user log in in order to create custom SQL reports using Oracle SQL Developer. Currently the user permission does not allow me to access any of the views or APIs for reference. What permission is necessary to view the tables and APIs? 

icon

Best answer by KEVSER 12 April 2023, 07:30

View original

3 replies

Userlevel 2
Badge +6

hi mmoss,

you can solve the problem by writing “ifsapp.” at the beginning of the tables and api in sql reports.

 

for exp 

ifsapp.inventory_part_api.Get_Description

ifsapp.inventory_part_tab

Userlevel 7
Badge +22

 Hi @mmoss 

in pl sql developer you can do the following steps:

But you can’t show a table. It works only with IFSAPP.

Userlevel 7
Badge +19

The IAL-user, most probably named IFSINFO, has read only access to tables.

Reply