Skip to main content
Question

IFS Cloud DB link not showing in drop down list

  • June 24, 2024
  • 1 reply
  • 98 views

Siva.Prasad
Sidekick (Partner)
Forum|alt.badge.img+8

Hi 

I have created DB Link in IFS Cloud database as IFSAPP user, but that DB link is not showing in IFS Cloud Migration screen.

 

 

 

1 reply

InfFilipV
Hero (Partner)
Forum|alt.badge.img+12
  • Hero (Partner)
  • 231 replies
  • October 24, 2024

Hi,
LOV is based on this view: 

CREATE OR REPLACE VIEW DATABASE_LINKS_LOV AS
SELECT a.db_link database_link_name
FROM dba_db_links a
WHERE a.username = 'IFSMIG'
WITH READ ONLY;

So you have to create that DB link under user IFSMIG.
When is app IFS hosted, then it should be done by IFS.

BR
Filip