Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Timzone upgrade from 2 to 4

user155581 - oracleSep 16 2010 — edited Sep 16 2010
Hi,

I need to upgrade timezone version from 2 to 4. Kindly suggest.

Os:- Windows 32 bit




SQL> select version from v$timezone_file;

VERSION
----------
2

Steps taken,

exec dbms_dst.begin_upgrade(11);

While apply this command , I am getting following error.


##################################################




SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.

SQL> startup upgrade;
ORACLE instance started.

Total System Global Area 629145600 bytes
Fixed Size 1250572 bytes
Variable Size 209718004 bytes
Database Buffers 385875968 bytes
Redo Buffers 32301056 bytes
Database mounted.
Database opened.
SQL>
SQL> exec dbms_dst.begin_upgrade(4);
BEGIN dbms_dst.begin_upgrade(4); END;

*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_DST.BEGIN_UPGRADE' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

#################################################



Thanks,
Ramesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 14 2010
Added on Sep 16 2010
2 comments
833 views