- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error in Upgrade of Oracle 8.1.7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 04:16 AM
02-20-2002 04:16 AM
Error in Upgrade of Oracle 8.1.7
We perform a Upgrade of oracle 8.0.5 (64bit) to 8.1.7 (64bit) on HP-UX 11.00 64-bit, and an error occur in the ODMA : "ORA-19502: write error on file /oracle/LI1/817_64/assistants/dbma/odma/rbs.dbf blockno 6785.
The Oracle file system is full(before upgrade ORACLE_HOME we have 1800Mb free) but when the error occur we see the /oracle is full...
When we restart ODMA we get error ORA-0600.
What can we do???
Regards
Arlindo Ferreira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 04:32 AM
02-20-2002 04:32 AM
Re: Error in Upgrade of Oracle 8.1.7
Looks like you'll have to extend the /oracle filesystem / lvolume.
I'm a little puzzled by the positioning of the rbs.dbf file in the odma directory...
If this belings to a database it should be placed under a different mount point.
But I'm not to familiar with the migration assistant.
You're better of doing this manually. This means more work, but you have the full control of things.
Refer to Oracle Metalink
Note:133920.1
Subject: Complete upgrade checklist for manual upgrades from 8.x to 8.x
(attached)
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 04:33 AM
02-20-2002 04:33 AM
Re: Error in Upgrade of Oracle 8.1.7
Did you try a typical install or complete install ? You can customize the installation, means you select the products you want to run.
The Installer then checks the dependencies and gives you the minimum space required for your installation.
Did you upgrade your database or did you just install the software ?
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 04:34 AM
02-20-2002 04:34 AM
Re: Error in Upgrade of Oracle 8.1.7
- talk to Oracle Support, ORA-00600 errors are Oracle program exceptions.
- restore the database from you pre-upgrade backup, make more space available and upgrade again.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 04:37 AM
02-20-2002 04:37 AM
Re: Error in Upgrade of Oracle 8.1.7
Sounds like a restart of the upgrade.
Cheers, Ian Dennison
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 05:57 AM
02-20-2002 05:57 AM
Re: Error in Upgrade of Oracle 8.1.7
is this SAP environment (Path conventions look like).
If this is the case, I suspect, that somehow you included the creation of a starter database, because in a SAP environment with an upgrade to oracle 8.1.7, /oracle/SID/817_64 will be a brand new directory, which could definately not have any database files (and rollback tablespaces) in it. So the space calculation for ORACLE_HOME is done without a starter database, and this might be the problem now.
Get rid of this starter database and just upgrade the real one according to the SAP/Oracle upgrade manual. Be sure to download the most recent one from SAPNET and take a look of additional OSS notes in addition.
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 06:30 AM
02-20-2002 06:30 AM
Re: Error in Upgrade of Oracle 8.1.7
Thanks in advance
Arlindo Ferreira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:11 AM
02-20-2002 08:11 AM
Re: Error in Upgrade of Oracle 8.1.7
Why "/oracle" need more than 1800Mb free ? (manual refer 1800Mb).After the installation why /oracle continue increasing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 12:34 PM
02-21-2002 12:34 PM
Re: Error in Upgrade of Oracle 8.1.7
Oracle save a lot of log files below $ORACLE_HOME - if you have NOT changed that in yout "init*ora" files, those logs grow and grow :-(
Search all the "log" directories below, like
$ORACLE_HOME/rdbms/log
$ORACLE_HOME/network/log
and such...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 02:59 AM
02-22-2002 02:59 AM
Re: Error in Upgrade of Oracle 8.1.7
We have increase /oracle (more than 2500Mb free),restored the database and started all over, and now we have the database upgraded :-)
Wodisch, we had modified the oracle initialization parameters in ORACLE_HOME (oracle_home 8.0.5) :
background_dump_dest,user_dump_dest,core_dump_dest,log_archive_dest into others files-systems.
There are any more parameters to modify?
Best regards,
Arlindo Ferreira.