Ora 10.2.0.4 Patch ZIP Password!

I have just downloaded patch 8 (10204_Patch8_MSWIN-x86-64.zip) from the SAP website (https://websmp203.sap-ag.de/swcenter-3pmain) but it asks for a password to unzip! Ditto for patch 11 (10204_Patch11_MSWIN-x86-64.zip )
Is it supposed to do that? How can I get the password?
I checked the forums but no one seems to have encountered this problem! (+or am I typing the wrong keywords! +)

Surprisingly, the zip file allows me view access to the files inside the archive!
I circumvented my problem by copy-pasting the files from the archive without extracting them! Weird!
I have completed the patching successfully.

Similar Messages

  • Err Patch File passwords different from original repository - Patching RPD

    I'm getting this message"[94040] Input Patch File(s) have passwords different from the original repository. Add patch file password(s) with the parameter -S to the patchrpd command." when attempting to patch a repository. obiee 11g 11.6.1 Many patches prior with no problem.

    I'm getting this message"[94040] Input Patch File(s) have passwords different from the original repository. Add patch file password(s) with the parameter -S to the patchrpd command." when attempting to patch a repository. obiee 11g 11.6.1 Many patches prior with no problem.

  • I received a zip password protected file sent from a windows computer to my imac.  How do I unzip this file.  I keep getting an unavble to open, error 1 message/

    I received a zip password protected file from a windows user.  Can't seem to be able to open on my mac.  Getting an error 1 message "unable to open"
    Need instructions on how to open.  Thanks

    Get the free Stuffit Expander:
    http://www.stuffit.com/mac-expander.html

  • Download Oracle Apps patches with password required through OAM

    Hi All,
    Could anyone please share the process - How to download Oracle Apps patches with password required through OAM using patch wizard option to the server.
    ftp updates.oracle.com is not working in our case.
    Is there any option available?
    Thanks for your time!
    Regards,

    Hi,
    Please see these docs/threads.
    Note: 731257.1 - How to Download Password Protected Patch from FTP Site updates.oracle.com
    Whats is the FTP site for Oracle Patches
    Whats is the FTP site for Oracle Patches
    Regards,
    Hussein

  • ORA-15137: cluster in rolling patch

    Hello everyone,
    something went wrong in patching grid 12.1.0.2   with patch: Bug 19954978 - GRID INFRASTRUCTURE PATCH SET UPDATE 12.1.0.2.2 (JAN2015)  (linux 64)
    And when I try to create a diskgroup I get:
    ORA-15018: Diskgroup can not be created
    ORA-15137: cluster in rolling patch
    Although opatch lsinventory shows succeeded patching
    Can someone help ?
    How do I tell the clusterware to quit rolling patch ?
    Please help.
    Paolo

    Thak you,  here is what I get:
    [root@ap2-oraclec01 bin]# ./crsctl query crs softwarepatch ap2-oraclec00
    Oracle Clusterware patch level on node ap2-oraclec00 is [0].
    [root@ap2-oraclec01 bin]# ./crsctl query crs softwarepatch ap2-oraclec01
    Oracle Clusterware patch level on node ap2-oraclec01 is [0].
    [root@ap2-oraclec01 bin]# ./crsctl stop rollingpatch
    CRS-1170: Rejecting rolling patch mode change because the patch has not been applied yet. The software patch level [0] on this node is not the same as the expected patch level [1964077727].
    CRS-4000: Command Stop failed, or completed with errors.
    [root@ap2-oraclec01 bin]#

  • ORA-01031 error...need enter password prompt

    Hi.
    I'm creating a form which kills a session, using this command:
    Forms_DDL('ALTER SYSTEM KILL SESSION'|| :v_$session.sid|| ',' ||:v_$session.serial# );
    in my when-button-pressed trigger. But I get ora-01031 error insufficient privileges. So I'd like to prompt the user to enter his password when he tries to kill a session, because only the administrator should be able to kill a session. Thanks in advance.
    -K

    Hi Kristine:
    First I would ask you why can't they just use the normal logon to establish their access level?
    Then, let me say there is no way to just popup the logon screen in forms, however, it is relatively simple to create a signon screen. Just create a dialog popup with two fields for username and password, and a button with a label maybe "Signon". Then in the WHEN-BUTTON-PRESSED associated with Signon button, you use the code like following. Please test it and modify as needed, because I do not have a database to test it with. Note I use ... as needed to indent because the forum strips leading spaces.
    DECLARE
    ..V_CONNECT_STRING VARCHAR2(100) :=
    ..........GET_APPLICATION_PROPERTY(CONNECT_STRING);
    BEGIN
    ..LOGOUT;
    ..LOGON(:B1.UN, :B1.PW ||'@'|| V_CONNECT_STRING, 'TRUE');
    ..EXIT_FORM;
    END;
    Hope this helps,
    Thomas

  • HELP!!!!  ORA-01858 By creating user or reset password get this error

    By creating user or reset password get this error:
    Data Error: ORA-01858: found a non-digital world where expecting one numerical ORA-06512: at "DERWEB.ORA_ASPNET_MEM_RESETPASSWORD", line 80 ORA-06512: at line 1

    Hi
    You get this error when profile class amounts are not set for all the currency.  Go back to your profile and ensure that the profile amounts are set for all the currencies found, whether you are using it or not.
    Regards

  • How to avoid password prompt in shell script for zip password protection

    Hi
    I am trying to set password protection to my oracle database export backup. Once the backup completed, it should compress with a password protection. Thats the plan. Initialy we were using the gzip for the compression. Then realized that there is no password protection for the gzip. Started using zip option. I tried using
    zip -P <password> filename
    But it was throwing below error.
    -bash-3.2$ zip -P expreports REPORTS_2013FEB14.dmp
    zip warning: missing end signature--probably not a zip file (did you
    zip warning: remember to use binary mode when you transferred it?)
    zip warning: (if you are trying to read a damaged archive try -F)
    zip error: Zip file structure invalid (REPORTS_2013FEB14.dmp)
    Not quite sure why.
    Then I used zip -e REPORTS_2013FEB14.dmp.zip REPORTS_2013FEB14.dmp
    But this prompting for the password. As I am trying to put the command in the script. It will be tough if it prompts for the password.
    I would like to know how to avoid the password prompting by saving somewhere or how the code should be written. Tried using expect feature of shell script. Below was the code I tried. It didnt work.
    [oracle@SF40V6636 test]$ cat repexp.sh
    zip -e REPORTS_imp.log.zip REPORTS_imp.log
    expect "Enter password:"
    send "imprep"
    expect "Verify password:"
    send "imprep"
    So please help in avoiding this password prompt or let me know how to change the code.
    Thanks
    SHIYAS M

    How about using gpg and adding a secret key to the requirement of a password? No one should be able to decrypt your file, not by knowing only the password.
    1. Generate a public and private key pair:
    $ gpg --gen-key
    When it shows "We need to generate a lot of random bytes…" open another terminal session and type "dd if=/dev/sda of=/dev/null" to create traffic. When the public and secret key created and signed you can Ctrl-C the dd command.
    To see what you have created:
    $ gpg --list-keys
    2. Encrypt and gzip your stuff:
    $ tar zcf stuff.tgz file_or_folder
    $ gpg recipient "Some Name" encrypt stuff.tgz
    $ rm -f stuff.tgz
    3. Decrypt and extract the archive:
    $ gpg batch yes --passphrase "password" -d stuff.tgz.gpg > stuff.tgz
    $ tar zxvf stuff.tgz
    Again, knowing the password alone will not let anybody decrypt your stuff.

  • ORA-600 during Apply of patch 3.1.2.00.02

    I receice during installation of ApEx patch 3.1.2.00.02 following errors in the apxpatch.log
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kokegPinLob1], [], [], [], [], [],
    ORA-06512: at line 548
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kokegPinLob1], [], [], [], [], [],
    ORA-06512: at line 438
    I can reproduce the issue with a 11.1.0.6 or 10.2.0.4 database, but not with a 10.1.0.5 database.
    First I was thinking taht this issue realted to
    BUG: 6922966 SELECT QUERY WITH TABLE CONTAIN CLOB COLUMN ORA-600 [KOKEGPINLOB1]
    but applying one off patch for this bug on Linux x86 using a 10.2.0.4 database not solving the issue.
    Any ideas?
    Other people who see this error?
    it seems that ApEx working fine after patch installation and the errors can be ignored, but I cannot be sure about it.

    These errors are definetly caused by the 2 scripts mentioned above (and bellow):
    1. patch/patches/3.1.2/patch_6988690.sql
    2. patch/patches/3.1.2/patch_7298321.sql
    Also I was able to reproduce the issue internally.
    These errors are encountered when there is at least one additional language loaded beside English.
    These 2 patch scripts are updating the wwv_flow_page_plugs with an UPDATE statement similar with the following one:
    update wwv_flow_page_plugs
    set plug_source = s
    where flow_id between 4400 and 4409 ...
    In this case 4400 is the flow_id for the Application Migration Project. For a default installation this ID is the only within the interval [4400,4409]
    If you load an additional language (like French) then an additional flow_id is created for that language (like 4402).
    The above UPDATE statement works successfully when there is only 1 row to be updated but fails if it finds 2 rows.
    This seems to be related with the size of the "s" variable that is being constructed in these 2 scripts.
    I have filled Bug 7451277 for this issue. This is currently being screened.
    Regards,
    Bogdan

  • TutWD_EmailInteractiveForm_Init.zip password protected

    Hi,
    I am trying to start with a tutorial on offline interactive form based on sending and receiving emails and in this tutorial there is a reference to TutWD_EmailInteractiveForm_Init.zip that can be used as a starting point (it is a predefined web dynpro project template). I downloaded the zipfile but as soon as  try to unzip it I get a password popup for every file that is in the zip file. Final result: no template. Does somebody know how I can unzip this file?
    kind regards.
    Angelique Heutinck

    Hi Philip,
    My e-mail address is [email protected] Thank a lot in advance!
    kind regards,
    Angelique

  • Zip Password

    Is it possible to make a password for a zip file using java code only?

    hi jmennen
    i now have a similiar requirement as the thraed initiator. from what you say, i understand that;
    the file could be any file and the encrpytion algol would set a password for this file. now if this is right and is done, will such a password be recognized by the zip file when user attempts to open it?
    if so could you give me a few pointers on how to go about it, because much as i need this feature, i an even more interested in implementing it as it seems highly interesting, if you could guide me somemore....
    thanks

  • ORA-28183 when connect proxy user with password from java

    1. Create user on database 10.2.0.1.0
    create user scott identified by tiger;
    create user jeff identified by secnt;
    grant connect, resource to scott;
    grant create session to jeff;
    alter user jeff grant connect through scott authenticated using password;
    2. Try to open proxy session from java
    DriverManager.registerDriver(new OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@//db.garage:1521/ILINK", "scott", "tiger");
    if (conn != null && conn instanceof OracleConnection) {
         Properties properties = new Properties();
         properties.put(OracleConnection.PROXY_USER_NAME, "jeff");
         properties.put(OracleConnection.PROXY_USER_PASSWORD, "secnt");
         ((OracleConnection)conn).openProxySession(OracleConnection.PROXYTYPE_USER_NAME, properties);
         ((OracleConnection)conn).close(OracleConnection.PROXY_SESSION);
    conn.close();
    3. Got the following error for step 2
    Exception in thread "main" java.sql.SQLException: ORA-28183: proper authentication not provided by proxy
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:277)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
         at oracle.jdbc.driver.T4CConnection.doProxySession(T4CConnection.java:852)
         at oracle.jdbc.driver.PhysicalConnection.openProxySession(PhysicalConnection.java:1548)
         at ch.tie.cluster.Test.run(Test.java:30)
         at ch.tie.cluster.Test.main(Test.java:19)
    4. If i grant connect without using password like:
    alter user jeff grant connect through scott
    everything is fine, but i need password authentication.
    Thanks in advance.

    did you try using the oci driver?

  • Java zip password

    Does anyone know how to create password protected zip files using Java API?
    thanks in advance!
    Jimmy

    Is there anything stopping you from programming your
    own method to encrypt your data ? Just curious if
    you have looked into that possibility ? Granted I am
    certain that time constraints are an issue for you.There's also the issue that he wants a standard password-protected ZIP and not some magic homegrewn stuff nobody else will be able to open.

  • OBIEE Patch download passwords

    Could someone shed some light on the reason that so many of the OBIEE patches found on support.oracle.com are password protected? Is it because they're not yet fully tested?

    Also, is there an e-mail list or some other method by which we can receive notification of recently released, publicly available (i.e. not password protected) patches?

  • Can I delete the Patch zips that are taking up a few GB of my hard drive?

    In the Adobe folder under 'AdobePatchFiles' there are about 34 zip files that are taking up nearly 3GB of my hard drive. I don't see why I'd need these zip files, but I just wanted to check first before I delete them.

    You can delete them, but be aware that this may cause issues with future updates when the installers check for those backup files and they are not there... It's always best to leave such stuff alone.
    Mylenium

Maybe you are looking for

  • InDesign PS file for booklet printer spreads

    The PS file InDesign CS6 generated to use to import into Acrobat for printer spreads has pixelated halftones. Is this a problem with InDesign CS6? Does it contain a post script driver?

  • How to create Automatic Delivery and Billing documents immediate

    Hello, I want to create Automatic delivery and billing documnets immediate once I create a sales order. E.g I need to see in the Status Bar the delivery and billing document was created. Thank you in advance Your help is highly appreciated Alfaid

  • "Your photo library is damaged or unreadable and cannot be opened"

    "Your photo library is damaged or unreadable and cannot be opened. Please restore from a backup." THIS IS THE MESSAGE i just got!! i was importing photos off my digital camera. I  NEVER HAVE HAD A PROBLEM BEFORE? And i got this message.. as far as "b

  • Link (dyld) error - non boot safari 3.2.1

    Hi, this is on tiger.11, G4. After working fine forever, last night this happened, see subject. I didn't install anything relevant, afaik. I do periodically install things like thunderbird nightlies, but have been doing this forever too, I don't thin

  • (noob) How to center these image  divs?

    I have these "showImage" divs size and margins the way I want, but I cannot figure out how to get them to align in the center of "imageContainer" - I'm sure this is something simple but if someone could point me in the right direction I'd really appr