Bonjour,
dans les documentations j'ai :
Ma question est comment trouver current timezone version file ? Car pour ma base :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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.
Or je rencontre ORA-01722 en exécutant catupgrd.sql.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 SQL> select * from v$timezone_file; FILENAME VERSION ------------ ---------- timezlrg.dat 4
D'avance merci.
PS : Oracle 11g 1.0.6 sur Win 2003 server.
Partager