Content Server 10 Update 2014-12 (version 10.0.0.3187)
I'm attempting to run the following SQL query using sqlplus against our Oracle database.
SELECT * FROM KUAF WHERE Name = "[UserID]"
1) What should the above statement return?
2) Can someone expand on the syntax of "[UserID]"? i.e. do I need the quotation mark, brackets?
3) The UserID comes from the URL portion of http://...&userID=999999" ?
This KB is what I'm trying to understand:
https://knowledge.opentext.com/knowledge/llisapi.dll/kcs/kbarticle/view/KB488901
Thanks in advance.