Skip to main content

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.

 

 

 

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


Reply