Cloning & noresetlogs

Hi,
after cloning the database for example from dev to test, i should open the database in resetlogs? or can i open without noresetlogs?
because my sequence no should not change.
Thanks

basdba wrote:
so if i want to perform complete recovery, and i have archives as well. so can i open the database is noresetlogs?
and moreover iam recreating the controlfile.You have to open database with RESETLOGS to create new redo log files. Read the following doc:
As part of the duplicating operation, RMAN automates the following steps:
- Opens the duplicate database with the RESETLOGS option after incomplete recovery to create the online redo logs
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#i1008564
You can also check my video tutorial on creating duplicate and standby database using RMAN
http://kamranagayev.wordpress.com/2010/06/25/rman-video-tutorial-series-creating-duplicate-and-standby-database-using-rman/

Similar Messages

  • Cloned database

    Hi
    What are all the scenarios in whcih we have to give '
    alter database open resetlogs
    is it necessary that we have to give this after performing the incomplete recovery or after changing the database name from the backedup trace controlfile
    when we have to give this .please say me
    one more thing
    if i cloned a database named "gem" from the source database "gem" then i can apply the archive logs of the source database in the target database and rollforward the changes in the cloned database until the database name is gem.If i created the target database with name "gem1" from the source database "gem" then is it possible to rollforward the changes in the cloned database by applying the archivelogs generated from the source database ???
    iam confused.please clear my doubts
    Regards
    'Aram

    What are all the scenarios in whcih we have to give '
    alter database open resetlogsWhen all else fails, Read The Fine Manual
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_1004.htm#i2079942
        *      You must specify RESETLOGS:
              o            After performing incomplete media recovery or media recovery using a backup controlfile
              o            After a previous OPEN RESETLOGS operation that did not complete
              o            After a FLASHBACK DATABASE operation
        *      If a created controlfile is mounted, then you must specify RESETLOGS if the online logs are lost, or you must specify NORESETLOGS if they are not lost.

  • Hot backup cloning in ebs r12

    HI i was doing the hot backup cloning in ebsr12.
    i have backed up the control files and datafiles and the trace file also.
    i have done the steps till copying the db and apps tier.
    next is
    2) Create the target database control file manually
    Open the backed up control file
    a. remove all lines before the startup nomount statement
    b. Modify the REUSE to SET
    c. Modify Source DB SID to Target SID (Here PROD to TEST)
    d. Modify NORESETLOGS TO RESETLOGS
    e. delete all lines after the CHARACTER SET statement
    i am not sure about editing the control file ....
    I am a started in db's
    can anyone help me in this?

    HI i was doing the hot backup cloning in ebsr12.
    i have backed up the control files and datafiles and the trace file also.
    i have done the steps till copying the db and apps tier.Looks like you are doing cold backup and not hot backup! Was the database cleanly shutdown before copying the database files?
    a. remove all lines before the startup nomount statementCorrect -- Or you could leave those lines if they are commented.
    b. Modify the REUSE to SETCorrect.
    c. Modify Source DB SID to Target SID (Here PROD to TEST)Correct.
    d. Modify NORESETLOGS TO RESETLOGSCorrect.
    You will also have to change ARCHIVELOG to NOARCHIVELOG -- If your source instance is in ARCHIVELOG mode.
    e. delete all lines after the CHARACTER SET statementKeep the lines/command that open the database and create the temporary tablespace.
    Thanks,
    Hussein

  • Manually cloning db after shutting down

    hello
    trying to clone a db
    my oracle location is e:\
    the new db i am trying to create is in d:\ first of all is this kind of location change possible during cloning??
    i shutdown the db in e:
    copied the datafiles and logfiles to D:\oraclone\data and d:\oraclone\redo
    i created controlfile to trace in the same oraclone location
    and placed initclone.ora in E:\oracle\product\10.1.0\db_1\database so that when it searches it will find it now,
    when i hit sql>@d:\controltrace.sql i get
    SQL> @d:\oraclone\controltrace.sql
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SP2-0042: unknown command "DATAFILE" - rest of line ignored.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0734: unknown command beginning "CHARACTER ..." - rest of line ignored.
    1 CREATE CONTROLFILE SET DATABASE "CLONE" RESETLOGS ARCHIVELOG
    2 MAXLOGFILES 32
    3 MAXLOGMEMBERS 2
    4 MAXDATAFILES 32
    5 MAXINSTANCES 16
    6 MAXLOGHISTORY 1817
    7 LOGFILE
    8 GROUP 1 'D:\ORACLONE\redo\REDO4.LOG' SIZE 250M,
    9 GROUP 2 'D:\ORACLONE\redo\REDO5.LOG' SIZE 250M,
    10 GROUP 3 'D:\ORACLONE\redo\REDO6.LOG' SIZE 250M
    11* -- STANDBY LOGFILE
    why am i getting this??
    please help..
    thanks in advance
    Edited by: 946207 on Jul 20, 2012 1:30 PM

    hey guys the error i am getting is
    "insufficient privileges"
    will be pasting it again please check
    SQL> @d:\oraclone\controltrace.sql
    ORA-01031: insufficient privileges
    SP2-0042: unknown command "DATAFILE" - rest of line ignored.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "'D:\ORACLO..." - rest of line ignored.
    SP2-0734: unknown command beginning "CHARACTER ..." - rest of line ignored.
    1 CREATE CONTROLFILE SET DATABASE "CLONE" NORESETLOGS NOARCHIVELOG
    2 MAXLOGFILES 32
    3 MAXLOGMEMBERS 2
    4 MAXDATAFILES 32
    5 MAXINSTANCES 16
    6 MAXLOGHISTORY 1817
    7 LOGFILE
    8 GROUP 1 'D:\ORACLONE\redo\REDO4.LOG' SIZE 250M,
    9 GROUP 2 'D:\ORACLONE\redo\REDO5.LOG' SIZE 250M,
    10 GROUP 3 'D:\ORACLONE\redo\REDO6.LOG' SIZE 250M
    11* -- STANDBY LOGFILE
    SQL>
    and this is what my controlfile looks like
    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "CLONE" NORESETLOGS NOARCHIVELOG
    MAXLOGFILES 32
    MAXLOGMEMBERS 2
    MAXDATAFILES 32
    MAXINSTANCES 16
    MAXLOGHISTORY 1817
    LOGFILE
    GROUP 1 'D:\ORACLONE\redo\REDO4.LOG' SIZE 250M,
    GROUP 2 'D:\ORACLONE\redo\REDO5.LOG' SIZE 250M,
    GROUP 3 'D:\ORACLONE\redo\REDO6.LOG' SIZE 250M
    -- STANDBY LOGFILE
    DATAFILE
    'D:\ORACLONE\DATA\SYSTEM.DBF',
    'D:\ORACLONE\DATA\DATA\UNDO.DBF',
    'D:\ORACLONE\DATA\DATA\SYSAUX.DBF',
    'D:\ORACLONE\DATA\LOOKING4.DBF'
    CHARACTER SET WE8ISO8859P1
    ;

  • Can any one tell me how can I move to a different folder pictures, that I've cloned, without them staying aggregated? They all come together to the other folder and I don't want that- thanks

    Can any one tell me how can I move to a different folder pictures, that I've cloned, without them staying aggregated? They all come together to the other folder and I don't want that… thanks

    There's more to it than that.
    Folders in Aperture do not hold Images.  They hold Projects and Albums.  You cannot put an Image in a Folder without putting it in a Project or an Album inside that Folder.
    The relationship between Projects and Images is special:  every Image must in a Project, and can be in only one Project.
    Images can be in as many Albums you want.  Putting an Image in an Album does not move it from the Project that holds it.
    You can make as many Versions from a Master as you want.
    What you want to do may appear simple to you, but it still much adhere to how Aperture works.  I still can't tell exactly what you are trying to do (specifically: Images don't live in Folders; moving an Image from a Folder is non-sensical).
    It can be very confusing (and frustrating) to get going with Aperture -- but it does work, and can be enormously helpful.  If you haven't, take a look at the video tutorials on Apple's Aperture support site.
    I feel as though I haven't helped you much -- but we need to be using the same names for interface items in order to get anything done -- and my sense is that you still haven't learned the names of the parts.

  • Will the late 2013 Mac Pro boot from an external drive (4Tb, USB 3) with a cloned Win7 x64 partition on it?

    Hello all,
    I ordered a CTO Mac Pro for heavy rendering and animating work, and I am planning on using bootcamp to install a windows partition (for 3DsMax). As I am now using a HP Elitebook 8770W that has several valuable files and projects on it, I have bought a Seagate 4Tb external Desktop Drive that uses USB 3.0 to use as a backup drive. Now, as I saw that Bootcamp Assistant only supports installing a x64 version of Windows 8, my question is:
    Will a late 2013 Mac Pro using bootcamp assistant boot from an external USB drive with a cloned partition running x64 win7? Or do I really have to buy Windows 8 and install that to my internal SSD, and then use the migration assistant to copy over my projects?
    Thanks!

    Posted? or found in new builds?
    BCA should really just pull whatever the latest drivers are when run. 
    If it is with how it partitions and sets up nMP and its partition for Windows that is another matter and makes sense.
    Some people want UEFI native booting in Windows, and my experieince with that on PCs has been that it boots faster and runs well, but has different partitions that it wants. For one thing, there is now a backup "system reserved" partition, just as Apple GUID has some volume information blocks and backup and areas that were once optional (and if format erase was not able to, it would not create one) are now mandatory.
    Windows 8.1 is req'd, reason a backup should be a big must - is it might overwrite and use another OS's  partition table entries.  Especially when doing UEFI install.
    There was something about which linux OS was safe and how they would each add entries in the table, but one would not place nice.  That one had to be done first or not at all.

  • Can not request reports after cloning process

    hello All,
    I am new in oracle please guide me.
    I have tried to make the process of cloning from dev machine to test machine, but after that the applications in dev machine was not able to request another report.
    With Status: No Manager and phase: Inactive
    we use:
    RDBMS : 10.2.0.2.0
    Oracle Application: 12.0.2(HRMS)
    os: AIX 5.3 (64 bit)
    I previously tried the ways of my search results on the forums and internet
    1. Truncate FND_CONCURRENT_PROCESSES...
    truncate table FND_CONCURRENT_PROCESSES;
    2. Update FND_CONCURRENT_REQUESTS as follows:
    update fnd_concurrent_requests
    set status_code='X', phase_code='C'
    where status_code='T'
    3. Update FND_CONCURRENT_QUEUES.RUNNING_PROCESSES to zero
    update fnd_concurrent_queues
    set running_processes = 0;
    4. restart conccurent managers,and has not succeeded.
    and then I tried another way of information that I got
    1. Stop the Internal Concurrent Manager.
    2. Connect to the database via SQL*Plus as the APPS user.
    3. Execute the following to alter the FNDSM trigger on FND_NODES:
    CREATE OR REPLACE TRIGGER fndsm
    AFTER INSERT OR UPDATE ON FND_NODES <---- ( "OR UPDATE" I do additional)
    FOR EACH ROW
    BEGIN
    if ( :new.NODE_NAME <> 'AUTHENTICATION' ) then
    if ( (:new.SUPPORT_CP='Y')
    or (:new.SUPPORT_FORMS='Y')
    or (:new.SUPPORT_WEB='Y') ) then
    fnd_cp_fndsm.register_fndsm_fcq(:new.NODE_NAME);
    end if;
    if (:new.SUPPORT_CP = 'Y') then
    fnd_cp_fndsm.register_fndim_fcq(:new.NODE_NAME);
    end if;
    end if;
    END;
    4. Cleanup the FND_NODES table by executing the following:
    SQL> exec FND_CONC_CLONE.SETUP_CLEAN;
    5. Run AutoConfig on each node.
    6. Restart the Concurrent Managers. and still does not work.
    if something is missing or wrong from the way I do or there are other ways more appropriate for me to do?
    Thanks,
    Batara

    earlier thanks for your concern and support for you all ,     
    I've run as shown in MOS Doc 134007.1 , but it still does not work, and the clone,
    actually the clone that we do is still in trial and we have not too much concentration to the test instance as the target system, but the problem is that dev instance as the source system should not in fact the configuration changes become problematic,as not requesting another report.
    and this is my next piece of the internal display manager log:
    ========================================================================
    Starting DEV_1111@DEV Internal Concurrent Manager -- shell process ID 725148
    logfile=/u01/oracle/DEV/inst/apps/DEV_hrmdev/logs/appl/conc/log/DEV_1111.mgr
    PRINTER=noprint
    mailto=devmgr
    restart=N
    diag=N
    sleep=30 (default)
    pmon=4 (default)
    quesiz=1 (default)
    Reviver is ENABLED
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Internal Concurrent Manager started : 11-NOV-2009 11:43:06
    Process monitor session started : 11-NOV-2009 11:43:06
    Starting PODAMGR Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /u01/oracle/DEV/apps/apps_st/appl/po/12.0.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact y : 11-NOV-2009 11:43:07
    Starting INVTMRPM Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /u01/oracle/DEV/apps/apps_st/appl/inv/12.0.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 11:43:07
    Starting RCVOLTM Concurrent Manager : 11-NOV-2009 11:43:07
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u01/oracle/DEV/apps/apps_st/appl/po/12.0.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 11:43:08
    Starting FFTM Concurrent Manager : 11-NOV-2009 11:43:08
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager FFTM with library /u01/oracle/DEV/apps/apps_st/appl/ff/12.0.0/bin/FFTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your s : 11-NOV-2009 11:43:08
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Could not find service instance context for service instance number 804345408
    Check that your system has enough resources to start a concurrent manager process. Contac : 11-NOV-2009 11:43:11
    Starting STANDARD Concurrent Manager : 11-NOV-2009 11:43:11
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contac : 11-NOV-2009 11:43:11
    Starting STANDARD Concurrent Manager : 11-NOV-2009 11:43:11
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Starting OAMCOLMGR Concurrent Manager : 11-NOV-2009 15:13:32
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager OAMCOLMGR with library /u01/oracle/DEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Conta : 11-NOV-2009 15:13:33
    Starting INVMGR Concurrent Manager : 11-NOV-2009 15:13:33
    Could not initialize the Service Manager FNDSM_HRMDEV_DEV. Verify that HRMDEV has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /u01/oracle/DEV/apps/apps_st/appl/inv/12.0.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact : 11-NOV-2009 15:13:33
    Process monitor session ended : 11-NOV-2009 15:13:33
    please help and guidance
    Regards
    Batara

  • Can I use both newly cloned MBPR retina and old-MBP with same Time Machine

    When my new-MBPR retina cloned from the old-MBP back up in Time Machine via migration assistance, will this newly-cloned MBPR continue thereon backing up with the same old-MBP back up in Time Machine? I.e. continuing same timeline?
    And what happen to my old-MBP back up, if I continuing to use my old-MBP with the same Time Machine on? Will TM recognised 2 different MBP and thus creating 2 back ups? I seem to have problem to keep 2 MBP running with same TM. Programs not responding even force quitting them!
    And what should I do to use both? Appreciate your help. Thank you.

    OK, but in general I can use this one device as both file storage and Time Machine.
    I thought that (for some reason) once I set up the Time Capsule to act just as Time Machine storage I would be unable to access it as a plain file storage.
    I have just tested it now, and it seems it can work as both - file storage and Time Machine. I can see the Time Machine backup file on it and folders where I can dump regular files.
    The only thing I would need to occasionally do is delete some old backups to keep Time Machine segment below 1 TB just so I have plenty of space for regular files.
    This thing is awesome. :)

  • Photoshop cc 2014 suddenly trouble with cloning and healing tool

    I just updated photoshop cc 2014. I use a wacom tablet. Suddenly, when I use the healing brush or cloning brush. The brush control panel pops up and the tool simply doesn't work. After repeated attempts, I do succeed in getting this to work. Sure slows me down though.

    Sorry for the lack of the report it was my first time reporting an error for software... Never had an issue before.
    I haven't experienced the crash via text tool since I posted the question, but the Photoshop is still constantly crashing at startup, but every time I try to enter the report I get the error: Please try again later.m5

  • Cloned HD running Snow Leopard won't boot in new MBP running Lion., cloned HD running Snow Leopard won't boot in new MBP running Lion.

    Hi, I've seen a lot of discussion on this topic but nothing specific to my situation.  I have two macs, a personal mac (macbook running Snow Leopard vers. 10.6) and a newer work macbook pro (late 2011 running Lion vers. 10.7.5).  I want to use some of the applications at work (that is on the Macbook Pro) that are on my home macbook with Snow Leopard.  I cloned the entire HD of my Macbook onto an external drive.  The clone seems to have worked as I can use it as a boot disk for the macbook (from which it was cloned).  However, if I try to boot the MacBook Pro running Lion, with this same clone on the external drive it won't work.  I get a bit of text in the background and an overlay in dark grey saying (in several languages) restart the Mac by holding down the start key etc.  I don't know if this has to do with the kernel panic problem or the Lion restore disk business.  I don't see the point in trying to do an internal partition of the MacBook Pro hard drive and then add the cloned Snow Leopard, if I can't get the thing to boot externally as it is. 
    Does anyone have any fixes for what really should be a simple proceedure but is not?

    Make sure the mac you are cloning from has the combo 10.6.8 update applied to it. The late 2011 models need at least 10.6.7 and better with 10.6.8. So if your older mac is running anything lower than 10.6.7 it will not boot on the 2011 model.

  • Hard drive keeps cloning itself in finder

    This is the second time I saw this on a Mac, and never happened to me before (being working in a AASP for the last 9 years)
    The disc fails, and won't boot, but you can see all the data starting up in Target or mounting the HD as an external device in a known good computer and system.
    But, after a few minutes the disc mounts again as a new FW external drive, and kees doing it as long as its conected.
    I was able (apparenty) to extract all the info, conning it with third party software, but, the surprise is that none of the cloned files worked.
    Disk utilities repairs the volume, and restores permissions... but the disc fails again.
    I've tryed disc warrior (wich is unable to fix the drive as it keeps mounting itself every few minutes) techtools, data rescue... all with the same result, the drive seems to be repaired but as it keeps clonning or mounting, eventually fails again, and no data can be copyed  if the copy time tooks more time than the time the drive takes to cole itsef agai.
    So, any idea what this could be?
    any possible solutions or work arounds to extract the info?
    Even GSX didn't know what that was, at least a few months ago...
    I will appreciate any ideas.
    (Mac OsX 10.7 installed on bad HDD, OsX 10.7, 10.8 & 10.9 tryed to solve this matter)
    * One common error when trying to copy items is: The finder can't complete the operation because some data in ".DS_Store" can't be read or written. (Error code -36)
    Picture shows three FW external units identical to each other.. (as it turns to be the same one replicating itself)

    Assume for second your drive has failed totally, and get another backup drive to backup your source.
    Once backed up you can determine how bad the failure is with Disk Utility Repair Disk, or if not revealing Alsoft Disk Warrior. Always have at two known working copies of your data at all times.

  • Problem using HDTV as cloned monitor

    Hey Mac Community... here's a tough one.
    I have a 2.66 quad core Xeon Mac Pro tower with an upgraded ATI Radeon HD 3870 Graphics Card (it has 2 DVI outputs). I bought an HDTV specifically so I could clone one of my 2 monitors and watch videos that are on my computer from my bed. It doesn't have a native DVI in port (beggars can't be choosers), but I have a DVI to HDMI cable and I can tell the tv which audio channel to use, so in theory that part should work.
    Here's where the problem starts: I bought a DVI splitter from eBay (nothing fancy... dvi female out to 2 dvi female) and plugged it in to the primary monitor slot on my graphics card. When I plugged in the monitor then the HDTV, or plugged them in both at the same time and detected displays, only my 2ndary monitor was recognized. Only when i reversed the order, and plugged in the HDTV THEN the primary display did it work... sort of. The display thinks it is a clone of the tv and not vice versa, so my display's resolution is all wonky. I tried playing around with it, and I just can't get it right. I don't mind if the tv was a bit off, but since I need my computer to function as a computer, I need both displays to work properly.
    My friends (who are much more tech/mac savvy than I am) told me that this happened because monitors have a special ID encoded in them, telling the computer "hey, I'm a monitor," which is why most monitors don't need drivers. My tv, they explained, doesn't have this special ID, and so when it gets plugged in to be a slave of my primary monitor, it doesn't understand what it's supposed to do. When I plug it in first however, the computer is smart enough to say "ahh... you're a tv being used as a monitor."
    My question is this: is there any way I can make my TV a slave of the display and not the other way around? Further, once I change channels/inputs on the TV, it forgets that it's a monitor on HDMI 2, and when I go back, I have to fiddle with the cables again. Is there any way to have it permanently remember that it is a cloned display on HDMI 2? My tech-savvy roommate suggested buying a cheap graphics card and dedicating its own line rather than using the splitter. This would help, but it would cost a lot of money. Is there a way to get the desired effect with what I have? I don't need it to be a third display. Cloning/mirroring/slaving is just fine.... As long as it works @_@
    Thanks!
    ~Bryan

    DVI splitters work properly only with displays of identical resolution. It is unlikely your TV and computer monitor have matching resolutions. As you have seen, the splitter has one port that sends display information to the computer. The computer uses that information to determine the resolution(s) supported by that display, and video of that resolution will be sent go both displays. The display on the second port my not work properly with that signal.
    If you don't need all three displays on at once, you could use a DVI switch. If you need all three at once, you will need a second graphics card. If you click the "?" near the bottom-rigth of the "Arrangement" tab of "Displays" system preference, it will tell you how to mirror just some of the displays.

  • URGEND: After cloned backup neither usb nor bluetooth mouse recognized

    ahhhhhh, help needed....
    after bootcamp kills my complete system disc during installing xp i've cloned my backup copy onto my ereased system disc. every things fine (besides some errors) but now my macpro don't recognize neither the usb nor the bluetooth mouse.
    the keyboard works fine and i've tried every usb slot and a powered hub without no luck.
    the bt mouse getting recognized by the bt assistant, connect and ready, BUT it's not working. the "tray" symbol shows it's connected.....
    i've tried the following: pr reset, board reset, permission repaired, new directory by diskwarrior = nothing
    behind the error window of chronosync is another one from parallels which says that the "connectusb.kext" extension wasn't correctly installed.
    i've tried to copy the extensions from my macbook parallels but the error still occurs.
    i'm not sure but i think there can't be any connection between the parallels extension error and my overall mouse dis function, or can it be???
    plz help, cause i've got no possibility to archive and install the system cause i'm on an non authorized tiger 10.4.11 system on an early macpro
    thx sooooooo much/___sbsstatic___/migration-images/migration-img-not-avail.png
    cheers and sorry for double posting

    Just watching various posts on forums to see what I should do next. I updated to 10.6 from DVD, then went to 10.6.5, and my keyboard and mouse would stop working, and then start working again when I unplugged and replugged the keyboard (I have the mouse plugged into the keyboard). I don't want to spend all day unplugging and plugging my keyboard. I just went back to core 10.6 from the DVD, all my main software seems to work, so unless I have problems, I'm just sticking with core 10.6 until things get resolved.
    I might try updating to 10.6.2, or 10.6.4, but not until I'm forced into it (when something is really not working on unstable). I do mostly music and video work. The only reason I updated was because something new I want to run (Wavelab 7) only works with 10.6. I usually never update my OS unless I'm forced into it, I'm way not an OS early adopter, I have work to do! I was truly expecting 10.6.5 to be OK, they've had plenty of time to get the kinks worked out. I wasn't expecting Apple to introduce new ones. Sounds like I'm not bothering with 10.6.6 now. 10.6.7 anyone? Do I hear .8?
    Way to go Apple.

  • EBS 12.1.3 RAC to RAC Cloning

    BismillahirRehmanirRahim
    Dear All,
    I need to Clone our Production EBS Environment from RAC to RAC with Shared APPL_TOP and Multi Tier Appl Tiers.
    We have EBS 12.1.3 Environment with 2 Appl Tier Nodes with Shared Appl_Top & EBS DB is on 11gR2 RAC 11..2.0.4.
    I am following Doc IDs 406982.1 & 559518.1.
    But its not clear which directories need to be copy and restore for Shared Appl top on each Node.
    Also what Steps will need to be executed on Each Nodes and
    What Steps need to be executed only on one Node.
    Appreciate your feedback.
    P.S.
    Kindly share if anyone have Step by Step Doc for RAC to RAC EBS Cloning.

    Jay
    Edit /u01/startapps.sh  and stopapps.sh
    Add VIS to the environment lines " . /u01/E-BIZ/apps/apps_st/appl/APPS*.env"
    Change to => ". /u01/E-BIZ/apps/apps_st/appl/APPSVIS*.env"
    I had the same problem found the solution here...refer to the Fix Environment File section of the following
    http://ltd.kentw.co.uk/technical/r12-installation/create-apps-vm/
    A little late, I hope it helps someone in the future..
    Ben

  • EBS 12.1.3 RAC to RAC Cloning with Shared Appl_Top

    BismillahirRehmanirRahim
    Dear All,
    I need to Clone our Production EBS Environment from RAC to RAC with Shared APPL_TOP and Multi Tier Appl Tiers.
    We have EBS 12.1.3 Environment with 2 Appl Tier Nodes with Shared Appl_Top & EBS DB is on 11gR2 RAC 11..2.0.4.
    I am following Doc IDs 406982.1 & 559518.1.
    But its not clear which directories need to be copy and restore for Shared Appl top on each Node.
    Also what Steps will need to be executed on Each Nodes and
    What Steps need to be executed only on one Node.
    Appreciate your feedback.
    P.S.
    Kindly share if anyone have Step by Step Doc for RAC to RAC EBS Cloning.

    Hi Hussein,
    thanks for the reply.
    +The path is different (first path is db while the second one is apps), so copy the file from the source instance to $COMMON_TOP/clone/context/apps directory on the target instance and try then -- Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]+
    What I meant to say that CTXORIG.xml already exists in the correct directory in the target system:
    $COMMON_TOP/clone/context/apps
    Anyways, I recopied the file from source to the target system $COMMON_TOP/clone/context/apps, but still the same problem. I'll continue reading "Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]".
    I noticed below when running "perl adcfgclone.pl appsTier" with perl debug mode:
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:204):
    204: local @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)};
    DB<1> s
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:205):
    205: my $cwd = `$pwd_cmd`;
    DB<1> s
    pwd: No such file or directory
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:207):
    207: local $/ = "\n";
    DB<1> s
    BR,
    TH

