Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Query time limit based on subject area query

HI,
i would like to know if I can setup query time limit based on subject area.
some subject areas I want 15 mints and some I want 20 mints And some unlimited.
i Want to cancel the query if the query crosses more than 15 mints Or 20 mints.
where do I need to setup this
Answers
-
As you can see from how things are built in the RPD, things are based on database objects in the physical layer:
So if you want to have a hard cut by SAs then you'll have to replicate your database objects so that each SA has its own distinct database objects that it points to. This way you can manage things with the normal query limits functionality.
Obviously that would mean loads of duplicate physical layer objects...
0