Clone  in same machine cold/hot

Hi,
1,What are the things i have to consider before start the cloning(both cold,hot).
2,please anyone provide steps for that.
3,Is the listener should be started before starting the procedure in target machine?
4,I am planned to do in same machine or different location(mount point) in another machine.
Should I set db/log_file_name_convert in init.ora file?
If i used same machine,should i change instance_name in clone database?
5,If i used same machine or different location(mount point) in another machine ,should i take control file backup from source?
6,what situation we used the control file trace?
7, when will use reset or set in creation of control file manually?

user3266490 wrote:
Hi,
1,What are the things i have to consider before start the cloning(both cold,hot).
2,please anyone provide steps for that.
To get Cold backup using rman just need STARTUP MOUNT and BACKUP DATABASE command from RMAN.But if you want manually(user managed) then you must first identify all control/data and online log files according from v$controlfile,v$datafile and v$logfile views,After that you need SHUTDOWN IMMEDIATE and copy using OS commands(cp or copy) these files to other location and this will your cold backup.
But to getting HOT backup your database must be running in ARCHIVELOG mode.After enabling ARCHIVELOG( using SHUTDOWN IMMEDIATE;STARTUP MOUNT;ALTER DATABASE ARCHIVELOG);Then while database running you can execute BACKUP DATABASE command through rman or using user managed you need ALTER DATABASE BEGIN BACKUP(or ALTER TABLESPACE BEGIN BACKUP) and copy all data/control and logfile toother location and this will your hot backup.
3,Is the listener should be started before starting the procedure in target machine?
Do not need listener
4,I am planned to do in same machine or different location(mount point) in another machine.
Should I set db/log_file_name_convert in init.ora file?
Yes,you can use.But in this case you also have to use DB_UNIQUE_NAME initialization parameter.
If i used same machine,should i change instance_name in clone database?
Yes.
>
5,If i used same machine or different location(mount point) in another machine ,should i take control file backup from source?
You always/anyway need backup/copy controlfile.
6,what situation we used the control file trace?
In this situation do not need.
7, when will use reset or set in creation of control file manually?Reset controlfile use performin incomplete recovery which we want return database past time which before resetlog.In this case you need reset database(it means controlfile).But recreating controlfile need if you do not have backup of controlfile and have all data/online log files.So in this case you can use recreate controlfiles.

