For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
HI,
I am trying to connect SQLcl on linux terminal, but all the time that I go to the terminal I need to execute this code
alias sql="sqlcl/bin/sql"
Is there a way to set this variable permanently ?
Thank you,
Eric
Very good tutorial and explained to the point.. Great and useful quick reference..
Thanks for the nice article. could you pls explain what is client and server in this context.
-Veera
Thanks for the nice article. could you pls explain what is client and server in this context.-Veera
Hi Veera2,
Thanks for your question. Client means the client code which will talk to the REST API. Server means the REST API which will produce result for the consumer.
I hope this will clarify your question.
Thanks,
Tham
Thanks for the nice article.
nice!!, thanks
Nice article. Could you please explain, how can we limit the number of requests originating from a same IP i.e "Rate Limiting" through Jersey to avoid flooding?@