InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is Session Variable In Obiee? |
|
Answer» A session variable can be a system variable and non-system variable. It is initialized at login TIME for each USER. System variable USES NQ_SESSION.(system RESERVED variable). EXAMPLES of non-system variables are user defined filters etc. A session variable can be a system variable and non-system variable. It is initialized at login time for each user. System variable uses NQ_SESSION.(system reserved variable). Examples of non-system variables are user defined filters etc. |
|