Skip to main content
Solved

How to view tables or packages without IFSAPP

  • April 11, 2023
  • 3 replies
  • 230 views

Forum|alt.badge.img+10
  • Hero (Customer)
  • 77 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? 

Best answer by KEVSER

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

3 replies

Forum|alt.badge.img+7
  • Sidekick (Customer)
  • 39 replies
  • Answer
  • April 12, 2023

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


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • April 12, 2023

 Hi @mmoss 

in pl sql developer you can do the following steps:

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


Forum|alt.badge.img+21
  • Superhero (Employee)
  • 500 replies
  • April 12, 2023

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