10gR2 to 11gR2 usin rman

hi
I am dong (just started few days back)10g OCP (DBA).
i love to play with it lot.so i installed 11gr2 db version first.then i deleted the db orcl using dbca.NOW i am trying to install RAC..if i install RAC and create a db or restore a db from taking backup backup from a 10gR2 single instance(actually my institute run this db) db using rman.what would be the case?
will this db use the all the fetures of RAC 11gR2 or it will be just a single instance db by default OR do i really need to run rconfig after restoring it?
what it would be if the backed up db not using ASM?
My assumption is the 11gR2 will fail to restore the 10gR2 db.OR my be some parameter need to be change in spfile.
plz suggest
regards

damorgan wrote:
You can not create a RAC cluster with the hardware you likely have.
Describe in detail hardware, operating system (w/ version), shared storage solution (and sharing the C drive in not an acceptable answer, and cache fusion interconnect solution.For RAC i have x86_64 two machines running with OEL5.4 /OEL5.2 ( and planned for using ASM).
>
For someone just learning Oracle I would recommend that you not even think about RAC for 2-3 years. You jumping into RAC is roughly equivalent to a student pilot deciding they want to fly the Space Shuttle. It isn't going to have an attractive outcome.do not get scares i am trying at my home.
First of all i would like to say:
............can you describe the thing theoretically?
in my case the incorporation is from win xp 32 (my institute runs by win xp 32bit )to oel 5.4 x86_64.that is the db of which i am taking backup is running under win xp and 10gR2 NOW i am restoring it under 11gR2 which is running under OEL5.4.
what will be the case?is it possible or not?
[as per i can remember the OCA stuff if i took the control /datafile/spfile file os level backup(ie.just copy-paste method ) and just try to restore it manually it may work--probably one of my friend did so(if my memory saves) ]
Another thing is that do i need to change something in spfile?if i can remember my OCA stuff well ,the Spfile probably stores some version information of the database release.so it should be changed or not?
regards
NB:- Actually i asked to my OCP instructor.he said it is not possible even from single instance backup and restoration if it is the case from 10gR2 to 11gR2 using rman.I just want a experts suggestions....

Similar Messages

  • Going from 10gR2 to 11gR2 - any obvious performance 'pitfalls'?

    Hi, there,
    I'm moving some databases from 10gR2 to 11gR2. I was wondering whether there were any obvious pitfalls in performance that I should be aware of (like the optimizer ones in previous versions). I'm taking the SPFILE from 10gR2 and modifying it as little as possible to use as my 11gR2's SPFILE.
    Also, I've heard murmurs of timezones being an issue in migrating to 11gR2? I'm either going to be using export/import or TTS to move my data. I wonder if the timezone issue is related to RMAN somehow.
    Mark

    Hi,
    I performed an Upgrade from 10.2.0.4.4 to 11.2.0.1 two weeks ago.
    I used a note from oracle support for manual upgrade to 11gR2
    the database had database vault and also had auditing enabled.
    these peculiarities are all covered in the note.
    I would suggest that if you have auditing enabled, set the parameter audit_trail=none before you commence upgrade.
    In addition make sure the you have tested the upgrade before implementing on your production environment, this would prepare you greatly.
    after the upgrade, the timezone was upgraded to 11, database vault was turned on, EM upgraded, database vault application redeployed.
    all the best
    samuelk
    Edited by: Samuel K on Feb 24, 2011 3:13 PM
    Edited by: Samuel K on Feb 24, 2011 3:14 PM
    Edited by: Samuel K on Feb 24, 2011 3:15 PM

  • Request help with upgrading 10gr2 to 11gr2(11.2.03) in EBS 11.5.10.2

    EBS 11.5.10.2
    Sue Linux 10 SP2
    HRMS application
    Database 10.2.0.4
    I am planning on upgrading 10gr2 to 11gr2(11.2.03) in EBS 11.5.10.2.
    I was going thru document 881505.1 under Veryfy software versions, it says autoconfig latest version with 9835302 patch.
    In note 165195.1 using autoconfig to manage Configurations with oracle systems under patching autoconfig, says apply patch 9525311.
    which one should be applying?
    9835302 patch or 9525311?
    Thanks.

    I was going thru document 881505.1 under Veryfy software versions, it says autoconfig latest version with 9835302 patch.
    In note 165195.1 using autoconfig to manage Configurations with oracle systems under patching autoconfig, says apply patch 9525311.
    which one should be applying?
    9835302 patch or 9525311?
    The doc says "Also apply patch 9835302" in addition to AutoConfig patches, so you need to apply both -- (Patch 9835302 and Patch 9535311).
    Thanks,
    Hussein

  • R0 Rollback Segment in Import of 10gR2 into 11gR2 Database

    I have a new install of Oracle Database Server Enterprise Edition 11.2.0.3.6 on AIX 7.1.
    I used the DBCA to create two databases and used export datapump and import datapump to upgrade two 10gR2 database to 11gR2.
    One of the import logs includes the following messages:
    Processing object type DATABASE_EXPORT/ROLLBACK_SEGMENT
    ORA-39083: Object type ROLLBACK_SEGMENT failed to create with error:
    ORA-02221: invalid MAXEXTENTS storage option value
    Failing sql is:
    CREATE ROLLBACK SEGMENT "R0" TABLESPACE "SYSTEM" STORAGE(INITIAL 131072 NEXT 131072 MINEXTENTS 2 MAXEXTENTS 2147483645)
    I verified that the source database has R0 with maxextents of 2147483645.
    I can copy and modify the CREATE ROLLBACK statement and lower the value assigned to MAXEXTENTS, or use MAXEXTENTS UNLIMITED, then run the command in the target database.
    In light of the fact that the DBCA did not create R0 in my two 11gR2 databases, I want to know if I still need to create R0 in the one that showed the error in the import log. Has anyone else noticed the disappearance of R0?
    Here are the rollback segments that exist in the 11gR2 database at this time:
    SQL> Select SEGMENT_NAME, OWNER, TABLESPACE_NAME, INITIAL_EXTENT, NEXT_EXTENT, MIN_EXTENTS, MAX_EXTENTS, PCT_INCREASE, STATUS
    from SYS.DBA_ROLLBACK_SEGS;
    SEGMENT_NAME OWNER TABLESPACE_NAME INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE STATUS
    SYSTEM                         SYS       SYSTEM     114688 57344 1 32765 ONLINE
    _SYSSMU1_3638931391$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU2_3033359625$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU3_2670780772$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU4_286801445$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU5_1738828719$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU6_3548494004$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU7_700714424$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU8_2755301871$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU9_2087597455$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    _SYSSMU10_3267518184$ PUBLIC UNDOTBS1 131072 65536 2 32765 ONLINE
    11 rows selected.
    Thanks,
    Bill

    Srini,
    Both the 10gR2 and 11gR2 versions of the database are using automatic undo management.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show parameter undo
    NAME TYPE VALUE
    _undo_autotune boolean TRUE
    undo_management string AUTO
    undo_retention integer 14400
    undo_tablespace string UNDOTBS1
    SQL>
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter undo
    NAME TYPE VALUE
    undo_management string AUTO
    undo_retention integer 14400
    undo_tablespace string UNDOTBS1
    SQL>
    Do you know anything about Oracle no longer automatically creating R0 in 11gR2?
    Thanks,
    Bill

  • 10gr2 and 11gr2

    Hi,
    I can to install both the version of Oracle DB 10GR2 and 11GR2 ?
    Thank You
    Gaetano

    883279 wrote:
    Hi every one..
    I have very few knowledge on linux.
    I have downloaded the two linux_11gR2_database_1of2 and linux_11gR2_database_2of2, and I have followed so many forums installation process
    but somewhere my linux is getting crashed, each time I am deleting the vmware linux installed and re installing that...
    Please let me know the steps as I am a biginner to install this.
    Thanks in advance ....
    :)Pl do not hijack another post as it is considered to be rude - pl create a new thread for your issue.
    In order to get the help that you need, it is best to provide as much specific info as you can. What you have essentially stated is - "Help ! My car won't go ! How can I make my car go ?".
    The more specific details you provide, the better the quality of the responses
    HTH
    Srini

  • OWB 10gR2 and 11gR2 integrate which with oracle database versions

    I request a clear definite reply as I need to suggest the client to upgrade their production databases. I did try searching on the oracle sites, but did not get any sure answer.
    Question:
    The client has databases on 8i, 9i & 10g. Will OWB 10gR2 support these data sources?
    If not, either I will have to ask clients to upgrate 8i & 9i to oracle 10g or have them upgrade the same and also have them upgrade to OWB 11gR2.
    So, please confirm support of database versions for both OWB 10gR2 & OWB 11gR2.
    Thanks much!

    I already had the 'Release notes' link for both 10g and 11g which you provided.
    The issue is when I launch the URL, I am taken to https://support.oracle.com/CSP/ui/flash.html.
    Here I've to submit and register Sun Contract Number or Oracle Support Identifier. I don't have these details.
    Isn't there a simple way to get the valid information on platform-specific requirements?
    I mean this should be given easily on Oracle site.
    Thanks much!

  • Using Oracle SE RAC 10gR2 or 11gR2 on NetApp NAS

    Hi,
    I'd like to know if Oracle certifies Oracle SE RAC 10gR2 or 11gR2 on NAS storage like NetApp FAS2552A dual controller, 24 x 900 GB SAS, 8x 10GbE + 4x 1GbE, 7-
    mode, iSCSI, CIFS, NFS, FCP.
    I have read some documents by Oracle and, in my opinion, it seems that the best approach is: NetApp NAS with iSCSI.
    Reading NetApp documentation it seems that NetApp NAS has a proprietary protocol to manage storage (ONTAP ?).
    Is the NetApp approach to manage storage for Oracle RAC a certified solution ?
    Thank you very much

    I run Oracle RAC on NetApp without any problems. I suggest you work with NetApp. They will be able to answer questions about their specific hardware. They also have documentation on how to configure their disk solution specifically for Oracle RAC databases.
    HTH,
    Brian

  • Help needed in 10gR2 to 11gR2 EBS Database Upgrade

    Hi,
    I am upgrading EBS Database from 10gR2 (10.2.0.3) to 11gR2 11.2.0.3. While going through Oracle Note Complete Checklist for Manual Upgrades to 11gR2 [ID 837570.1], under the point 3 of "Recommendations from Source database" it says:
    "Disable the custom triggers that would fire before/after DDL and enable them after the upgrade is complete."
    I want to know is it compulsory to disable the custom triggers? If yes then how can I get the list of those custom triggers and disable/enable them before and after the database upgrade?
    Please let me know the commands. My operating system is Oracle Enterprise Linux 5.8.
    Thanks,
    Abdul

    Hi Srini,
    Thanks for the docs.
    EBS version is R12 (12.0.6) and 10gR2 (10.2.0.3).
    Currently I am only upgrading EBS Database from 10gR2 (10.2.0.3) to 11gR2 (11.2.0.3) and want to use it with my current R12 version.
    Currently I am following these Oracle notes:
    - Complete Checklist for Manual Upgrades to 11gR2 [ID 837570.1]
    - Interoperability Notes EBS 12.0 and 12.1 with Database 11gR2 [ID 1058763.1]
    I hope I am on the right track?
    Regards,
    Abdul

  • Differences between oracle 10gr2 and 11gr2 warehouse bulider

    Hi All,
    Could you please let me know the main differences between Oracle 10gr2 and Oracle 11gR2 warehouse builder.
    Also , it would be great if anyone point me to the document where i can see the major differences.
    Thanks,
    Naveen.

    Hi Naveen,
    The major difference between OWB10gR2 and 11gR2 is the target RDBMS.
    In 10gR2 you have to use ORACLE as your target RDBMS (unless you are going for DB Gateways, that is a complete different story).
    Where as in 11gR2 allows you to use any RDBMS as your target system . This is achieved by Code-Template mapping.
    All is needed is that proper jdbc driver for the target system.
    Also 11gR2 supports OBIEE RPD creation and etc.
    http://blogs.oracle.com/warehousebuilder/2009/09/oracle_warehouse_builder_11gr2.html
    http://www.rittmanmead.com/2009/09/a-look-at-the-new-features-in-owb11gr2/
    http://www.oracle.com/technetwork/developer-tools/warehouse/owb-11gr2-new-features-summary-129693.pdf
    Thanks,
    Sutirtha

  • 10gR2 to 11gR2 from Windows to Linux with 6TB Database.

    Hi,
    I need to do migration from 10gR2 to 11.2.0.2.0 and from Windows to Linux for 6TB database Size. As both Endian format same, I did the migration using RMAN Convert database on UAT but for same 10gR2 version.(Both Source on Target Oracle Version was 10.2.01.0). Now I have to migrate from 10gR2 to 11.2.0.2.0. So it's 2 way process.
    is it possible to club these 2 way migration process ???
    Are following steps right or any modification is required ??
    1) Install 11.2.0.2.0 on Linux OS
    2) Open Source Database (Windows) in Read Only. Generate TRANSPORT.SQL, CONVERTSCRIPT.RMAN & Pfile.
    3) Copy Source datafiles in temporary location on Target OS. Also copy above files.
    4) Create dummy controlfile.
    5) Startup nomount with Changed pfile
    6) Mount database with Dummy Controlfile.
    7) Run CONVERTSCRIPT.RMAN to convert actual datafiles from Windows Platform to Linux Platform.
    8) Shutdown the instance and delele Dummy Controlfiles.
    9) Edit TRANSPORT.SQL and do Appropriate Changes like redolog files, datafiles path...
    Now my question is, can I add ?/rdbms/admin/catupgrd.sql in TRANSPORT.SQL script after Startup upgarade command so that Complete Upgradation to 11.2.0.2.0 would be done.
    10) Then run TRANSPORT.SQL on Target System (11.2.0.2.0)
    Tell me if more inputs are required from my side...
    Regards,
    Manish

    This forum deals with migrations from foreign databases to Oracle.
    You might better post your request in this forum:
    General Database Discussions

  • Upgrade from 10gr2 to 11gr2 - error during impdp

    Current server is 10gr2 on windows 2003 64 bit, running TDE. On the new server, I've copied the wallet to the new server, opened it using the alter system set encryption wallet open command. Verifed it's open. When I run impdp on the 11gr2 server, I get a ton of these errors:
    ORA-39083: Object type INDEX failed to create with error:
    ORA-28374: typed master key not found in wallet
    Failing sql is:
    CREATE INDEX "BANK"."RTXN_DX29" ON "BANK"."RTXN" ("RTXNTYPCD") PCTFREE 10 INITRANS 2 MAXTRANS 255  STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "INDEXES" PARALLEL 12
    Followed by a ton of errors like this
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/REF_CONSTRAINT
    ORA-39083: Object type REF_CONSTRAINT failed to create with error:
    ORA-02270: no matching unique or primary key for this column-list
    Failing sql is:
    ALTER TABLE "BANK"."ACCT1099M" ADD CONSTRAINT "ACCT1099M004" FOREIGN KEY ("PARENTACCTNBR", "PARENTRTXNNBR") REFERENCES "BANK"."RTXN" ("ACCTNBR", "RTXNNBR") ENABLE NOVALIDATE
    Any ideas? I'm doing my practice runs for the real upgrade, which is this weekend, and I've had several successful upgrades, but this time I can't get past this error.

    I do not have any experience with TDE, but see if MOS Doc 1260584.1 can help
    HTH
    Srini

  • Upgraded Db from 10gR2 to 11gR2 want to know how can we make use of mem_target & mem_max_size parameter

    Hi Guys,
    Wish u all a very happy new year.
    We have upgraded our Client UAT system on solaris 10 from 10gR2(10.2.0.4) to 11.2.0.3 with latest PSU patch 11.2.0.3.8 Solaris SPark 64 bit.
    Post DB upgrade new parameters have been incorporated into the system namely
    1. Memory_Target
    2. Memory_Max_Size.
    Now although we have our SGA and PGA set to some specific values in our system, what i want to know is how can we utilize the Two parameters i named above in the system and
    how can it provide me better performance in relationship with SGA and PGA set in the system.
    Probably on what concept does Memory_Target and Memory_max_size parameters work in 11gR2 system.
    It would be really great if some one can provide the details with explanation.
    Your help is appreciated.
    Regards,
    Milan Rathod.

    Hi,
    Automatic Memory Management(AMM) was introduced in ORACLE 11g to automate the size of SGA and PGA(takes full control of managing memory)
    To configure AMM ,need to initialize MEMORY_TARGET and MEMORY_MAX_TARGET parameters.
    MEMORY_TARGET:
    The amount of shared memory available for Oracle to use when dynamically controlling the SGA and PGA.
    This parameter is dynamic, so the total amount of memory available to Oracle can be increased or decreased, provided it does not exceed the MEMORY_MAX_TARGET limit. The default value is "0".
    MEMORY_MAX_TARGET:
    This defines the maximum size the MEMORY_TARGET can be increased to without an instance restart.
    If the MEMORY_MAX_TARGET is not specified, it defaults to MEMORY_TARGET setting.
    Let say If you are setting MEMORY_MAX_TARGET=2GB, then oracle will use these 2GB to manage the memory(Boh SGA and PGA)
    If you set db_cache_size=1GB based on your requirement , then AMM always retains this 1GB memory for db_cache_size and it will use the remainng 1GB memory for other processes.

  • Migrating from 10gR2 to 11gR2 using impdp with network_link fails

    Hi,
    I'm trying to migrate a database from 10gR2 (Novell SLES 10) to a new server (Novell SLES 11) with 11gR2. I created a database on the new system with all required users and tablespaces. Then I used impdp in 11g with a database link to the source database:
    impdp system/pw@db NETWORK_LINK=X_SourceServer FULL=Y
    This command fails immediately with ORA-39113: unable to determine database version. Even using the parameter VERSION=10.2.0 doesn't change the result.
    The Oracle Upgrade Guide tells me that upgrading is possible from 10* to 11* and recommeds impdp and network link. Is the failure perhaps a bug in the NETWORK_LINK procedure? Should I better try expdp on the source and impdp on the target with a dumpfile as intermediate (the database ist rather big, so dealing with files across the network will take a lot of storage capacity)?
    Has anyone tried this method with success?
    Thanks
    Friedhelm
    Edited by: user8964905 on 02.09.2011 02:34

    This is due to an bug. The workaround is in the DOC
    IMPDP From 10g TO 11g Gives ORA-39113, ORA-4052 & ORA-6544 PL/SQL: internal error, arguments: [55916] (Doc ID 1062428.1)

  • Enviroment variables after upgrade 10gR2 to 11gR2 grid

    Hello,
    Oracle teaches us (for example, in appendix F "How to Upgrade to Oracle Grid Infrastructure 11g Release 2") that before upgrade you must unset such variables like ORACLE_BASE, ORACLE_HOME, ORACLE_SID etc. So, I did it, upgrade from 10gR2 clusterware to 11gR2 grid was succesful. Now I couldn't find any info, must I restore back these variables, or what must to do with them. For example I couldn't run anything from the new grid home ("command not found"), because CRS_HOME was unset, must I just add new grid home to PATH ?

    Execute the below command at OS level and verify from which home is the crsctl utility is being called
    which crsctl
    Ensure that the above command is being called from the correct home
    If the path from which crsctl utility is being called is the correct one, then perform starce on the crsctl command and verify the starce output to check if it truly is using 10g binaries or not
    If not, then try unlocking and locking the GI binaries using "rootcrs.pl -unlock" (to unlock) and "rootcrs.pl -patch" (to lock the binaries), once done verify if you are still getting the same issue or not
    Regards,
    Vandana - Oracle

  • 11gR2 DB - RMAN retains backupsets outside the specified retention window

    11.2.0.1.0 Enterprise Edition Database in Archivelog mode:
    Here's the results of SHOW ALL:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 4 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/snapcf_hcoe.f'; # default
    I run this RMAN job nightly:
    $rman_script="run {allocate channel oem_disk_backup device type disk; recover copy of database with tag 'ORA_OEM_LEVEL_0'; backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA_OEM_LEVEL_0' database;}
    backup device type disk tag '%TAG' archivelog all not backed up delete all input;
    allocate channel for maintenance type disk;
    delete noprompt obsolete device type disk;
    delete noprompt expired backup;
    delete noprompt expired copy;
    Here's what my FRA looks like as of 2/20/2013:
    /u05/app/oracle/recovery_area/HCOE/archivelog - 7 subdirectories dated 2013-02-14 through 2013-02-20, all empty
    /u05/app/oracle/recovery_area/HCOE/autobackup - 7 subdirectories dated 2013-02-14 through 2013-02-20. The delete noprompt obsolete seems to be deleting these according to the recovery window setting of 4 days. The 2/14 subdirectory is empty, and the 2/15 directory has only 1 file in it. The rest have 2 files.
    /u05/app/oracle/recovery_area/HCOE/backupset - 15 directories from 2013-02-06 through 2013-02-20. These are not being deleted, nor are they considered obsolete. The directories only go back until 02/06, because I manually deleted the directories and their contents before that, and did a CROSSCHECK ALL afterwards when the FRA ran out of space and the active redo could not be archived. This is what I'm confused about. Why are they not being deleted, and what do I need to do to get them to become obsolete?
    /u05/app/oracle/recovery_area/HCOE/datafile - The location of the dbf image copies which are up to date as of 3:30am 2/20/2013
    Thanks in advance.
    Phil

    Phil;
    I believe this is why :
    backup incremental level 1
    Incremental backups are worthless unless you have the parent ( level 0 backup ). Because of this the window will always be larger than the 4 you have set.
    Example
    http://www.visi.com/~mseberg/rman/obsolete_backups.html
    Why are they not being deleted, and what do I need to do to get them to become obsolete?
    Do a level 0 more often.
    Best Regards
    mseberg
    Edited by: mseberg on Feb 20, 2013 8:28 AM

Maybe you are looking for

  • Supporting multiple helpsets on same box

    I have a working Oracle Help for the Web instance. It works pretty well once you get the hang of all of the configuration files. If I want to run a separate Oracle Help Instance without merging the helpsets, etc how can I do this. I currently access

  • Itunes wont install on windows xp pro x64

    right then i am having issues installing itunes on win xp x64 the installer goes all the way then i get the "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience" message then when i send the information i get a lin

  • HT1338 why won't my macbook let me transfer files to a SD card after the first time i plug it in?

    My macbook stops letting me transfer files between it and storage devices (SD cards, hard drives etc) after i use it for the first time.  it works originally but after i eject the device then i cant use it again.

  • Synchronous upconversion and downconversion using NI PXIe 5641R

    Hi, I am using the NI PXIe 5641R board to: - acquire an RF signal and downconvert it to a baseband IQ - process the IQ signal (basically by using PID controllers) - upconvert the IQ signal to RF (same frequency as input) Now, I suppose that both the

  • My ipad 1 will not activate

    I recently upgraded my Ipad 1 to ios 5.1.1 from 4.2.1 and now it wont activate with itunes or over the network..  i searched and found a number of similar posts, but nothing i have tried has worked - any suggestions?