5 pts.
 Client Data in Oracle reports 10g
How to fetch client side date in oracle 10g reports

Software/Hardware used:
ASKED: October 11, 2010  9:34 AM
UPDATED: January 13, 2011  5:32 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

select sysdate from dual

 340 pts.

 

Jkeri, that is not the client side date.

That query will return the database server’s date.

 63,535 pts.