Maybe you are looking for

  • Support package stacks: Do we need to import all SP in the stack?

    Hi all. We are about to import Support Package Stack 13 into our ERP 6.0 system. The SPS includes a lot of support packages for software components such as IS-OIL, IS-UT and other IS-*  components. These components are inactive in our system, and are

  • HT1476 how to turn off sound while iPhone is charging?

    The chirp noise is totally annoying. I leave unread mail in my inbox and so that may be why? Anyway, it makes more noise than any device I've ever owned, and I'm sure there's a setting I can't see to turn it off. But how?

  • Array in deascending order

    Hello ... if I have the following array: static float [] in1 = { 0,0,0,80,0,0,100,0,0,90,0,0,70,60}; first I want to sort it so I will have as the following array {100,90,80,70,60,0,0,0,0,0,0,0,0,0} Then I want an array of the positions of the first

  • Missing feature in Finder window's Title Bar-

    Hi there! I don't know if this has already been posted; I've tried to make a search but it's a real pain. I have upgraded my Macpro to Snow Leopard since a couple of months now, but I still miss an important feature that I used quiet A LOT in Leopard

  • CR Server 2008 Sessions not ending

    At a clients installation, they have a CR 2008 server.  The parameter is set to close unused connections after 20 minutes.  Yet we just logged in, and there were 3 connections still active, one from November 29th, and two from yesterday.  Is there a