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

Is this possible?
Thank you!
Hello, I would like to find the name of the IFS instance in a table/view :

Is this possible?
Thank you!
Best answer by sutekh137
I think this works:
SELECT Sys_Context('UserEnv', 'Db_Name') AS Instance FROM Dual
Good luck,
Joe Kaufman
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.