Oracle Version 10 - Do we need anything 'special' to run analytic functions
We're going to be deploying some code to a client who is using Oracle version 10. Some of our code uses Oracle analytic functions (LAG in particular). Is there anything special that needs to be installed/allowed permissiosn/etc. for the code using the analytic f开发者_运维知识库unctions to execute correctly?
No. Analytic functions are just "there" when you've installed the database.
精彩评论