分页:
上一页 1 2 3 4 5 [6] 7 8 9 10 下一页
You must run the script in the new release 9.2 environment.
You only need to run one script, even if your upgrade spans more than one release. For example, if your old release was 8.1.7, then you only need to run u0801070.sql.
The script you run creates and alters certain dictionary tables. It also runs the catalog.sql and catproc.sql scripts that come with the new 9.2 release, which create the system catalog views and all the necessary packages for using PL/SQL.
The following components are upgraded by running the uold_release.sql script:
Oracle9i Catalog Views
Oracle9i Packages and Types
Display the contents of the component registry to determine which components need to be upgraded:
SQL> SELECT comp_name, version, status
FROM dba_registry;
The following is an example of the output you will see when issuing this query:
COMP_NAME VERSION STATUS
Oracle9i Catalog Views 9.2.0.1.0 VALID
Oracle9i Packages and Types 9.2.0.1.0 VALID
JServer JAVA Virtual Machine 9.0.1 LOADED
Java Packages 9.0.1 LOADED
Oracle XDK for Java 9.0.1 LOADED
分页:
上一页 1 2 3 4 5 [6] 7 8 9 10 下一页