Patch installation problem, catupgrd.sql file is missing in the directory

Hi,
I have installed oracle database 10.1.0.2.0 in my windows system and i have created one database.
now i got oracle database 10.2 patch from metalink.
As per the document everything i did, i shutdowned the database,stoped all services and installed oracle 10.2 in the same oracle home directory.
As per the document procedure i performed below steps
SQL> STARTUP NOMOUNT
SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='150M' SCOPE=spfile;
SQL> SHUTDOWN
C:\> sqlplus /NOLOG
SQL> CONNECT SYS/password AS SYSDBA
SQL> STARTUP NOMOUNT
SQL> ALTER SYSTEM SET CLUSTER_DATABASE=FALSE SCOPE=spfile;
SQL> SHUTDOWN
SQL> STARTUP UPGRADE
SQL> SPOOL patch.log
SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catupgrd.sql
SQL> SPOOL OFF
Till startup upgrade everything worked, after i made spool on as per the document and then the problem arives
i executed this below statement
SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catupgrd.sql
i got SP2-0310: unable to open file "C:\oracle\product\10.1.0\db_1\rdbms\admin\catupgr
d.sql" error.
i went into that path and i checked many files was there but this perticular file was not there.
i am stuck here what i should do now?
i have to upgrade the database and i should start the database.
please help me out
regards
veeresh
[email protected]

hi virag,
but in the document they have given not to install in new oracle home directory. for ur reference i have added that lines, please help me out. and 1 thing,after i installed 10.2 patch when i type sqlplus it give 10.1.0.2 only, it is not giving 10.2,why is this.
Note:
If you attempt to install this patch set in an Oracle home directory that does not contain an Oracle Database 10g release 10.2.0.1 installation, Oracle Universal Installer displays a warning dialog with the following error:
OUI-10091: There are no patches that need to be applied from the patchset Oracle Database 10g Release 2 Patch Set 1
10.2.0.2.0
The Oracle Universal Installer does not allow the installation to proceed. Click OK, then click Cancel to end the installation.

