you have written you can get the system change number but how can i do it because i have read it is impossible to get the system change no(in the posts here) but has to be calculated
thanks
Use DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER

like

select DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER from dual;