How to difference between MCOD & 2 'DATABASES

Hi all,
If 2 components are in one system (SOLMAN & ECC 6.0)How can we identiify that system is  with MCOD or 2 individual Databases.
====
Rahul

if you have two different databases, you will have two different oracle paths:
-> \oracle\<SystemID1>\...
-> \oracle\<SystemID2>\...
when using MCOD the databases will (only) by identified by the different schema ID...check this through sqlplus
GreetZ, AH

Similar Messages

  • Difference between oracle 9i database and oracle 9i lite

    Dear Sir/Mam,
    I like to know the performance and functionality difference
    between oracle 9i database and oracle9i lite.
    Is there is any performance variations between
    oracle 9i 9.0.1.1.1 and 9i 9.2.0.1.1

    Hello,
    you can see this note
    #139580.1, Oracle - Compatibility Matrices and Release Information, for detailed information.
    regards, Jorge

  • How much difference between Premier Elements and PS VII?

    How much difference is there between Premiere Elenebts and Photoshop Elements VII?  Considereing upgrading, but need to know how much time I will have to spend in training? 

    It’s certainly worth considering the bundle PSE10 & PRE10 which is very favorably priced. The two applications seamlessly integrate. There are some interesting new video features - even for bringing your stills to life.
    New color correction tools make it possible to enhance video clips, just like photos.
    It’s also possible to burn HD quality movies to both Blu-ray disc and onto standard DVD’s. PRE10 is Adobe’s first consumer package with 64 bit support for enhanced performance (Windows 7 only)
    Mac users were first introduced to PRE9 and can now use SmartSound® to add a variety of royalty free music soundtracks that automatically adjust to perfectly match the length of their movies.
    To see the new features and system requirements click here for PDF
    You Tube click here for video

  • Difference between physical standby database and Data Guard

    Hi guys,
    Today I attended one interview. They asked me a difference between the Oracle Physical Standby database and Oracle Dataguard?
    Upto my knowledge Oracle Physical Standby Database is one type of Standby Database can be configured using Oracle Databaguard Feature.
    Can you people calrify me on this.
    Regards,
    Vijayaraghavan K

    hello,
    yes you are right upto some extent...here is para form oracle doc
    Oracle Data Guard is the most effective and comprehensive
    data availability, data protection, and disaster recovery solution
    for enterprise databases. It provides the management, monitoring,
    and automation software infrastructure to create and maintain one
    or more synchronized standby databases to protect data from failures,
    disasters, errors, and corruptions.
    Data Guard standby databases can be located at remote disaster
    recovery sites thousands of miles away from the production data center,
    or they may be located in the same city, same campus,
    or even in the same building. If the production database
    becomes unavailable because of a planned or an unplanned outage,
    Data Guard can switch any standby database to the production role,
    thus minimizing downtime and preventing any data loss.oracle data guard is maximum availiblity solution which maintain physical standby databases and in case of failure of production can switch production role to and standby database.
    read it here
    http://www.oracle.com/technology/deploy/availability/htdocs/DataGuardOverview.html
    thanks and regards
    VD
    Edited by: Dixit on Aug 31, 2009 1:35 AM
    Edited by: Dixit on Aug 31, 2009 1:36 AM

  • Is there a difference between Web and Database Cache

    What, if any, is the difference between Web Cache and Database Cache?

    There is good documentation in the form of PDF files at the following general URL
    "http://otn.oracle.com/products/ias"
    and specifically at:
    http://technet.oracle.com/docs/products/ias/doc_index.htm
    I have read them all and most things are documented in great detail.
    I'm trying to get the Web Cache working but it core dumps immediately after trying to start it. I had no install errors reported and everything else I have tested seems to work. If you get it working could you please send me a note on anything special you did? I really need the Web Cache to work.

  • How make difference between 2 files in ABAP

    Dear all,
    I need some help to make a difference between 2 text files.
    I know the function 'SYSTEM' to launch an UNIX command :
      TYPES :
              BEGIN OF ty_delta_data,
                data   TYPE string,
              END OF ty_delta_data.
      DATA :   lt_delta_data    TYPE TABLE OF ty_delta_data.
    CONCATENATE 'diff -f'                            "--> command UNIX to have difference between the 2 following files
                               lw_cur_file_data           "--> content path + name file
                               lw_prev_file_data
                              '| grep F5'
             INTO lw_unix_cmd SEPARATED BY space.
      CALL 'SYSTEM' ID 'COMMAND' FIELD lw_unix_cmd
                    ID 'TAB'     FIELD lt_delta_data[].
    Unfortunately I have a dump :
    STRING_BAD_REF
    Error analysis
        When accessing a string reference, an invalid value has been detected:
        String reference (hexadecimal): 0038003300310037
        String header Id: 3211319
        String header Id (hexadecimal): 00310037
        Shared objects Id (hexadecimal): "1C0019"
        Shared objects lock flag: 1
        Check value (hexadecimal): 00
        The check value should be hexadecimal "C1".
        However, in this case, it is not.
    Have you got an idea about this?
    Do you think there is other solution?
    Thank you very much in advance.
    Best regards,
    Robin

    Hi Robin,
    The error is that strings are not supported by kernel/C/OLE calls. You must use C type.
    Anyway, you must not use SAP internal statements (CALL, SYSTEM-CALL, ...). The official API for calling OS commands is SXPG_COMMAND_EXECUTE -> http://help.sap.com/saphelp_nw70/helpdata/en/fa/0971fb543b11d1898e0000e8322d00/frameset.htm
    BR
    Sandra

  • Difference between Infotype and Database table

    Hi all,
    in SAP ABAP-HR we have the concept of INFOTYPE. will anybpdy please tell me , in simple word, what exactly is it? and what are the difference of INFOTYPE with DATABASE TABLE.
    Anirban Bhattacharjee

    hi,
        infotypes contains group of logically related fields on a single screen (just like TABLE) and which is bounded by TIME CONSTRIANT (no time constrint for table).
    main diffarence is TIME CONSTRAINT, means validity period of data records in infotypes based on time constrint only.
    for more information on time constrint follow this link.........
    http://help.sap.com/saphelp_erp2005/helpdata/en/48/35c9f24abf11d18a0f0000e816ae6e/content.htm
    each infotype contains, its corresponding database table.
    ex: 0002---> personal information.
         its database table: pa0002.
        the table pa0002 contains four strctures pakey, pshd1, ps0002 and ci_p0002.
        pakey-->contains key fields information.
        psdh1--->contains last logon detils (usename....)
        ps0002--->contains infotype specific fields.
        ci_p0002--> for furthur addinf an any extra fields
    Edited by: Ashok Reddy on Jun 25, 2008 2:12 PM

  • Differences between Features in Database versions 8, 8i and 9i

    Could someone pls give me some picture on the diffent features among Oracle Database 8, 8i and 9i?
    I'm looking for some comparism chats or something and find nothing.
    thanks
    Win Htut

    There are too many to list here.
    Go to docs.oracle.com and click on the database tab.
    Select the version (I selected Oracle9i)
    Click on "Oracle9i Online Documentation CD-ROM Release 1 (9.0.1)"
    In the search box enter "New Features"
    you should find tons of info to keep you busy.
    Andrew

  • ComponentUI - How-To differences between Java 6u22 and later?

    Hello,
    i've implemented some special-paint-methods using ComponentUI-classes.
    I've only tested this against java 6u22 on Windows.
    Now my first user showed me that it doesn't work with java 6u25.
    After installing 6u25 on my computer, I get the same result.
    Mostly the frame and its children isn't repainted correct and the menubar isn't painted.
    I tried to debug this with Eclipse hoping to get some exceptions, but none occurred.
    Then I goggled to find any readme/changes/howto-modifications.
    But again, I found nothing!
    Can someone point me to that documentation please?
    Thanks in advance
    mimo

    gimbal2 wrote:
    Don't let the fact that something works under Java version X and not under Java version Y fool you into thinking this is a problem with Java version Y...I'm totally sure, that it's not a problem with the Java version but instead with my understanding of the howto! Sorry if my english was not correct enough!
    gimbal2 wrote:
    ...there is a bug in your code that does not happen to show up in the older version, but it is still there.That I know, but was hoping, that some readme changes from java 6u22 to 6u25 would help me to find that buggy code even faster!
    Thus I wanted to know, where I can find the "readme changes from java 6u22 to 6u25"! Any help with the link would be much appreciated! I wasn't able to find that myself so far!
    gimbal2 wrote:
    ..I suggest you create a minimal version of your application that demonstrates the problem, probably in the process of doing that (shouldn't take more than 30 minutes) you will figure out what you are doing wrong.I'm working on that right now, but the problem is to extract that minimal version, because there is much original code!

  • Difference between the mount, nomount and open database.

    Hi,
    I'm very new in Oracle Database.
    I need more details regarding the oracle database. My questions is , What is exact difference between the oracle database which is 3 diff stage like mount , nomount and open?
    Can anybody clear my doubts. Is there any proper document which help me out?
    Thanks in advance.
    Regards,
    manish
    Edited by: user2567674 on Sep 8, 2009 10:36 PM

    When the database is nomount state, then database instance has been started using initialization file. Thus processes started and memory allocated.
    In Mount: The instance started and control file is opened. The control file is read but it's contents are not validated.
    In Open: If the database is opened then control file is validated against the physical structure of database. The database is verified that all of it's file are in consistent state. If any of the file is not in consistent state, we may need some sort of recovery.
    When you fire startup command following happens:
    Nomount------>Mount-------->Opened
    Regards,
    S.K.

  • Download between Oracle 9i Database and Oracle 9i DS

    I have download the files for Windows 2000.
    Oracle 9i Database version 9.0.2.1
    Oracle 9i DS version 9.0.2
    Download Date: June 7, 2002
    These from what I can tell are the lates versions on the website. I installed the database and everything went in fine. I can work with the database and everything. When I use the Universal Installer for Oracle 9i DS, I get an error when it hits 31% that states that this version of DS will not work with a database that is of version 9.0.2.1 or greater.
    If anyone can help me it would be a great help,
    Greg

    Hi,
    Your question is the answer. Oracle9i Database manages all your eBusiness data and Oracle9iAS runs all your eBusiness
    applications. In a 3 tier architecture, Oracle9i Database fits in the Database tier where as Oracle9iAS fits in the middle
    tier. Oracle9iAS provides an infrastructure to run different types of applications(J2EE thru OC4J, Forms applns, Portal
    based applns, Wireless applns etc..)
    Cheers !
    -- Rajesh
    Can any one brief in detail the difference between Oracle 9i database and 9ias application server.

  • Diff between Oracle 9i database and 9ias application server.

    Can any one brief in detail the difference between Oracle 9i database and 9ias application server.

    Hi,
    Your question is the answer. Oracle9i Database manages all your eBusiness data and Oracle9iAS runs all your eBusiness
    applications. In a 3 tier architecture, Oracle9i Database fits in the Database tier where as Oracle9iAS fits in the middle
    tier. Oracle9iAS provides an infrastructure to run different types of applications(J2EE thru OC4J, Forms applns, Portal
    based applns, Wireless applns etc..)
    Cheers !
    -- Rajesh
    Can any one brief in detail the difference between Oracle 9i database and 9ias application server.

  • Difference between BI 7.0 AND BW 3.5

    BI 7.0 AND BW 3.5

    hi kashi
    u could have searched forum with u r question
    anyway go thru following links
    <b>/community [original link is broken]
    Difference in Delta between BW 3.5 and BI 7.0
    /message/2927917#2927917 [original link is broken]
    How much difference between BW 3.5 and BI 7.0?

  • Difference between Pre-Calculated Queries in BI 7.0 and BW 3.5

    Hi
    Can somebody tell me the difference between pre-calculated queries (web templates) in BI 7.0 and BW 3.5? Is there any difference in Reporting Agent functionality in creating or scheduling the queries?
    Thanks in advance.

    hi kashi
    u could have searched forum with u r question
    anyway go thru following links
    <b>/community [original link is broken]
    Difference in Delta between BW 3.5 and BI 7.0
    /message/2927917#2927917 [original link is broken]
    How much difference between BW 3.5 and BI 7.0?

  • Difference between DDR2 PC2-4300 PA3411S-2M1G and PA3411U-2M1G???

    How is difference between DDR2 PC2-4300 PA3411S-2M1G and PA3411U-2M1G??? I would like to buy but I do not know that for Toshiba Satellite A100-847 ??? Please help

    I understand you that youre a little bit confused but both modules are the same.
    The modules are 1GB PC2-4300 DDR2 533MHz
    I think its only a new release and therefore its a different part number.
    I found out that the PA3411U-2M1G module is compatible and you can use it.

Maybe you are looking for

  • Itunes doesnt sync videos to iphone 4s

    I am able to view the itunes videos in my computer but not able to sync to my iphone 4s.  I have checked the format is in mp4 and dimension is 640x480. Why is it not working?  It used to be fine before all the OS upgrading, can apple do something abo

  • New computer - slow encoding!

    I got a new computer Saturday and had hoped to see a difference in encoding time, but thus far it appears to be about the same. Specs are: Windows 8.1 (64), 32GB RAM, i7 4770 @ 3.5Ghz, GeForce GTX760 (not CUDA supported), 120GB SSD for OS and Adobe,

  • INCLUDE STRUCTURE spfli

    Hi all, Just see the code below. SPFLI is the Transparent table for Flight schedule. My question is :  How a Table should be include as  STRUCTURE (INCLUDE STRUCTURE spfli). How far it is correct? DATA:   BEGIN OF wa.           INCLUDE STRUCTURE spfl

  • Help can be SLOW and includes a network search -- you, too?

    I find that the Aperture Help window goes out to the network on every page turn, search, and click on the User Manual table of contents. If I shut off the network, Help is MUCH faster but, as expected, searches don't include "Support Articles" in the

  • Is there an OS 2.1 Change Log?

    Does anyone know where there is (or IF there is) a change log for OS 2.1?  Seems like we should be able to consult that if we want to know what changed.  Before the update, RIM had released some information that suggested that Print To Go with OS 2.1