Similar Messages

  • I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    Thanks Paul; but, taking your suggestion didn't solve the problem.  As mail is part of the OS, the updates don't have the capacity to reinstall applications; so, I had to reinstall the OS.  I now have my mail back (although it didn't appear on the dock--I had to go to applications and activate it and then put it back in the dock.  Thanks again for trying.

  • Soa suite 10.1.3.4 patch installation problem

    Hi,
    As a preinstallation task, when I tried to run the script upgrade_10133_10134_olite.sql on olite database, it is giving me the following error...
    SQL> SET FEEDBACK 1
    SQL> SET NUMWIDTH 10
    SQL> SET LINESIZE 80
    SQL> SET TRIMSPOOL ON
    SQL> SET TAB OFF
    SQL> SET PAGESIZE 100
    SQL> -- Drop following indexes from oreaesb schema
    SQL> DROP INDEX ESB_FLOW_ID
    [POL-5167] index SYSTEM.ESB_FLOW_ID does not exist
    SQL> DROP INDEX ESB_ACTIVITY_TIMESTAMP
    [POL-5167] index SYSTEM.ESB_ACTIVITY_TIMESTAMP does not exist
    SQL> -- Create following indexes in oraesb schema
    SQL> CREATE INDEX ESB_FLOW_ID_TIMESTAMP ON ESB_ACTIVITY(FLOW_ID,TIMESTAMP)
    [POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
    SQL> CREATE INDEX ESB_ACTIVITY_TIMESTAMP_TYPE ON ESB_ACTIVITY (TIMESTAMP,TYPE)
    [POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
    SQL> CREATE INDEX ESB_ACTIVITY_TYPE_TIMESTAMP ON ESB_ACTIVITY (TYPE,TIMESTAMP)
    [POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
    SQL> CREATE INDEX ESB_TRACKING_VALUE ON ESB_TRACKING_FIELD_VALUE(ACTIVITY_ID,NAME,VALUE)
    [POL-5130] table or view SYSTEM.ESB_TRACKING_FIELD_VALUE not found
    SQL> CREATE INDEX ESB_TRANSACTION ON ESB_TRANSACTION_STATUS(FLOW_ID)
    [POL-5130] table or view SYSTEM.ESB_TRANSACTION_STATUS not found
    SQL> -- Create REQUEST_HEADER column in ESB_FAULTED_INSTANCE table.
    SQL> ALTER TABLE ESB_FAULTED_INSTANCE add REQUEST_HEADER BLOB
    [POL-5130] table or view SYSTEM.ESB_FAULTED_INSTANCE not found
    SQL> @@update_resequencer_tables_10134
    SQL> Rem
    SQL> Rem $Header: update_resequencer_tables_10134.sql 20-jun-2008.19:01:18 atusingh Exp $
    SQL> Rem
    SQL> Rem createschema_oracle.sql
    SQL> Rem
    SQL> Rem Copyright (c) 2006, 2008, Oracle. All rights reserved.
    SQL> Rem
    SQL> Rem NAME
    SQL> Rem createschema_oracle.sql - <one-line expansion of the name>
    SQL> Rem
    SQL> Rem DESCRIPTION
    SQL> Rem <short description of component this file declares/defines>
    SQL> Rem
    SQL> Rem NOTES
    SQL> Rem <other useful comments, qualifications, etc.>
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem atusingh 06/20/08 - Backport atusingh_bug-7163503 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem atusingh 06/17/08 - Backport atusingh_bug-7168163 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem atusingh 06/02/08 - Backport atusingh_backport_heartbeat from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem atusingh 05/14/08 - Backport atusingh_bug-7017649 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem
    SQL> Rem SET ECHO ON
    SQL> Rem SET FEEDBACK 1
    SQL> Rem SET NUMWIDTH 10
    SQL> Rem SET LINESIZE 80
    SQL> Rem SET TRIMSPOOL ON
    SQL> Rem SET TAB OFF
    SQL> Rem SET PAGESIZE 100
    SQL> drop table ESB_message_map
    [POL-5130] table or view SYSTEM.ESB_MESSAGE_MAP not found
    SQL> drop table ESB_messages
    [POL-5130] table or view SYSTEM.ESB_MESSAGES not found
    SQL> drop table ESB_group_status
    [POL-5130] table or view SYSTEM.ESB_GROUP_STATUS not found
    SQL> drop table ESB_containerid_lease
    [POL-5130] table or view SYSTEM.ESB_CONTAINERID_LEASE not found
    SQL> CREATE TABLE ESB_messages ( message_id varchar2(48) PRIMARY KEY
    , system_guid varchar2(48), operation_guid varchar2(48),
    flow_id varchar2(100), key varchar2(1000), from_system_guid
    varchar2(48), priority number(3), transactional number(1), correlation_id varchar2(48), error_message varchar2(2000),
    error_stack varchar2(4000), header blob, data blob, dummy1 varchar2(200), dummy2 varchar2(200),
    dummy3 varchar2(200) )
    Table created
    SQL> CREATE TABLE ESB_group_status ( group_id varchar2(100), last_sequence_id varchar2(100), last_received_time timestamp,
    error number(1), lockConId varchar2(100), lockTime timestamp, service_guid varchar2(48), system_guid varchar2(48),
    destination_system_guid varchar2(48), version number(38,0), dummy1 varchar2(200), dummy2 varchar2(200), dummy3 varchar2(200),
    PRIMARY KEY(group_id, service_guid) )
    Table created
    SQL> CREATE TABLE ESB_message_map (id varchar2(48) PRIMARY KEY, service_guid varchar2(48), group_id varchar2(100), sequence_id varchar2(100), message_id varchar2(48), received_time timestamp, status number(1), standard_sequence_id varchar2(100),
    dummy1 varchar2(200), dummy2 varchar2(200), dummy3 varchar2(200), FOREIGN KEY(message_id) REFERENCES ESB_messages(message_id) on delete cascade, CONSTRAINT stnd_reseq UNIQUE(service_guid, group_id, standard_sequence_id) )
    Table created
    SQL> create table ESB_containerid_lease ( container_id varchar2(100) PRIMARY KEY, renewal_time timestamp )
    Table created
    SQL> create index resequencer_index1 on ESB_MESSAGE_MAP (STATUS, SERVICE_GUID, GROUP_ID, SEQUENCE_ID)
    Index created
    SQL> -- Create xref_data table if it is not already created by user
    SQL> CREATE TABLE XREF_DATA ( XREF_TABLE_NAME VARCHAR2(2000) NOT NULL, XREF_COLUMN_NAME VARCHAR2(2000) NOT NULL, ROW_NUMBER VARCHAR2(48) NOT NULL, VALUE VARCHAR2(2000) NOT NULL, IS_DELETED VARCHAR2(1) NOT NULL, LAST_MODIFIED VARCHAR2(100) NOT NULL, LAST_ACCESSED VARCHAR2(100) NOT NULL )
    Table created
    SQL> CREATE INDEX XREF_ROW_NUMBER ON XREF_DATA(ROW_NUMBER)
    Index created
    SQL> CREATE INDEX XREF_VALUE ON XREF_DATA(VALUE)
    Index created
    SQL> commit
    Commit complete
    Can anybody explain, why I am getting the error about Views and Tables? I have checked in Olite database (connecting through JDeveloper), these view/tables don't exist? These are fine or I am missing something?
    Please help me.

    Ya, that may happen. When I login as a orabpel user to update Olite database, I forgot to login as a oraesb user.
    but I think that will definitely solve the problem. Let me try and revert to you back.
    Thanks.

  • The package file is missing from the project directory

    Today after working in SSIS all day with no problems, I re-opened one of my projects and got the message:
    The package file ‘package_name.dtsx’ is missing from the project directory. This package has been skipped, and project will continue to load.
    So two of my packages loaded and all remaining packages where skipped, one pop-up dialog for each “missing” package. I then looked in my project directory and all my packages are still there.
    1. Has anyone experienced this and found why this happens?
    2. Can I just import my packages again and be good to go?
    Update:
    I discovered that this had to do with renaming my packages in SSDT. For some reason the name changes did not get saved into the project .dtproj file. I was able to correct by renaming the .dtsx files in the project directory to their original name. Then
    I re-opened the project, renamed the packages to the new names, saved and closed all packages. At this point you need to save the project, which actually wasn't really straight forward. You need to highlight the project name in Solution Explorer
    and then from the File menu select 'Save Selected Items'. This updates the .dtproj file.
    Upon closing SSDT, a dialog SOMETIMES appears asking you to save the project, after selecting Yes, the .dtproj file also updates. However, I've realized that upon closing the project, that the dialog asking to save the project does not always appear,
    depending on what has changed in the project. To be safe, use method previously described, especially after renaming packages. Also, if SSDT happens to crash after you have renamed a package, the project will not re-open properly.

    I remember one such occurrence when I used Source Control (if I recall right it was TFS), and yes, you can simply right-click on the packages folder and choose 'add existing package'.
    But check for project file perhaps it has a wrong reference. E.g. something from the outside manipulated on the package files.
    Arthur
    MyBlog
    Twitter

  • .xml file and iTunes library files are missing from the music folder

    I recently made a second itunes library on my external hd, today when I open itunes and choose this library, the .xml file and itunes music file are invisible or translucent, therefore I can't open my library. But when I go to my music folder they are missing. Another odd thing is that all my music is still in the folder. Is there a way to re-open my library w/o re-importing all my music? Can I some how get a new itunes library file?
      Mac OS X (10.4.10)  

    This is not an answer but I have the same problem. From time to time I clone my music drive to an external drive for back up. When I do, I burn a copy of the album artwork folder, iTunes Music folder, iTunes Library.itl, iTunes Music Libraru.xml, and iTunes Library file to CDRW. This is so I can copy them into the music folder in my user home drive of my laptop then hook up the external and have access my library. Trouble is the .xml file and iTunes library files don't always show up when I go to the iTunes folder in my Music folder. There either is a blank where they should be or the names appear with no icon and when I click to select, that dissappers too. I thought I had a solve by exiting iTunes and letting it save everything. It seems to bring the .xml file back but not the itunes Library file. Any thoughts?

  • FAQ: My files are missing from the Library, or How to reconnect your images?

    What is the Lightroom Library?
    The Library module of Lightroom can be used to arrange, codify, systemize, group, and classify your media. When you import your images and video into the Library, you are adding information about your files to a catalog. Your files remain on your hard drive where they were, unless you are importing them from a camera, in which case the files are copied to your hard drive to a location of your choosing.
    What is a Lightroom catalog?
    The catalog is a database that stores information about the files you've imported into Lightroom. When importing a file, the first thing Lightroom does is collect the file's name and location on the hard drive. If the file has any attached compatible metadata, such as keyword tags, these are imported as well. You can use multiple catalogs and your catalogs can be carried forward from version to version.
    Why does Lightroom say my files are missing?
    Since the catalog database only stores information about your file, and not the file itself, if any of that information is changed outside of Lightroom, the connection to the file is lost. There are three ways this can happen: the file name is changed, the file location is changed, or the file has been deleted. If you need to rename, move, or delete a file, you can do so within the Library module, and then the connection is not lost.
    What is Reconnecting?
    When a file has been renamed, moved, or deleted, the catalog database needs to be updated with that new information. The Reconnection process allows you to point out a file's new name, it's new location, or to delete the database entry on your file if the file no longer exists on your hard drive.
    Where can I learn more?
    The Lightroom Catalog
    Introducing catalogs
    Understand Catalogs in Lightroom 2
    Understanding the Lightroom Catalog System
    Managing Files in Lightroom's Library
    Adobe Help - Importing Photos
    Adobe TV - Importing Photos
    Adobe TV - Using the new import window
    Adobe TV - Importing and Organizing Your Images
    Adobe TV - Importing Existing Images
    Adobe TV - Two ways to Import
    Adobe TV - Moving Files in Lightroom VS the Operating System
    Adobe TV - Moving Folders Around After the Fact
    Adobe TV - Move & Archive Images, and Export a Catalogue
    Video Workshop - The Filter Bar
    Managing Catalogs in Lightroom
    Managing catalogs and files
    Preference and other file locations | Lightroom 4 - 3 - 2 - 1
    Catalog FAQ | Lightroom
    Single or Multiple Catalogs in Lightroom
    Working with Multiple Catalogs
    Merging Individual Lightroom Catalogs into a "Master" Catalog
    Importing an Elements catalog to Lightroom
    Lightroom 3 can't upgrade Photoshop Elements catalogs
    Backing up your catalog
    Exporting a catalog
    How to Migrate LR to Another Computer
    Reconnecting Media in Lightroom
    Locate missing photos
    Dude! Where are my photos?

    Similar happened to me when i moved my iTunes library from XP to Win 8.1. Apps were in iTunes but would not sync to iPhone - could not find oritinal file. Win Xp and 8.1 have different file paths for My Documents and My Music. Locate the folder within iTunes called Mobile Applications. It should have a file with an IPA extension for each application. Add that folder to library. That will refresh the iTunes database so that it knows where to find the apps. I had to do that to my entire library (music, podcasts, etc)

  • Files are missing in the Catalog Folders

    I have upgreaded to Elements 10 and when doing the catalog conversion many of the folders in the new catalog are missing the files(photos). When I right-click on those folders and try to add the files I can see the missing files attempting to transfer but on completion I receive this: :The files or folders selected to import did not contain any supported file types or the files are already in this folder"-BUT-the files are NOt in the folder in the catalog. They are in the folder on my computer as I am able to access them easily--They simply did not end up in the catalog's respective folders. I am using Windows XP Pro and all my Folders and Files are on an external drive and are saved there when I download the photos from my camera. I have not had this issue before--How might I get these files into the folder in the catalog?-I tried setting up a new catalog and attempted to convert again with the same results-Please advise-Thanks in advance

    Switch your Organizer's Display to use "Thumbnail View" and you should see your photos.  The "Folder Location View" does not show photos if they're in subfolders of the selected folder.
    Ken

  • Files are missing in the /usr/sap/interfaces/SID directory

    hello Gurus,
    Please help on this.
    We have move the system to another host af4ho133, after moving, the files in the directory /usr/sap/interfaces/SID are now missing. The Daily loads jobs got failed due to unable to access the files placed in AL11. All the files are placed in old path(Host),In the changed host no files were placed.
    Please extend your assistance.

    Hi,
    If you move the all the files from one one host to another host, it does not work, you need to use the system copy
    please go thr below link it will help you
    System Copy and Migration
    Thanks,
    Sreeni.

  • When the webhelp folder is hosted, an error message is displayed, "whproxy.js file is missing", though the file exists in the folder.

    I have recently updated my project file with DUCC concept using the trial version of Robohelp 10. After generating the project, I have submitted the webhelp for hosting. When the concerned person tried to host the webhelp folder to the server, it is indicating that the whproxy.js file is missing, though it exists in the hosted webhelp folder.
    Please help me out with this.

    Does the help work when you open it locally? If it does, something is wrong with the upload progress or the server configuration. If it doesn't, try generating your output again.
    Kind regards,
    Willam

  • How to allow image file uploading, but protect the directory from abuse?

    I have an upload facility that allows visitors to upload their personal image (aka avatar) to my client’s site. This required me to CHMOD the assets folder to 777 which leaves the folder wide open to abuse.
    Is there a way to allow the uploading of files but protect the directory from abuse?
    I could put the images in the database but I assume that would quickly drag down the performance of the (MySQL) database.
    Any ideas?!
    Thank you in advance,
    Glenn.

    This required me to CHMOD the assets folder to 777 which leaves the folder wide open to abuse.
    Only if the abuser can get an executable file of some sort into that folder.  If you are filtering the files during upload to select only image files then I think you are pretty safe.
    I could put the images in the database but I assume that would quickly drag down the performance of the (MySQL) database.
    Definitely - you would never want to store the images as blobs unless you had a compelling reason to do so.  It's much more forward thinking to just save the image filenames in the database, and link to them as needed.

  • Oracle 9.2.0.8 patch installation problem on top of 9.2.0.4 installation

    I'm trying to install the 9.2.0.8 patch on top of my 9.2.0.4 Oracle installation on Fedora 8 OS and I'm not able to get the installer going. After I get the first screen, it displays for the Oracle_HOME screen and when I press next here, I get the following error:
    java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
    If anyone was successful in this installation, please let me know what I have to do to get past this error and get a successful installation.

    More or less similar problem reported in following thread
    Install 11g on Fedora 8?

  • Patch installation problem...

    Hi,
    My database is running on Linux.Database version is(9.2.0.4). I have to upgrade database from 9.2.0.4.0 to 9.2.0.6.0. I tried to apply P3948480_9206__Linux.Zip this patch. After unzipping this patch ,
    $./runInstaller
    Checking Installer Requirements...
    Checking operating system version:Must be rehat-2.1As,rehat-2.1,rehat-3,United Linux-1.0,SuSE -9 or SuSE -8 >>>>failed
    My Linux Version
    cat /proc/version
    Linux 2.6.9-5 ELSmp #1 SMP wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
    uname -a
    2.6.9-5 ELSmp
    thanks,

    If the installer complains about an unsupported platform then most probably you are working on a platform not include in the Supported List.
    Is this a redhat based linux? then post the contents of the /etc/redhat-release file.
    You could ignore the prerrequisites, but before proceeding provide this information. If this is not a production system there are several workarounds and issues depending on the particular linux distro. If this is a production system, then you will be out of support if you plan to go ahead installing on a non certified platform.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Portal 7.0 Installation Problem-MS SQL 2005 Collation Problem

    Hi,
    We are installing Portal 7.0 on MSSQL 2005.while installing ,we are facing the MSSQL collation problem.The error is
    "Required MSSQL Collation for the SAP System Installation is:
    SQL_Latin1_General_CP850_BIN2.
    Your Server uses collation:SQL_Latin1_General_CP1_CI_AS."
    Regards,
    Bala.

    Hi,
    When installing SQL Server 2005, u need to select "Binary order based on code point comparison (use with 850 multilingual character set).
    As pointed above, re-install ur SQL server and EP7.0
    Regards,
    Fahad

  • Cant install ITunes or Quick Time it says a file is missing that the installer package needs

    Each time I try to install ITunes of Quick Time on my Windows XP machine with 2 gig of RAM and running service pack 3 it fails and says that a file the installer package needs is missing. How can I resolve this issue?

    Your operating system is fine. No need to worry about that.
    it fails and says that a file the installer package needs is missing.
    What's the precise text of that message, please? (There's a few different ones I can think of that you might be getting.)

  • Informatica DVO - Installation problem - Remove temp files

    We have common interprise licence for Powercenter Data Validation Option for which we don't need to give licence file while installing for common username.While installing I given wrong username and other Db information at 1st step and setup asked for licence file.I tried to run again, it directly lands on licence file step.I tried resintall by removing installation directory, cleaning registry realated to DVO tool but when ever I install again setup directly goes to licence page. How get rid of this problem? Possibly if anyone know where username stored and any ohter temp/app data for DVO, I can try removing them too. Totally stuck , following screen I am getting on restart (after reinstall) instead of user and db info page.

    Hi Pavithra,
    here is doc which you can follow and see if that helps. https://community.informatica.com/servlet/JiveServlet/download/86304-28392/Informatica_9.1_Server_Client_Installation.docx
    try changing the compatibility of the install.bat or install.exe to windows 7 or vista or xp or 2008 and then run the client install see if that helps

Maybe you are looking for

  • Playback appears different in IE and Firefox, WHY?

    Hi, I have been working on a web site that I have just recently tested and noticed a wierd error: The playback appears fine in IE however in Firefox the scripted animated elements do ot apper correctly. Please visit the site in IE and Firefox: http:/

  • Problem in Starting the Analytical Server

    Hi, I was instaled the Hyperion 9.3 license,Shared services, Aanlytical servers in my PC successfully it was running. But after restart my system The Analytical server get corrupted it was not started. After runnig the configuration utility it was wo

  • Music Sync in iTunes is Non-Op

    When I try to sync my music in iTunes, the selection "all songs and playlist" is not clickable. What has to be done to correct this? Thanks-Dan

  • Image to fit in landscape frame without stretching image

    I want the main body of my landscape image  to bleed off the left edge of frame however this creates a white gap on the right edge. When I pull the image to the right it 'stretches'

  • SCCM Client requirements

    How much space is required in order to install the SCCM client via SCCM 2012 Server.