Where is the catupgr.sql located?
Main Topics
Browse All TopicsI have installed 10.1.0.2 and updated to 10.1.0.4 on AIX 5.3 5300-02 . This is the error from the $ORACLE_HOME/edidev_GIS/sy
2006-06-22 16:33:10 Thread-1290 ERROR recvlets.aq: Error enabling user dbsnmp for aq agent edidev_1830 o
n GIS.coleman.com: ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
2006-06-22 16:33:10 Thread-1290 ERROR recvlets.aq: unable to create subscription on oracle_database GIS.
coleman.com
2006-06-22 16:33:14 Thread-2021 WARN http: snmehl_connect: connect failed to (edidev:5500): Connection
refused (error = 79)
2006-06-22 16:33:14 Thread-2021 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://edidev:5
500/em/upload/: retStatus=-32
2006-06-22 16:33:14 Thread-2021 WARN http: snmehl_connect: connect failed to (edidev:5500): Connection
refused (error = 79)
2006-06-22 16:33:14 Thread-2021 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://edidev:5
500/em/upload/: retStatus=-32
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
In short:
create init.ora from spfile:
SQL>create pfile='c:\init.ora' from spfile
Edit the init.ora ---> *.java_pool_size=151m
*.shared_pool_size=151m
*.sga_max_size=800m
Make sure that there are 10 MB free in SYSTEM tablespace.
SQL>shutdown immediate
SQL>startup pfile=c:\init.ora migrate
SQL>spool c:\upgr.log
SQL>@ ?\rdbms\admin\catpatch
SQL>spool off
SQL shutdown immediate
SQL>startup
run utlrp.sql script
Thats all
Business Accounts
Answer for Membership
by: schwertnerPosted on 2006-06-23 at 00:28:58ID: 16966788
Have you upgraded the software only?
After you upgrade the software you have to
upgrade the catalog using
catupgr.sql
script.
There are very important prerequsites for that -
please read carefully README.HTM of the upgrade patch:
SYSTEM tablespace at least 10 MB free space,
java_pool_size and shared_pool_size at least 150MB
etc.