- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle upgraded but still using files from old ins...
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
08-05-2002 10:13 AM
08-05-2002 10:13 AM
Oracle upgraded but still using files from old install
I have been running the instance on 8.1.7 for about a month now. I just decided to go ahead and remove the old 8.0.6 software. Only to find out that two of the fles could not be deleted because they were still in use! I verified by using fuser that the files (8.0.6/bin/oracle and 8.0.0/lib64/libdsbtsh8.sl are being used by the Oracle background processes of my upgraded instance. The instance has been started and stopped several time using 8.1.7 since the upgrade.
There is a large job running now - but once it is done, I plan to stop the instance and then try to delete the files. I am hoping that it will start back up without them (praying actually).
Can anyone shed some light for me as to why this might be happening? And if my plan will work?
Thanks, Jeanine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 10:16 AM
08-05-2002 10:16 AM
Re: Oracle upgraded but still using files from old install
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 10:28 AM
08-05-2002 10:28 AM
Re: Oracle upgraded but still using files from old install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 10:34 AM
08-05-2002 10:34 AM
Re: Oracle upgraded but still using files from old install
Did you run root.sh after installing the new version of oracle. The root.sh file is in $ORACLE_HOME. Also did you modify the listener.ora file in /etc which is sourced at the time of Listener startup. If you have removed an oracle home or an oracle instance, you should remove the corresponding entry from the listener.ora file.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 10:44 AM
08-05-2002 10:44 AM
Re: Oracle upgraded but still using files from old install
Yes, I did modify the listener (in $ORACLE_HOME/network/admin) to reflect the upgraded version, as well as the the /etc/oratab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 10:55 AM
08-05-2002 10:55 AM
Re: Oracle upgraded but still using files from old install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:04 AM
08-05-2002 11:04 AM
Re: Oracle upgraded but still using files from old install
The two files mentioned by you are taken from the oracle_home env variable at the time of database startup.
See if you can download lsof from the link below and then use lsof to find the process using these files.
You can download lsof from this link,
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/
Once you have downloaded and installed lsof, use lsof using this syntax,
lsof path_to_file/file_name
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:19 AM
08-05-2002 11:19 AM
Re: Oracle upgraded but still using files from old install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:18 PM
08-05-2002 12:18 PM
Re: Oracle upgraded but still using files from old install
Thanks again for the suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 07:28 PM
08-05-2002 07:28 PM
Re: Oracle upgraded but still using files from old install
I have some points.
I am facing lot of problems like the same you have mentioned in the 8.1.5 and 8.1.7 versions with me.
1.SOme of the applications which are running on the system(custom applications) the executables are referring the 8.1.5 libraries.You cannot do anything about that.
If you do a chatr
The only way then is create a link 8.1.5 to refer to 8.1.7.
2.The Oracle path even after install is not updated in the user profiles.
They are still working with the old one.
3.There are some applications which have executables that can be built by the user.
Whenever you run some commands the executable is created,that time the executable takes the oracle library installed on the system.If this is the case then you can rebuild that executable by giving the new path of oracle.i have some Tuxedo applications like that.
before you look in carefully before going ahead for deletion.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 06:10 AM
08-06-2002 06:10 AM
Re: Oracle upgraded but still using files from old install
in the /etc directory.
One of the fields indicate the ORACLE_HOME to use for the
database. It is likely set to the old version.
The quick update from 8.0.x is
to shut the database down,
change the ORACLE_HOME entry
in oratab, and restart the
database. There is also an entry in it init parameter
file for compatability with
the prior version. You can
change this when you are comfortable that the new version is working OK.
There are also scripts that can be run as SYS and SYSTEM
to complete the upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 06:15 AM
08-06-2002 06:15 AM