version timezone pour base et serveur
Bonjour,
dans les documentations j'ai :
Code:
1 2 3
| DOC> The following statement will cause an "ORA-01722: invalid number"
DOC> error if the current timezone version file is not the same as the
DOC> version in the database to be upgraded. |
Ma question est comment trouver current timezone version file ? Car pour ma base :
Code:
1 2 3 4 5
| SQL> select * from v$timezone_file;
FILENAME VERSION
------------ ----------
timezlrg.dat 4 |
Or je rencontre ORA-01722 en exécutant catupgrd.sql.
D'avance merci.
PS : Oracle 11g 1.0.6 sur Win 2003 server.