Where is the function sysdate stored, and in what package, e.g:
select sysdate from dual;
select systimestamp from dual;
Also, take this query:
select sys.login_user,sys.database_name ,sys.sysevent from dual;
- what is sys here?
- Is it a package?
- where is this package stored?
- can I view the source(text) in this package please provide me the query?