Solved

Name of the IFS instance


Userlevel 5
Badge +11

Hello, I would like to find the name of the IFS instance in a table/view :


Is this possible?
Thank you! 

icon

Best answer by sutekh137 2 June 2022, 16:44

View original

2 replies

Userlevel 6
Badge +12

I think this works:

SELECT Sys_Context('UserEnv', 'Db_Name') AS Instance FROM Dual

 

Good luck,

Joe Kaufman

Userlevel 5
Badge +12

Hi,

That instance name in the image is coming from the name of the MWS instance; if you have both MWS and database instances from the same name you can get it from sys_context 

Reply