Similar Messages

  • Logic 8 and ProTool 7.4 on same machine?

    Does Logic 8 and ProTools 7.4 HD play together ok installed on the same machine? OS is 10.411.

    Hi,
    The answer is yes.
    I am using 2 system;
    OS10.4.11, PT7.4cs7, Logic 7 and 8
    OS10.4.9, PT7.3.1cs7, Logic 7
    The thing is Logic 7 and 8 on OS10.4.11 can only show 20% of Audio Suite plug-ins on Sample edit window for some reason. When I found this issue, I decided to copy the clone back up system which was OS10.4.9 onto the 2nd patition of the main hard drive. Logic 7 shows all Audio Suite plug-ins without problem on 10.4.9.
    DAE engine of PT 7.4 seems to give a little bit better stability to run Logic (DTDM and DAE).
    But I 've been using PT7.3 and Logic 7 on 10.4.9 as a main system.
    I am totaly happy with the combo.

  • Physical standby on same machine

    Hi All,
    I want to configure physical standby one same machine on windows 2000 server can anyone suggest me the steps.
    1) If I have db in the same machine how could I clone it in the same machine?
    with regards
    kccrga

    Having primary and standby databases on the same machine is not a secure situation.
    Anyway, there are at least two parameters which you need to set :
    DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT
    Take a look here below :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ps.htm#i70517
    Nicolas.

  • Clone vs time machine backup

    I am hoping someone can clarify this for me. It has to do with the variations of clone vs time machine back up vs migration assistance. I currently have a mid 2009 13" MBP that I am thinking of giving to my sister and getting myself a brand new MBA 13" due to weight factor. The current MBP is working well. I have a Time Machine backup and a clone of the hard drive.
    My understanding is that due to the difference in hardware you would not be able to use a clone from a MBP to move over to a MBA. Same for a Time Machine backup. Migration assistant will move over your documents and settings but not install any of your programs. So on the new MBA I would need to install my programs one by one.
    Is there anyway to take some sort of 'clone" of the MBP and move it to the MBA so that all my programs, settings, preferences will just appear? Or am I dreaming here?
    Thanks for any help

    Scottadel wrote:
     ...Is there anyway to take some sort of 'clone" of the MBP and move it to the MBA so that all my programs, settings, preferences will just appear? Or am I dreaming here?...
    There is a way to bring over things that even Setup Assistant won't.
    Clone your old system to an external drive, preferably USB 3.0, because of the speed and the fact that the new USB 3.0 equipped Macs can boot from them.
    Connect the external drive with the clone to the new MBA and make sure that it mounts. Then reboot and immediately go into Recovery mode (http://support.apple.com/kb/HT4718). You will be offered an option to install Mountain Lion. Choose that and pick the clone to install ML on. Since the clone is connected to the MBA, the installer will make the ML install compatible with your new computer. Try booting from the external long enough to satisfy yourself that everything is working properly, then clone that to the internal drive on the MBA.
    Bonus: you'll already have a bootable backup as well as an external for Time Machine backups.

  • Running two different versions of mac os on  same  machine

    I have canon software that only works in 10.4 wheras I'm on 10.5. Initially I was thinking I could use bootcamp to install 10.4 on the same machine and run the software but then I heard about paralels and thought I might be able to do this. Can I run two different versions of mac osx on the same machine, and if so how easy is it to switch between versions?? Thank you!!

    tmx3 wrote:
    Cool, thanks very much for the advice. If I am running 10.4 on an external is there anything I should bear in mind? Size wise what are the considerations?
    I have 10.4.11 running on a small partition on my TM drive on each of my MBPS. They were and are my Tiger backups when I first installed Leopard. They run, I update them and occasionally use them.
    Just hold down Option key on boot and the Tiger OS shows up. They are clones, created with SuperDuper. CCC works equally as well.

  • Problem with 2 physical standbys on same machine

    Hi,
    I've set up the Dataguard with one primary on machine A and 2 physical standbys on the same machine B.
    Note: the Dataguard worked fine with one primary and one phy standby on the separate machines.
    The problem I have is the Redo Logs can only applied to either one of the phy stdbys.
    Which one started 1st, then that phy stdby can apply the Redo Log.
    The redo logs have been transferred to both phy stdbys successfully but ONLY one phy stdby can apply the Redo Logs.
    Anyone got this experience, pls point out. Thanks.
    QN
    The error in the alert file is below:
    ORA-01110: data file 1: '/u01/DG/system01.dbf'
    ORA-27086: unable to lock file - already in use
    SVR4 Error: 11: Resource temporarily unavailable
    Additional information: 8
    Additional information: 3619
    Wed Aug 15 14:22:13 2007
    Errors in file /oracle/admin/LSSTDBY/bdump/lsstdby_dbw0_4574.trc:
    ORA-01157: cannot identify/lock data file 2 - see DBWR trace file
    ORA-01110: data file 2: '/u01/DG/undotbs01.dbf'
    ORA-27086: unable to lock file - already in use
    SVR4 Error: 11: Resource temporarily unavailable
    Additional information: 8
    Additional information: 3619
    Wed Aug 15 14:22:13 2007
    Errors in file /oracle/admin/LSSTDBY/bdump/lsstdby_dbw0_4574.trc:
    ORA-01157: cannot identify/lock data file 3 - see DBWR trace file
    ORA-01110: data file 3: '/u01/DG/sysaux01.dbf'
    ORA-27086: unable to lock file - already in use
    SVR4 Error: 11: Resource temporarily unavailable
    Additional information: 8
    Additional information: 3619
    MRP0: Background Media Recovery terminated with error 1110
    Wed Aug 15 14:22:13 2007
    Errors in file /oracle/admin/LSSTDBY/bdump/lsstdby_mrp0_4616.trc:
    ORA-01110: data file 1: '/u01/DG/system01.dbf'
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: '/u01/DG/system01.dbf'
    Wed Aug 15 14:22:13 2007
    Errors in file /oracle/admin/LSSTDBY/bdump/lsstdby_mrp0_4616.trc:
    ORA-01110: data file 1: '/u01/DG/system01.dbf'
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: '/u01/DG/system01.dbf'

    Thanks a lot for asking me questions. Thus I understand my problem.
    I checked the locations of datafiles of both phy stdbys, I saw they use the same datafiles.
    Because when I created the phy standby, I shutdown the pri, copy a COLD backup of the pri to the stdby, then startup mount db. This is not right. The directories of the datafiles are not the same.
    I'm not clear about how to create a phy stdby if their directories of the datafiles are different.
    Thanks.

  • Need help:server client in the same machine

    hello all,
    i want to install oracle client and server on the same machine(cause i only have got one)
    to do that,
    for server installation i did the following:
    # mkdir /u01
    ; /u01
    # cd /u01
    # mkdir -p app/oracle/oradata
    # groupadd dba
    # groupadd oinstall
    # groupadd oracle
    # useradd -g dba -G oinstall,oracle -m oracle -d /u01/app/oracle
    ; risumi des caractiristiques du compte Linux oracle
    ; user : oracle
    ; groupe principal: dba
    ; groupe secondaire: oinstall, oracle
    ; ripertoire par difaut: /u01/app/oracle
    # cd /u01
    # chown -R oracle.dba /u01
    ; virification des droits
    # ls -l /u01/app/oracle
    # ls -l /u01/oradata
    # passwd oracle
    # more /etc/passwd
    # more /etc/group
    ; sortie de votre session root
    # exit
    $ su - oracle
    in .bash_profile(file) i wrote the follwing parameters :
    export DISPLAY=localhost:0.0
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/8.1.6
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export ORACLE_SID=TEST
    export ORACLE_TERM=vt100
    export NLS_LANG=french_france.WE8DEC
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    the oracle server works fine!
    So, the server installation directory is /u01/app/oracle/product/8.1.6
    what i have to do for client installation in the same machine:
    do i have to create a new groups(dba,oinstall...)?
    do i have a new directory to install oracle client?
    can somebody give me any information?
    Thank's a lot in advance
    null

    You can install your client parts in the same ORACLE_HOME as the server as long as they are of the same version. In fact, a lot of the client has already been installed, since it is part of the server installation.
    If your client is of a different version than your server you will have to install it in a different ORACLE_HOME. You can do this using the same oracle user.

  • Can CS3.3 & CS4 Master play nice installed on same machine at same time?

    First off here are the specs on my desktop and laptop:
    Desktop:
    Mac Pro running OSX 10.5.6 - 2 x 3 GHz Dual-Core - 6 GB RAM - CS3.3 Master Collection currently installed
    Laptop:
    MacBook Pro running OSX 10.5.6 - 2.4 GHZ Intel Core 2 Duo - 2 GB RAM - CS3.3 Master Collection currently installed
    I recently received all the install discs for CS4. Spent the last hour researching how CS3 and CS4 play together when installed on same machine at same time. I haven't found anything that addresses my questions, thus the post.
    At present, not enough of my work colleagues have CS4, so if I install CS4 and uninstall CS3 - and need to pass a file on to someone who doesn't have CS4, they can't open it in CS3.
    Also, I use AfterEffects with many 3rd party plugins. Until I can verify that CS4 plays nice with these plugins, I can't afford to uninstall AfterEffects CS3. Obviously, I need to keep CS3 up and running on my desktop and laptop.
    But now that I have CS4 ready to install, I of course want to start using it and learning the new features.
    Has anyone successfully been able to install CS4 Master apps on a machine similar to either my desktop or laptop specs and have CS3.3 Master apps continue to work properly?
    I trust Adobe takes these types of version overlaps seriously and plans for them since people want to try out or start using the newest version but ensure there is a sufficient overlap period before uninstalling the older versions.
    Thanks for your comments
    jslicer

    j,
    Your old apps will work. But the new versions will be the defaults. You can touch your files to the old application to launch it or launch the old application first, and then open files "normally".
    If you need to ensure compatibility with older versions on other machines, don't delete the old apps. Or be prepared to save back to the old version before handing off the files. Note that InDesign cannot save back more than one version and in general, any features used that are new to the new apps will not be recognized when those files are saved back.
    Neil

  • Runing BO 6.5 and Xi 3.0 on the same machine

    I have installed 6.5 and Xi 3.0 on the same workstation. Both versions run fine when I run them one at a time (open one, work on it, then exit before starting the other).
    However, when I run 6.5 and Xi 3.0 simultaneously, then the next time I try to run either of them, I receive a message asking me to install again.
    Has anyone run into this?
    Michael O

    Hello Constantino,
    Is there no way this will work? As I have several customers thinking about or planning an upgrade/migration to XI 3.0, running legacy and new software side-by-side on the same machine is a very important issue, especially as migrations are usually an incremental process, requiring both versions to co-exist for some time.
    I have never had any problems running 5.x / 6.x and XI r2 on the same machine, even simultaneous, that's why I'm so surprised at the sudden change.
    Any input would be welcome! Thank you!
    Kind regards,
    Kristof Speeckaert

  • Development and Test on same machine

    Hi,
    In my current setup I have a development application, a test application and a production application.
    The dev. and test is on the same machine, with different APP ID's. Dev is 102, and test is 110
    At first there was no problems with this. But now all of a sudden it starts to create problems for me. In APEX you can create a coloumn link on an item in a report. In the column link you can set link text, attributes, the page the link links to and you can set items that should be send to the new page.
    The problem that occurs with the link is that APEX uses the APPS name instead of the APP_ID, so that my link will be the same from the development app and the test app. F.x.:
    http://test.test.dk/pls/apex/f?p=APP
    instead of
    http://test.test.dk/pls/apex/f?p=110
    I think that APEX stores some cookie information on the machine that accesses the sites, and the problem hasnt occured untill these cookies ran out.
    I see 2 solutions to this problem:
    1. Install a new server with the development app
    2. Rename the development APP to something different.
    The problem with no 2. is that I will then have to (re) rename the app everytime I release the app to the test server.
    Let me hear some suggestions. How do other people do this?
    Edited by: bjarkekr on 2009-12-22 13:09

    I would recommend separating DEV and TEST into different database instances - they can still be on the same physical server and even share the web server (if you are using Apache/modplsql). All that's needed is a second DAD pointing to the second DB (e.g. your URLs would then look like http://test.test.dk/pls/apexdev/f?p=APP and http://test.test.dk/pls/apextest/f?p=APP if you define a DAD named apexdev to point to the DEV database and a second one named apextest to point to the TEST database).
    If you really have to stick with one DB, then I believe all you need to do is changing the application alias, not the application name itself, for your DEV application (and yes, you would need to change this setting once you migrate from DEV to TEST, but that shouldn't be really that big deal, it's just changing that one setting on the app definition page...). By default the alias is the same as the app name.
    Holger

  • Two different projects in the same machine sharing some objects

    Hello dear all
    I got this scenario:
    Same machine;
    2 clients (70 and 80);
    2 Projects
    -     AR Payment Process (prototype) for an existing company
    -     New company configuration
    Coding Block (e.g.: for experiences in AR - prototype )
    In the end - same Production machine
    Projects running simultaneously
    AR payment project (prototype) > New company configuration (in terms of duration)
    Description
    I got 2 projects running at the same time. At least somewhere in the time they will run simultaneously. One will consist in a new AR-Payment process for an existing company, and another one consisting in a creation of a new company.
    So, Iu2019m afraid that those projects cannot run simultaneously once for payment process we will use coding block for sure.
    We will have to change some standard tables (e.g. SPL Table) with different fields (two, to be more precise) u2026.. We do not have time to make one, and after another one, and then put them together and adjust it.
    So, at this point Iu2019m not pretty sure about the direct influences, and in case of influence occur, what can be the solutions to avoid them.
    Is there any way of controlling all the possible changes that will be made in the shared objects?
    We really need to run these projects.
    Thank you all in advance

    The fastest way I can advice is...
    1. edit your credits sequence (the clips you want to keep going as your credits roll)
    2. nest the clips in a new sequence then you have a timeline with a nested sequence in your track 1...
    3. Select your nested sequence in the track 1 and use the motion tab to scale/rotate/crop/move your image wherever you want in the canvas...
    3. create a second track for your rolling credits...
    4. create your rolling credits
    5. if you have different clips for your rolling credits you may want to nest these too...
    6. select your rolling credits and use the motion tab again to scale/crop/rotate/move your credits wherever you want in the canvas
    Hope this help...

  • Designer 6i and 10g on the same machine?

    I have Designer 6i and corresponding repository on my machine.
    The problem with 6i I can't save diagramm in HTML format
    I believe I can save in HTML format in 10g or other?
    Can I install on the same machine 10g designer?
    should I configure new repository?
    TIA

    See my update on your earlier question.
    As for running 6i and 10g on the same machine, yes you can do it. You just have to install them in separate Oracle Homes, and be careful when you tell them which version of EXP and IMP to use. There is one MAJOR caveat, however. They cannot use the same Designer Repository - 6i client won't talk to a 10g repository and 10g client won't talk to a 6i repository. You can upgrade a 6i repository to 10g with the RAU, but take a backup before you do - the only way to go back is to restore your backup. Besides, I think that if you upgrade to the last supported version of Designer 6i (you should be able to get it from MetaLink) you will get the Publish Diagrams utility.
    Frankly, my opinion is that there is only one reason to stay on 6i - if you need to generate and support 6i client/server Oracle Forms. If you don't use Oracle Forms, or if you have moved on to Web Forms with the middle tier Forms Server, I'd recommend an upgrade to Designer 10g and Developer 10g.

  • Please Help Me -- CS4 Design Premium and CS4 Production Premium on Same Machine

    We are a non-profit organization that gets donated software at a great price but you're limited to what's available. We bought the CS4 Design Premium Suite last year (CDs). I called the Adobe sales department to find out if I could run CS4 Design Premium on the same machine. They told me that I could. So I bought CS4 Design Premium as a download. It took a tremendous amount of time just to download the package, and once installed Premiere Pro would not run properly. I called tech support and spent 9+ hours on the phone and no resolution. They had me doing everything -- uninstalled both packages six times. They kept telling me I didn't have enough RAM (and I knew that was wrong because I have been editing using AVID before deciding to go with Adobe -- and I had the CS3 Adobe Premiere Pro, Soundbooth and Encore running on my E drive with no problem before I went ahead and bought CS4 Production Premium).
    I took my computer back to the company that built it and they suggested that I replace my graphics card and sure enough, Premiere Pro worked fine. Everything seemed to work fine in both packages except Adobe Acrobat. When I opened a pdf file, Acrobat asked for a serial number, but wouldn't accept my Design Premium serial number. I called tech support thinking they would give me a different serial number for Acrobat or something simple. Needless to say after 3 hours, and uninstalling the software again, they told me I couldn't run two CS4 suites on the same computer. Then a supervisor told me I could run both suites, but I would need to run a cleanup program, uninstall both of my suites and start again!
    All software in CS4 Design Premium installs except Acrobat. It is grayed out on the install screen as if it's already installed, and when I try to open a pdf file, the installer pops up, installs Acrobat, and asks for a serial number. When I enter the serial number, it gives me a red "x".
    SOMEBODY PLEASE HELP ME!
    I don't know where to turn now ... is there anybody in the United States that I can get help from?
    Can Adobe deactivate my CS4 Design Premium and Production Premium and send me the Master Collection CS4?
    Please help me if you can!

    This is a user to user forum that is not monitored officially by either Adobe Technical Support or Adobe Customer Support. The issue you raise with regards to trading two copies of a suite for one of another is nothing that anyone here can assist you with.
    Please contact Adobe Customer Support directly by phone. They are the only ones who can assist you with this.
              - Dov

  • Can there be more than one JVM Running on the same machine

    Can there be more than one JVM Running on the same machine.

    Even JVM's of different versions (or vendors) can run on the same box at the same time.

  • How do i enable office applications for all user accounts on the same machine?

    Hi All,
    I just purchased a new MBA and Office Hame & Business. Coming from the windows world I thought that one installation of office should be available to all accounts that I set up on the same machine.  I set-up the user accounts then installed office 2011 for MAC and tried to access office from my daughters account -> can not locate office?  Does MS expect that you need to purchase a separate copy of office for each user on the same machine??  I also don't want to waste precious harddrive space in the MBA to have separate copies of the same application installed.
    Any help would be appreciated....
    Andrew

    One install allows all your users to use Office.  All your users have access to the Applications folder where the office apps are installed.  Do you see the office folder from your daughters account in applications?

Maybe you are looking for

  • Return multiple links (href)

    Hi, I am customizing a software application using Stored Procedure and XML to display information on multiple links (a href tag). My scenario is as follows. I am accepting SP parameters and returning reference cursor for 1 or more records (depending

  • External Mac 23 Cinema  Display and clamshell mode

    I can get my MBP to sleep and wake up with an external keyboard, mouse when connected directly to my laptop usb ports. But if I plug in the Cinema cable to the laptop and plug my keyboard and mouse into the ports on the back of my Cinema display I ca

  • _sans font missing!

    I am using Flash CS3 and the default font is _sans. This is missing from my fonts folder and I have tried to Google a download for this but have been unsuccessfull. Can anyone supply a link/font details or suggest how I can access the font? Thank you

  • JComboBox added to JPopupMenu

    Hi, I have the following issue. I am trying to find a way to edit a cell in JTable by making selection from 4 comboboxes. The idea was to show JPopupMenu once the cell editor gains focus, and then allow to make selection from 4 comboboxes shown on th

  • Dreamweaver CS5.5 Elearning Template

    After i have built the course what do i do next?  How do I make it SCORM or AICC compliant?