Can I open these two database simultaneously on a same system?

I have cloned the current database using Oracle EM Clone tool on a same WinXP system. Can I open these two database simultaneously on a same system? If can, How can Iogin to another database(cloned database)?

You should be able to start both databases if you did the cloning correctly.
EM use RMAN duplicate to clone database. It's basically created a AUXILIARY database and duplicate target database into it.
You must enter destination global name and instance name before proceed. What's instance name you entered?
set your ORACLE_SID to that instance name and login.

Similar Messages

  • I have an iPhone 4S. I have an aftermarket blue ant Bluetooth in my van already synced to my 4s. I bought a JBL Flip speaker and when I try to sync in all it does is say searching. Is it because I can't have these two devices synced at the same time?

    I have an iPhone 4S. In my van I have a portable Bluetooth called blue ant. I have it synced to my iPhone 4S. When I try to sync it to my JBL Flip Bluetooth speaker all it will do is keep searching. My question is this. Is it not possible to have both devices synced at the Same time?

    Nope. You can only be connected to one Bluetooth speaker at once.
    Hope this helps

  • I have been backing up iMovie 08 files to my external drive, but for some reason I can't open these files in iMovie.  I used drag and drop to copy them.

    I have been backing up iMovie 08 files to my external drive, but for some reason I can't open these files in iMovie.  I used drag and drop to copy them.

    You really should be doing backups with an actual backup application, especially one that will work automatically, and, if your external HD is large enough, back up your entire system.  These can automatically back up only what's changed since the  previous backup, and some will keep "archive" copies of things you've changed or deleted, also.
    Too many things can go wrong, such as your internal HD failing, and you'll have a major project to reinstall everything.
    You already have Time Machine, built-in to OSX.  You might want to review the Time Machine Tutorial, and perhaps browse Time Machine - Frequently Asked Questions.
    #27 in the second link mentions some alternatives, too.

  • How can I get these two results in two different columns?

    SELECT COUNT(attr_id)
    FROM pv_attribute
    WHERE port_id = 322;
    SELECT COUNT(attr_id)
    FROM pv_attribute
    WHERE port_id = 323;
    How can I get these two results in two different columns?
    Thanks

    So Jens made a tiny mistake with the column name... shame you couldn't be bothered to research Pivoting so you could have corrected the mistake (possibly it was deliberate *{:-) ) and learnt something.
    with pv_attribute as (select 16123 attr_id, 322 port_id from dual union all
                          select 16123 attr_id, 322 port_id from dual union all
                          select 19223 attr_id, 322 port_id from dual union all
                          select 11193 attr_id, 323 port_id from dual union all
                          select 13163 attr_id, 323 port_id from dual)
    -- end of test data setup
    select sum(decode(port_id, 322, 1, 0)) cnt_322,
           sum(decode(port_id, 323, 1, 0)) cnt_323
    from   pv_attribute
    where  port_id in (322, 323)

  • How can I combine these two DAQ tasks???

    I am using LabVIEW 11, Windows XP, cDAQ-9174 chassis, two NI-9205 modules.
    Please see my code for reference. I am very new so i will accept all suggestions.
    I am acquiring 12 volatage signals in a producer/consumer structure giving me a queue of 1-d array of waveform(dbl). Then I am acquiring 12 voltage signals in another loop giving me 2-d array of waveform(dbl).
    There is an issue creating the channels. How can I combine these two tasks?
    Thanks,
    ~Chris
    Attachments:
    WaveTest_6.2.vi ‏558 KB

    Hello chrisbe723,
    When you say that there is an issue creating the channels, are you getting a specific error message when running your code? Also are you referencing the same set of channels for the two DAQ task you are configuring?
    Paul-B
    Applications Engineer
    National Instruments

  • I am self employed and I want to be able to offer private tuition in PhotoShop and Illustrator, alongside Corel PaintShopPro and MS Office that I already teach. Can I get these two products, or all, at the 'educational' price?

    I am self employed and I want to be able to offer private tuition in PhotoShop and Illustrator, alongside Corel PaintShopPro and MS Office that I already teach. Can I get these two products, or all, at the 'educational' price?

    Not that I know. S&T pricing only applies to verified institutions. Could well be that you may need to fill out a paper with whatever governmental authority is responsible on the planet you live, but otherwise you're just a private business like any other and would most likely deduct the expenses from your tax bill...
    Mylenium

  • I've recently purchased an album, but it has not fully download.there is two songs missing. How can I download these two tracks? Please.

    I've recently purchased an album, but it has not fully download.there is two songs missing. How can I download these two tracks? Please.

    iTunes Store > Purchased > Music > Not on this computer.
    tt2

  • [b]can we open the two folder at a same time?[/b]

    Hello,
    I am confused for move the message from one folder to another .
    Is it required to open the both folder (source and destination folder ) for move the message from one folder to another.
    can i open the two folder at a same time?
    please tell me.

    Yes.

  • I can not open an citadel database whit diadem

    i can not open an citadel database whit diadem, the diadem shown error number 104 , "unable to connect to specified server . what have i to do ?

    Hi Ramatajama,
    Most likely you are just missing one simple step, which is to turn on the Citadel service that allows any client, such as DIAdem, to get to the data in the Citadel database.
    You do not have to have the Citadel database on the same computer that DIAdem resides on, but you DO have to go to "NI Service Manager" on the DIAdem computer and "start all services". Usually the NI Service Manager icon shows up in your system tray at the far bottom right of your computer screen.
    Ask again if this isn't enough info,
    Brad Turpin

  • I got mac pro but it opening few websites like youtube and yahoo mail vey slowy whereas my another hp loptop can easily open these websites same time...can anybody suggest me what is wrong with apple mac pro

    I got mac pro but it is opening few websites like youtube and yahoo mail vey slowy whereas my another hp loptop can easily open these websites same time...can anybody suggest me what is wrong with apple mac pro

    Non-responsive DNS server or invalid DNS configuration can cause long delay before webpages load

  • Connecting to two database instances using the same Toplink

    Hi,
    We are trying to create a process using BPEL where data from one database instance needs to be passed to the other. The process is compiling properly and we could deploy it in BPEL Process Manager. But when we try to run the process, the data is not getting inserted into the second instance. There is no error /exception being thrown at most of the time, but at times we are getting a 'Unique constraint error' eventhough there is no duplication of data.
    Can we connect to two different instances using the same toplink. How can we achieve this.
    Thanks in advance
    Pratheusha

    You need to use two different sessions with two different mapping descriptors

  • Connecting to two database instances from the same TopLink

    Hi,
    We are trying to create a process using BPEL where data from one database instance needs to be passed to the other. The process is compiling properly and we could deploy it in BPEL Process Manager. But when we try to run the process, the data is not getting inserted into the second instance. There is no error /exception being thrown at most of the time, but at times we are getting a 'Unique constraint error' eventhough there is no duplication of data.
    Can we connect to two different instances using the same toplink. How can we achieve this.
    Thanks in advance
    Pratheusha

    You need to use two different sessions with two different mapping descriptors

  • Why are my email attachments on iMac 'Acrobat' and I can't open them but they are PDFs on same emails on my iPhone and open?

    Why do my recent emails have attachments a 'Acrobat' and I can't open them without buying software when the same emails on my iPhone have the attachment as a PDF and open?  Thanks

    I can't open them without buying software when the same emails on my iPhone have the attachment as a PDF and open?  Thanks
    Acrobat PDF files open with Preview which is already installed on the Mac.

  • Risks of two development groups in the same system

    Hi,
    I need your help.
    I'm looking for a document about the risks having two development groups in the same system.
    The point is: An external party will come soon and start the implementation of a mini H2R in the same system as we (the internal team) are working for SD, MM, CO,... As the developments are cross-client, I'm asked to write a document explaining the risks in such cases like:
    conflicts: working on the same objects
    authorisations: each group should be assigned to different packages
    planning: the go-live should be at the same time
    transports: there can be conflicts on a transport-level
    If you have any documentation that can help me, please let me know.
    Kind regards, Gilles.

    I hope this is not considered a link farm:
    Potential conflicts between already released transports:
    Program to validate transport sequence
    Uwe Schieferstein's blog on "Dangerous Liaisons in User-Exits and How to Avoid Them":
    /people/uwe.schieferstein/blog/2008/11/11/dangerous-liaisons-in-user-exits-and-how-to-avoid-them
    Just two of many things to observe...
    Thomas

  • CS3 File open by two users simultaneously

    I work in an office network environment, at a news paper, and we use InDesign CS3 to lay out our paper.
    We're having a problem where two users are able to open and work on the same file at the same time, and save it. It's led to work being lost.
    If one person has the file open, and another person tries to open the same file, there is no warning saying the file is already open, or message saying you can't open it because it's in use.
    How do we change the file permission (or whatever needs to be changed) to ensure we either can't open the file or at least get a warning saying it's already open?

    Just found out what my problem may be but don't know how to solve it. When I open a file it's not creating a lock file (.idlk).
    I did a search on our network for files with that extension and opened the related original file. Each time I open one of the InDesign pages it deletes the lock file.
    It's like it's working in reverse. Instead of creating a lock file when the InDesign page is opened and then auto-deleting it when it's closed, it's doing the opposite.
    My question now is how do I fix this?

