Oracle WebCenter Content (MOSC)

MOSC Banner

How to pass parameter value to SQL IN clause in query resource of custom component?

edited Sep 9, 2016 5:00AM in Oracle WebCenter Content (MOSC) 2 commentsAnswered

Example :

<tr>

<td>QroleDisplayNamesList</td>

<td>SELECT DISTINCT dRoleName, dRoleDisplayName FROM RoleDefinition WHERE dRoleName IN (?)</td>

<td>roleList varchar</td>

</tr>

what should be the format of roleList in this case? is it just a comma seperated values with no '' like role1,role2,role3 or should it be 'role1','role2','role3'?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center