Oracle 9.2.0.6 patch set

After installation and post installation done I still have OWM module as 9.2.0.1 as shown in sqlplus with this query. select comp_id, version, status from dba_registry;
How do I update this module to 9.2.0.6 because one of my supplier request this version.

Denis,
did you run 9.2.0.5 database patch or 9.2.0.5 owm patch?
that one 9.2.0.5 I was talking about is the patch 4205998
at
http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=4205998&release=8092060&plat_lang=2000P
Mike

Similar Messages

  • Oracle 10.2.04 server patch set

    where can I find oracle 10.2.0.4 server patch set for Linux 32 bit to download? thanks

    Patchsets are always downloaded from Metalink (http://metalink.oracle.com). Assuming, of course, that you have a support contract.
    I didn't think 10.2.0.4 was available yet, but perhaps I just missed the memo.
    Justin

  • Oracle 10.1.0.5 Patch Set posted

    Quite suprised to see a patch for Mac OS X. It was posted on 7th of January 2008 already. I am installing it now. I hope Java Stored Procedures will now work also on 10.4.

    - login Metalink
    - tab "Patches&Updates"
    - choose "Quick Links to the Latest Patchsets, Mini Packs, and Maintenance Packs "
    - mouse over "Database", it will show all operating systems,
    - mouse over "Apple Mac Os" , it will show 10.1.0.5 link to the patch
    Oscar

  • How to do in-place-upgrades with the new patch sets (11.2.0.2.0)?

    Hello,
    Oracle has released the new patch set 11.2.0.2.0 for Oracle Database whose installation deviates from the previous patch set instructions. Are there any new deployment procedures available to do an in-place upgrade? We have a lot (about 100) of development databases here, most of them do not have enough hard disk space to do an out-of-place upgrade, so the need for updated deployment procedures is definetely there.
    Best regards,
    Andreas

    Hello Hemss,
    I am trying to do an in-place-upgrade (replacing the old Oracle software completely because our test servers have only very little space). When you want to perform an out-of-place upgrade, things are more simple, but you need the disk space for a new Oracle home (about 6 GB on Linux-x64 in my case). Essentially, the steps are:
    1. You can keep the production database online during the next steps
    2. Install the new 11.2.0.2.0 into a new Oracle Home (an Oracle software directory which does not exist yet). Only install the software.
    3. Apply any post-11.2.0.2.0 patches if available and needed
    4. Schedule a maintenance window with your users
    5. Put the original database(s) in MOUNT mode (SHUTDOWN IMMEDIATE followed by STARTUP MOUNT)
    6. Perform a FULL backup of both database and old Oracle home, just to be on the safe side.
    7. Set your enviromnent: ORACLE_HOME and ORACLE_BASE should point to your NEW installation, ORACLE_SID to your production database.
    8. Start netca to create a new LISTENER for your new software installation (you might want to use a different port than your previous installation in case you need to run both at the same time)
    9. Start dbua from the new Oracle Home and follow the on-screen instructions. You can either create an updated copy of the database (needs more disk space but you can easily switch back to your orginal DB), or you change the database to fit your new Oracle version (needs less space, but you need to run the scripts to downgrade to the old release if you need to go back)
    So, as long as you have plenty of disk space, things are not that difficult at all. Of course, you should always read the release notes and the full installation guides for the new version because there might be new features or behaviours that affect your database. It is also highly advisable to test this on a completely different machine first.
    You can find the complete upgrade guide here: http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/toc.htm
    Best regards,
    Andreas

  • Oracle 9.2.0.3.0 patch set for windows - questions

    Hi!
    I have for that some questions. I have oracle 9.2.0.1.0 on a windows 2003 server running with one local database - no real apllication cluster.
    I don't understand which instructions I have to make for oracle upgrade?
    Must I also make the 3. instruction? Connect to databse prior and drop?
    Must I also make the post install action for my database?
    (startup migrate ...)
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?
    Thanks for help!
    1. When applying this patchset on Windows NT, XP or Windows 2000, you must log onto the system as a user with Administrative privileges
    (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
    drop public synonym xmlconcat;
    drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:
    IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:
    If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
    Stop the Windows service named "OracleGSDService"
    Stop the Windows service named "OracleCMService9i".
    Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
    For Example:
    C:\>net stop OracleGSDService
    C:\>net stop OracleCMService9i
    C:\>net stop OraFenceService
    Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...
    xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).
    Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.
    C:\>net start OraFenceService
    C:\>net start OracleCMService9i
    C:\>net start OracleGSDService
    After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.
    6. Start the installer:
    If the current Installer version is less than 2.2.0.18.0 then download the Installer 2.2.0.18.0 from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform, then run the setup.exe 2.2.0.18.0 from the C:\Program Files\Oracle\oui\install directory .
    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
    1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
    that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
    2. Follow the steps given below within the installer:
    1. On the Welcome screen, click the Next button. This will display the File Locations screen.
    2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
    the Patch Set tar file.
    3. Select the products.jar file. Click the Next button
    The products file will be read and the installer will load the product definitions.
    The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
    4. Verify the products listed and then click on the Install button.
    5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
    to exit the installer.
    To perform a silent installation requiring no user intervention:
    1. Copy the response file template provided in the response directory where you unpacked the Patch
    Set tar file.
    2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
    in the template.
    3. From the unzipped patchset installation area, start the installer by running the setup executable passing
    as the last argument the full path of the response file template you have edited locally with your own
    value of ORACLE_HOME and FROM_LOCATION:
    setup.exe -silent -responseFile <full_path_to_your_response_file>
    Post Install Actions
    Execute these "Post Install Actions" only if you have one or more databases associated to the upgraded $ORACLE_HOME.
    Important Notes
    1: Java VM and XML DB Requirements
    Users who have JVM (Java enabled) or JVM and XDB installed on their 9.2.0.1 databases should make sure that the init.ora parameters shared_pool_size and java_pool_size are each 150 MB or more before running the catpatch.sql upgrade script. Failure to do so could result in an unrecoverable memory failure during running of the script. Please note that JVM and XML DB was shipped as part of the default 9.2.0.1 seed database and will be present unless the user explicitly installed a 9.2.0.1 instance without them.
    2: SYSTEM table space
    If you have JServer installed in the database, you should check to be sure there is at least 10M of free space in the SYSTEM table space before running these actions.
    3: Installing on Cluster Databases
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to false. After the post-install actions are completed, you must set this initialization parameter back to true.
    To complete the installation of this patch set, you need to start up each database associated with the upgraded $ORACLE_HOME, start the database listener (e.g., lsnrctl start), login using SQL*Plus (e.g., sqlplus "/ as sysdba"), and run the following commands/scripts in order from $ORACLE_HOME within a MIGRATE session. If you are using the OLAP option, make sure that the database listener is up.
    startup migrate
    spool patch.log
    @rdbms/admin/catpatch.sql
    spool off
    Review the patch.log file for errors and re-run the catpatch script after correcting any problems
    shutdown
    startup
    This step is optional - it will recompile all invalid PL/SQL packages now rather than when accessed for the first time - you can also use utlrcmp.sql to parallelize this in multiprocessor machines:
    @rdbms/admin/utlrp.sql
    Execute the following if you use Oracle OLAP option:
    alter user olapsys identified by <password> account unlock
    connect olapsys/<password>
    @cwmlite/admin/cwm2awmd.sql
    exit
    Execute the following script only if you have version 9.2.0.1.0 of Oracle Internet Directory installed in your ORACLE_HOME. Make sure that the database and database listener are running and that all parameters are specified prior to running the script:
    $ORACLE_HOME/bin/oidpatchca.bat
    -connect <Connect String>
    -lsnrport <Listener Port>
    -systempwd <SYSTEM Password>
    -odspwd <ODS Password>
    -sudn <Super-User DN>
    -supwd <Super-User Password>
    -dippwd <Password to register DIP Server>
    Where:
    connect - Database connect string
    lsnrport - Database Listener port
    systempwd - Password of the database 'SYSTEM' user
    odspwd - Password of the database 'ODS' user
    sudn - Super-user DN
    supwd - Super-user Password
    dippwd - New password to register Directory Integration Server. This password must conform to the password policy in the OID server
    Execute the following steps only is you are using the RMAN catalog.:
    rman catalog <user/passwd@alias>
    upgrade catalog;
    upgrade catalog;

    I don't understand which instructions I have to make for oracle upgrade?
    -- You have to follow all the instructions mentioned
    (Just check for few if's for Cluster enabled, OID and OLAP databases. Perform these steps only if they apply)
    Must I also make the 3. instruction? Connect to databse prior and drop?
    -- Yes you should do
    Must I also make the post install action for my database?
    (startup migrate ...)
    -- Yes. Do run catpatch.sql .
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    -- In this step make sure you do step 1
    1: Java VM and XML DB Requirements
    Otherwise catpatch.sql will fail.
    Do 2 and 3 only if applicable
    Chandar
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?

  • Oracle Application Server 10g R3 with patch set 10.1.3.5.0

    Hi All,
    Can anyone help me on this, When I install Oracle Application Server 10g Release 3 (10.1.3.1.0) and patch set 10.1.3.5.0 on Linux. I am not able to find forms and reports container.
    This version doesn't support forms and reports or I have go OAS 10g R2 (10.1.2.0.2) with patch set 3 (10.1.2.3.0). What is the difference between these two releases.
    Please help me.
    Regards,

    Hi James,
    1)Yes it supports IE 8 .Please review the below link for certification details on browers :-
        http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BAJGCBEA
         Note: Oracle Application Server supports only those browsers.
    2)Forms only support Windows 7 32 bit only.
        Please refer to the note:1292919.1 "Certification of Oracle Developer Suite 10g (10.1.2) on Windows 7 (32-bit)"
    3)Could you provide more information of JVM because when you install 10gR2 it has JDK and JRE present in it.
    Regards,
    Prakash.

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • Error while appying patch set 4 (10.1.3.4.0) to oracle home (10.1.3.1.0 )

    Hi,
    I am trying to apply patch set 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to 10g Release 3 (10.1.3.1.0) oracle home. As the pre - installation steps describes I have run the script ‘upgrade_10131_10134_oracle.sql’ for both ESB and BPEL. Also we need to delete the line <data id="java-bin" value="/myhost/jdk1.4.2/bin/java" />from the ‘ORACLE_HOME/opmn/conf/opmn.xml’ file. But when I have checked that file, the line was not present there.
    But when I am running the installer, it is showing error like
    Error
    --> Process (index=1,uid=418288051,pid=30220)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\\HTTP_Server~1.log
    Configuration assistant "OPMN Configuration Assistant" failed.
    When I checked the log I got the error message like
    08/12/05 14:00:10 Start process
    Syntax error on line 278 of c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf:
    Cannot load c:/oracle/soa_ofmpractice/soatesting/apache/apache/modules/apachemoduleossl.dll into server: (127) The specified procedure could not be found:
    Does anybody know how to fix this problem?
    Thanks & Regards,
    Anju

    There is a quick fix for this
    There are 2 lines you need to comment form the c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf
    A comment is done with a #
    If you look in the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log file it will tell you.
    Find the line that has apachemoduleossl in it. When you try and restart it will fail again the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log should tell you what line to comment
    sorry can't be of much more help but dont have access to an environement at the moment.
    cheers
    James

  • Current Patch Set for Oracle Database Release 11.2

    Hi
    I am upgrading oracle 10G to 11GR2 in AIX 5.3 Environment with SAP ECC6 , I have just just installled Oracle 11.2.0.1.0 according to the "Database Upgrade Guide -Upgrade to Oracle Database 11g Release 2 (11.2): UNIX". After database software installation , in upgrade manual in section 3.4.4 it says, you need to install current patch set for oracle database 11g R2 and referencing a SAP note 1431799.
    I have just read note 1431799 which says Current Patch Set for Oracle Database Release 11.2 is not generally available for SAP customers until December 2010, also I donu2019t find the note 1522330 as mentioned in 1431799.
    Please let me know how I can get current patch set to apply with Oracle 11.2.0.1.0 (Is it in SAP service market place?)
    I also want to upgrade my installation to oracle 11.2.0.2, please let me know where I get the patch set to upgrade from 11.2.0.1.0 to 11.2.0.2,
    or
    I have to live with 11.2.0.1.0 and apply SAP Bundle Patch ( SBP)

    Abu Al MAmun,
    I understand from your posts that you recently upgraded to 11.2.0.2.
    I am having the same difficulty, of finding the current patch set for 11.2. Could you please let me know how you worked around it?
    Thanks,
    Siri
    Hello Everyone,
    I did read the post on to how you have to install the current patch set for 11.2.
    But honestly, it pretty much flew over my head.
    I am trying to upgrade our SAP AIX 64 bit test system from Oracle 10.2.0.4 to 11.2.0.2.
    And so far I have downloaded all the required sw for the upgrade, except for the current patch set 11.2.
    This is what I have right now:
    1) Oracle 11.2 AIX 64 bit upgrade sw - 51038805_part 1 to 51038805_part 7 and 51039800.
    2) Database Patches -->Oracle 11.2.0.2 -->
    All they have here is
    a. Database RDMBS - SAP_112020_201012_AIX.zip and b. SAP_112020_201101_AIX.zip
    b. OPatch - OPatch_11201_Generic_v3.zip and mopatch-2_1_6.zip
    c. Database Vault - DV - >Generic - p9656644_112020_Generic.zip
    If I am not wrong, the Database RDBMS files are nothing but the SAP Bundle Patches that have to be installed after installing the currrent patch set 11.2.0.2 using MOPatch.
    But I did not find the currrent patch set 11.2.0.2.
    Could someone please explain the process to me in detail? This being my first time , I am finding it a bit hard to catch up with some of the stuff.
    Thank You!
    Siri

  • Upgrading Oracle Patch Set

    Hello All,
    I am in the process of upgrading the Oracle Patch set from 9.2.0.6 to 9.2.0.8.
    Can anyone let me know what are the Pre and post installation steps that needs to taken care of.
    Thanks

    As Anurag has already mentioned that with every patch set there is a readme file which contains all pre and post installation steps in detail. Please read each word of it and you done if you follow as it is. In case you found any error/issue you can paste the steps which you have done; so that we can found where was the error / mis-steped.
    Regards
    Girish Sharma

  • Calling From Oracle Forms 11g patch set 2(11.1.1.3.0) to  Oracle Reports 1

    Hi
    While calling From Oracle Forms 11g patch set 2(11.1.1.3.0) to Oracle Reports 11g patch set 2(11.1.1.3.0) I found unable to run report error
    But its finely working in 10g. The Place of error is in find_report_object
    Is any solution to resolve this problem like any registry setting or patches to solve this problem
    Please guide me
    Regards
    Murali N S

    I was able to download it from this link:
    [http://download-llnw.oracle.com/otn/java/jdeveloper/11.1.1.3.0/jdevstudio11113install.exe]
    on the general 11g Fusion download page at:
    [http://www.oracle.com/technology/software/products/middleware/index.html]
    Although the site does appear to be having problems. I got intermittent errors of the page/server not being available.

  • PL/SQL don't work after install Oracle 9204 patch set

    I'm using Oracle 9.2.0.1.
    some pl/sql don't work after i install database patch set 3 (9.2.0.4).
    code--------------------------------
    BEGIN
    dbms_aqadm.stop_queue(
    queue_name => 'WB_RT_SERVICE_QUEUE');
    exception
    when others
    then
    null;
    END;
    error message is: ora-03113 end-of-files on communication channel.
    please help. thank you !!

    Can you please tell me the soluation of this problem as I am also facing the similar problem ?
    Thanks in advacne ?
    Regards
    Satpal

  • Please provide the patch set for Oracle Enterprise Manager Grid Control 10

    Hi,
    please provide the patch set for Oracle Enterprise Manager Grid Control 10.2.0.1 and 10.2.0.5 for AIX 5.3
    patch set for Oracle Enterprise Manager Grid Control for 11.2.0.2 OS AIX 5.3
    Thanks,
    Vishal Hande.

    user12009184 wrote:
    Hi,
    please provide the patch set for Oracle Enterprise Manager Grid Control 10.2.0.1 and 10.2.0.5 for AIX 5.3
    patch set for Oracle Enterprise Manager Grid Control for 11.2.0.2 OS AIX 5.3
    Thanks,
    Vishal Hande.you must obtain all patches directly from
    http://support.oracle.com

  • Oracle 10g 2 - 10.2.0.2 Patch seti without instance

    Hi,
    I'm installing Oracle 10g 2 - 10.2.0.2.
    I installed base release 10g 2 and then i have installed the patch set 10.2.0.2 (Linux x86).
    It's a new installation, so there isn't an instance.
    When i use dbca to create the DB i receive the error
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    So i think i should execute catupgrd.sql like described in readme of patch, but if there ins't an instance, how could i connect to the db as sysdba?
    Thanks!

    If you don't currently have any database, then you don't need to run the catupgrade script, this is meant only for databases so the data dictionary is upgraded on an individual basis. Just ensure you have properly applied the patchset against the right Oracle Home and ensure your environment variables are properly set.
    ~ Madrid

  • Oracle 10gR2 Patch Set 3  - Clustering Service (CSS) failed to start

    Hi ,
    we are using Solaris 10 containers. Oracle 10gR2 installation done with ASM in Non-global zone and it was successful, after applying patch set 3 CSS service unable to start and won't generate any error message.
    OS : solaris 10
    DB : Oracle 10gR2
    any pointer will help us to resolve this issue.
    Regards,
    Sachin

    Hi,
    Cause
    1) This is a LANG problem. So this can be confirmed by tracing the init.cssd script (executed by the init/inittab), as follow:
    h1:3:respawn:/etc/init.d/init.cssd run >/var/log/init-cssd.run 2>&1 </var/log/init-cssd.run
    2) /var/log/init-cssd.run log extract:
    TZ=
    + export TZ
    LANG=
    + export LANG
    + /bin/who -b
    + exit 0
    BOOTID= . system boot srp 7 16:44
    + /bin/cat /var/opt/oracle/scls_scr/db4/root/cssrun
    RUNID= . system boot Aug 7 16:44
    + [ . system boot srp 7 16:44 != . system boot Aug 7 16:
    44 ]
    + [ . system boot Aug 7 16:44 = startstack ]
    + exit 3
    STATUS=3
    + [ 3 != 0 ]
    + exit 3
    + [ 3 != 0 ]
    + /bin/sleep 30
    Solution
    1) Set the LANG environment variable in /etc/init.d/init.cssd script (in GETBOOTID section) to cs_CZ.ISO8859-2:
    # Set a null language id. GETBOOTID can also be sensitive to the language
    # codes, when init.cssd is run in a user shell compared to being run
    # under init. Setting a blank language code should guarantee consistency.
    LANG=cs_CZ.ISO8859-2
    2) Then CSS will start.
    $>crsctl check crs
    CSS appears healthy
    Cannot communicate with CRS
    Cannot communicate with EVM
    $>ps -fea | grep ocssd.bin | grep -vi grep
    oracle 407 1 0 Aug 13 ? 3:50 /oracle2/V10g2/bin/ocssd.bin
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

Maybe you are looking for

  • My PC was connect to my apple tv now it is not working

    I had used my PC with the apple tv frequently.  after some time of not attempting homesharing i went to use it again.  My PC shows homesharing is on, but it does not show on the apple tv.  The apple tv is working, as my son's computor shows on the ho

  • CMC Default settings parameter prompt error

    Hi, When setting the parameters in CMC Default Settings, the parameters are not properly populated. The dynamic prompt parameter populated correctly And again the same dynamic parameter values populated when the immediate next parameter is being edit

  • Averaging the rows in a 1D array as samples are taken

    I am continuous taking 10 samples of voltage every second and therefore the output (Y) every second is  an array of one column and 10 rows.  How do I create loop that will average the rows of each sample taken.  For example, after 8  seconds I will h

  • How to unlock iphone 5 to be used in China?

    how to unlock iphone 5 to be used in China?

  • Find manager in workflow...

    Hi, I need to find the manager in the workflow, WHO HAS THE APPROVAL LIMIT. Manager has to have the  approval amount limit. Thanks in advance, Sukumar.