Maybe you are looking for

  • Missing photos from album, Missing photos from album

    I have spent hours and hours sorting out my library into albums. iPhoto froze and I had to reboot. When it came back on it had lost some of the photos from the albums I was working on. As I was sorting the photos I was flagging them so that I would k

  • How do I fade all four sides of a photo with gradient tool?

    Recently I made 2 collages by stacking 5 files (one central photo with a smaller one in each corner). I added a layer mask to each of the corner photos and was able to fade/blend the corner photos into the main picture using the gradient tool. Now wh

  • Java Error : cannot find symbol , symbol : class (jdk 1.6.0)

    Dear All, Please help me. I am running javac from a .bat file and i set the classpath in the bat file as follows. echo on :start set classpath = "C:\Program Files\Java\jdk1.6.0\bin;" set classpath = "C:\Program Files\Java\jdk1.6.0\jre\..\lib\tools.ja

  • I need some examples

    Does one know where I can find some well documented examples how to use OWF, how to create plsql code with ? The documentaitions from oracle are not usable. regards

  • Cannot sell a material in VA01

    In VA01, when I try to enter a plant, system pop up an error: <Material Number XX> is not defined for sales from <Country YY> The document type is OR. Item Cat. is TAN. In OVK1 and OVK4, the relevant tax country and tax category are already defined.