Database instance in different host, ECC 6.0 installation

Hello All,
i want to install ABAP distributed system (ECC 6.), unfortunately in step Database instance installation i got only one option  - local host name. I need to put database to other server...
Does anybody has experience with distribiuted ECC 6.0 ABAP system installation? How can i distribute sap instance and DB instance to different servers (sapinst is not offer this option, only for java systems)?
Thanks a lot.

Thank you very much Michael,
your advise resoved my problem, after using sapinst with parameter " DB host name" instalation of DB instance executed correctly. In default.pfl file i have now as SAPGLOBALNAME db host name.
I am facing at the moment with other problem during db instalation:
FCO-00011  The step doGrantServiceRights with step key
FSL-06002  Error 1060 (The specified service does not exist as an installed service.) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'MSSQLSERVER' NT service).
Is it known problem to you? if so, how did you resolve it?
Thanks a lot.

Similar Messages

  • Problem in accessing second database instance on same host (ORA-12514)

    Hi,
    I had a database ICMDB installed on my machine. After that i created a second database instance (Service name: BI_APPS) using DBCA on the same machine. Using NETCA i also created a new listener OracleOraDb11g_home1TNSListenerBI_APPS_LISTENER on port 1522 on my machine. Then i configured this listener to listen for connections to service BI_APPS by adding the following to my tnsnames.ora:
    BI_APPS_LISTENER =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.109)(PORT = 1522))
    Then i changed the port in my tns entry for BI_APPS to 1522 as follows:
    BI_APPS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.109)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = BI_APPS)
    I then restarted the following services:
    OracleOraDb11g_home1TNSListener
    OracleServiceBIAPPS
    OracleOraDb11g_home1TNSListenerBI_APPS_LISTENER
    After this, when i try to access my first DB ICMDB via toad, the connection is successful. However, when i try to access the service BI_APPS i get the following error:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
    What am i doing wrong? Here is the content of my files:
    TNSNAMES.ORA
    # tnsnames.ora Network Configuration File: D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    BI_APPS_LISTENER =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.109)(PORT = 1522))
    BI_APPS =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.109)(PORT = 1522))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = BI_APPS)
    LISTENER_ICMDB =
      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.109)(PORT = 1521))
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ICMDB =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.109)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = icmdb)
    SQLNET.ORA
    # sqlnet.ora Network Configuration File: D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    LISTENER.ORA
    # listener.ora Network Configuration File: D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    BI_APPS_LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.109)(PORT = 1522))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    ADR_BASE_BI_APPS_LISTENER = D:\app\Oracle
    SID_LIST_BI_APPS_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\app\Oracle\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:D:\app\Oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    Here is output of lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 12-DEC-2013 16:17:01
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date                12-DEC-2013 10:34:35
    Uptime                    0 days 5 hr. 42 min. 26 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         d:\app\oracle\diag\tnslsnr\ICMDEVDB\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ICMDEVDB)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.109)(PORT=1521)))
    Services Summary...
    Service "BIAPPSXDB" has 1 instance(s).
      Instance "biapps", status READY, has 1 handler(s) for this service...
    Service "BI_APPS" has 1 instance(s).
      Instance "biapps", status READY, has 1 handler(s) for this service...
    Service "icmdb" has 1 instance(s).
      Instance "icmdb", status READY, has 1 handler(s) for this service...
    Service "icmdbXDB" has 1 instance(s).
      Instance "icmdb", status READY, has 1 handler(s) for this service...
    The command completed successfully

    Jimit wrote:
    Hi Ed,
    I understand your point, however whenever i have tried to use the same listener to access my second instance, this is the error i have always received:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
    That does not indicate you need a second listener.
    And, after deleting the listener.ora file ,if i try the the command lsnrctl start, i get the error:
    ORA-12560: TNS:protocol adapter error
    Hence i restored the files. What do i do?
    I've never experienced a 12560 trying to start a listener.  I'll need to see if I can create a test system on Windows and try to recreate.  Will be a good subject for my blog, that has been too long with no new content.
    Since this is windows, I'd first check that the Windows service for the listenr is started.
    Whatever, multiple listeners is NOT the solution.

  • Oracle 10.2 Grid Control – Adding Database residing on different hosts

    I used to work with Oracle 9.2 Enterprise Manager. Now I have installed Oracle 10.2.0.2 Grid Control on Windows 2000. I want to do database administrator from Oracle Grid Control for Oracle 9i, Oracle 10.1 and 10.2 databases. I do not want to install any agents on my database servers because they are production servers,
    All of I am interested in to have nice user interface of Oracle 10g grid control, so I can do database administration such as adding a database file, looking at database users, sessions etc. I was able to do all of that with Oracle9i enterprise manager. IN Oracle9i EM, one can manually add a database instance if it cannot be discovered using an agent. Is it possible to do that in Oracle 10g grid control?
    When I start Grid Control, go to targets tab and then database tab and want to add a database, it asks for host name. When I enter hostname (which is accessible from the network), it says host not found. Is an agent required on the host before Grid Control can recognize it. In Oracle 9i enterprise manager, there was an option to manually add a database (i.e. automatic discovery was not successful), is it possible to do that with Oracle 10g grid control.

    Over the years, working with Oracle, I've found tremendous value in reading the docs. You might find similar value doing that too.
    The only issue you seem to have is an unwillingness to learn the architecture and concepts behind the product you are trying to install. You get rid of the error by deleting the entry and doing it correctly.
    There is no way to drop a brick on your foot and not have it hurt. <g>

  • Multiple oracle database instances with different characterset on  the same server

    Hello,
    Is it possible to have 2 database instances running with different charactersets,one with AL32UTF8 and the other with WE8MSWIN1252.?
    Are there any setup requirements to be performed prior to setting up the database instances?
    The 3rd party utility that we want to use does not support AL32UTF8 and insists on using a database with character set WE8MSWIN1252.
    Kindly help.
    Thanks,
    Ram.

    Hello Zhe,
    I guess I posted my question in a wrong forum.  I tried my best to find a suitable forum and thought this was the best and closest I found.  Apparently not.  Can you please let me know the right forum for my question?
    The below is the breif of what we are currently facing:
    We are in the process of finalizing plans to install Automic for our Retail applications to schedule jobs.  In the process came to know that Automic does not support AL32UTF8.
    Right now we have RMS and UC4 (now called Automic) run on the database server as UC4 supports AL32UTF8 and schema for UC4 is inside the RMS database.
    Going forward it is recommended to have a separate database instance on the same server as that of RMS database and with a different characterset which is WE8MSWIN1252.
    Please let me know what forum to post in, I will repost the question.
    Thanks,
    Ram.

  • Can I restore the database (clone) to different Host/User account?

    Hi,
    We use RMAN catalog that backup our production database using "oracle" user (OS user is "oracle") account. We wanted to clone this database to different host and to different OS user (for example is "oradev") account. Both user has same group (oradba). Can I able to restore the control fies/data files to different user account (the account that wasn't backed up).
    Please update if you know of any documents/pdfs/links that explains this detail.
    Thanks in advance for your assistance,
    Ranga.

    Yes, the user account should be transparent assuming the backuppieces have the appropriate user/group permissions.

  • Not able to configure database instance on target host in Grid Control

    I can see all database instances on a target in GridControl and when I tried to configure database instance, it fails with the following error.
    Error
    oracle.sysman.emSDK.emd.comm.CommException: java.net.UnknownHostException: <dbinstance name>
    Could somebody tell me how to troubleshoot this issue (like logs for more info for this error)
    thanks

    Hi
    I am also facing the same issue. My Grid is 10.2.0.5 version. With agentca I could able to see the database of this target on grid but their status show pending.
    When I try to addthem manually it give me below error.
    Error communicating with the agent. Exception message - oracle.sysman.emSDK.emd.comm.CommException: java.io.IOException.
    Thanks
    Rao

  • Policy Managed RAC database instance on different node

    Dear All,
    Recently we have upgrade our production database from 2 node 11.2.0.1/Solaris 10 Sparc to 2 node 12.1.0.2/Solaris 11.2 Sparc
    earlier was Admin managed database, now we have created Policy managed database.
    Instance_1 running on node_2
    Instnace_2 running on node_1
    how to switch the instance to correct node or what is the concept , why it running vice versa even though assign ORACLE_SID properly.
    please clarify me.
    oracle@zhovm-proddb2:/u01/app/12.1.0.2/grid/bin$ srvctl status database -d proddb
    Instance proddb_1 is running on node zhovm-proddb2
    Instance proddb_2 is running on node zhovm-proddb1
    Thanks.

    muba_zak wrote:
    Thanks John,
    How the cron jobs takes care, is there any different is there between Admin Managed & Policy Managed
    Thanks.
    Muba
    I don't know what your cron jobs do. If (for example) they logon to the database through a service published by the scan listeners, they will be happy. If they logon using a deterministic connect string, you have a problem - a problem caused by mis-using the system.

  • Error while cloning database to a different host

    Hi,
    I'm using rman to clone a database from host1 to host2. The directory structures on host2 is different from host1 for the datafiles and control file.
    I have changed the init.ora file on host2 to reflect the new path for the control files.
    Within the run command I have:
    run{
    SET NEWNAME FOR DATAFILE 1 TO '/u04/oradata/AUX/system01.dbf'; (for all the datafiles I have this statement)
    DUPLICATE TARGET DATABASE TO AUX
    LOGFILE
    GROUP 1 ('/u04/oradata/AUX/redo01a.log',
    '/u05/oradata/AUX/redo01b.log') SIZE 100M
    GROUP 2 ('/u04/oradata/AUX/redo02a.log',
    '/u05/oradata/AUX/redo02b.log') SIZE 100M
    GROUP 3 ('/u04/oradata/AUX/redo03a.log',
    '/u05/oradata/AUX/redo03b.log') SIZE 100M;
    When I run the command I get the error as:
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backupset restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /u04/oradata/AUX/system01.dbf
    restoring datafile 00002 to /u04/oradata/AUX/undotbs01.dbf
    restoring datafile 00004 to /u04/oradata/AUX/drsys01.dbf
    restoring datafile 00006 to /u04/oradata/AUX/xdb01.dbf
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 10/14/2005 12:06:49
    RMAN-03015: error occurred in stored script Memory Script
    ORA-19504: failed to create file "/u04/oradata/AUX/undotbs01.dbf"
    ORA-27040: skgfrcre: create error, unable to create file
    SVR4 Error: 13: Permission denied
    Can someone help me. I'm not sure where I'm wrong. The user running the script has write permission in /u04/oradata/AUX/ directory.
    Thanks,
    Mamata

    The message seems to be clear, did you check the file permissions on host2? You cannot create undotbs01.dbf, because the existing permissions don't allow it.

  • Distributed ci and database instance

    hello all,
                   we are having our ecc6.0 prod system insatlled with ci and database instance on same host now i want to split the
    systems ci and database. on different systems pls guide here how to proceed.
    regards,
    faraj

    Hi,
    here is the steps for DB migration, pls go thr this link, i think it will help you how to do homogenious system copy
    System Copy and Migration
    Thanks,
    Sreeni.

  • Some errors after doing the system copy for DB2 database instance

    HI,
    Recently we have transferred the DB2 database instance from old host( db 9.1.7 under windows 2003 R2) to new host( DB2 9.7.9 under windows 2008 R2) using the system copy database depending methods.
    Currently system is:
    * ECC 6.0 under NW 7.0 SR3
    * Kernel : 7.20
    * Basis: 7.0 with support package level 17
    *application instance connecting db instance via DB2 CLI
    1)  a) After log in system using the T-code: SM21 to read the system log, it will record the bellow error:
         b)  From the log taken from log fie: dev_w*, i also found the below error:
    A  ABAP Program SAPMSSY2                                .
    A  Source RSBTCTRC                                 Line 60.
    A  Error Code DBIF_RSQL_SQL_ERROR.
    A  Module  $Id: //bas/720_REL/src/krn/runt/absapsql.c#28 $ SAP.
    A  Function ab_HandleRsqlErrors Line 716.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end no http/smtp
    A  ** RABAX: end RX_BTCHLOG|RX_VBLOG
    A  SQL error in the database when accessing a table..
    c) any background job will be cancelled when it is running. I think the error is related to above mentioned issue.
    2) If i go to T-code: DB13---Diagnostics----db2 logs,  it will come out the below error:
    Thanks.

    HI Manas,
    Yes, this problem is with particular this table.
    Refer to below error coming from db2diag.log when i access the table:BTCCTL:
    2014-08-12-17.52.08.866000+480 I35784932F1196     LEVEL: Severe
    PID     : 3380                 TID  : 2676        PROC : db2syscs.exe
    INSTANCE: DB2DV1               NODE : 000         DB   : DV1
    APPHDL  : 0-127                APPID: *LOCAL.DB2DV1.140812095207
    AUTHID  : DB2DV1 
    EDUID   : 2676                 EDUNAME: db2agent (DV1) 0
    FUNCTION: DB2 UDB, data management, sqldSetupIndexScan, probe:1873
    MESSAGE : ZRC=0x82040001=-2113667071=SQLD_NONSEVERE_PRGERR
              "non-severe dms programming error"
              DIA8532C An internal processing error has occurred.
    DATA #1 : String, 39 bytes
    Specified index not found for scan open
    DATA #2 : String, 12 bytes
    sqldScanOpen
    CALLSTCK:
      [0] 0x000000018010E989 pdLog + 0x353
      [1] 0x0000000003ABE3C2 sqlzSetAndLog901 + 0x192
      [2] 0x0000000001E61F01 sqldSetupIndexScan + 0xF37
      [3] 0x0000000001E5F5CC sqldScanOpen + 0xBEE
      [4] 0x000000000334F460 sqlriopn + 0x316
      [5] 0x00000000034AE788 sqlritaSimplePerm + 0x252
      [6] 0x000000000336AC8B sqlriSectInvoke + 0x139
      [7] 0x00000000030A6F0C sqlrr_process_fetch_request + 0x1A8
      [8] 0x00000000030A2902 sqlrr_open + 0x534
      [9] 0x000000000223FCCB sqljs_ddm_opnqry + 0x447
    2014-08-12-17.52.08.866000+480 I35786130F533      LEVEL: Error
    PID     : 3380                 TID  : 2676        PROC : db2syscs.exe
    INSTANCE: DB2DV1               NODE : 000         DB   : DV1
    APPHDL  : 0-127                APPID: *LOCAL.DB2DV1.140812095207
    AUTHID  : DB2DV1 
    EDUID   : 2676                 EDUNAME: db2agent (DV1) 0
    FUNCTION: DB2 UDB, data management, sqldSetupIndexScan, probe:1873
    DATA #1 : unsigned integer, 4 bytes
    10
    DATA #2 : unsigned integer, 4 bytes
    1704
    DATA #3 : unsigned integer, 2 bytes

  • How to connect application instance to new DB2 database instance

    Hi,
    Recently we want to transfer the DB2 database instance from old host( db 9.1.7 under windows 2003 r2) to new host( db2 9.7.9 under windows 2008 r2).
    Currently system is:
    * ECC 6.0 under NW 7.0 SR3
    * DB2 9.1.7 running on windows 2003 r2 64bit.
    * Kernel : 7.20
    *application instance connecting db instance via DB2 CLI
    Refer to below steps when doing the migration:
    1) backup the db2 9.1 database using offline methods in source system
    2) Using the system copy db depending method to restore the db in target system.
    3)Running the db6_update_db script on target system for post-upgrade activity.
    4) Running the db6_update_client script on source system to update the cli version.
    5) Update the parameter SAPDBHOST to new host in default profile in source host(application).
    When i try to restarting the sap system services , it still connected to old host.
    May i know any other setting i need to do and then this application server can connect to new db instance.
    thanks.

    Hi,
    Could you please provide the R3 trans logs after executing R3trans -d command ?
    BR,
    Kaivalya

  • More than one Database Server on one host

    Hallo,
    We want to implement two systems on one host with MaxDb as database. I know it is possible to run 2 DB-Instances on one host, is it possible to upgrade or patch one instance without inflicting the other one with this changes?
    For example:
    I have the development and test system on one host with two database instances running. is it possible to only upgrade the Database Instance of the Development System without upgrading the test instance.
    I know it is possible in Oracle but is this also possible for MaxDB?
    I hope you can give me an answer.
    best regards,
    Patrick Volny

    Hello Patrick,
    1) "If I understand you correctly, I am able to patch each Instance separately but because the instances share the same kernel to upgrade an Database I have to upgrade all instances?"
        Answer: You can update the database instance separately.
                       As the independent database software is shared between database instances, located in /sapdb/programs by default installation and it's downward compatible
                      ==>
                      you could upgrade only one database instance & run the another database instance with the higher version of the independent database software.
       Warning: Please follow the recommended structure of the database software installation & install the dependent on the version of the database system software once for each database instance.
                      By default it's installed in /sapdb/<SID>/db
        Example : On the local server ::
    dbmcli db_enum
    OK
    SC1#C:\sapdb\sc1\db                        #7.6.04.11#fast#running
    SC1#C:\sapdb\sc1\db                        #7.6.04.11#slow#offline
    LVC750#c:\sapdb\lvc750\db                     #7.6.00.21#fast#offline
    LVC750#c:\sapdb\lvc750\db                     #7.6.00.21#slow#offline
    xinstinfo SC1
    IndepData           : C:\sapdb\data
    IndepPrograms       : C:\sapdb\programs
    InstallationPath    : C:\sapdb\sc1\db
    Kernelversion       : KERNEL    7.6.04   BUILD 011-123-181-372
    Rundirectory        : c:\sapdb\data\wrk\SC1
    xinstinfo LVC750
    IndepData           : C:\sapdb\data
    IndepPrograms       : C:\sapdb\programs
    InstallationPath    : c:\sapdb\lvc750\db
    Kernelversion       : KERNEL    7.6.00   BUILD 021-123-117-795
    Rundirectory        : c:\sapdb\data\wrk\LVC750
    In my case, I have installed two database instances of the versions 7.6.00   BUILD 021 and 7.6.04   BUILD 011 on one server,
    Independent database software is installed in C:\sapdb\programs and each database instance has own InstallationPath.
    And you could run also 'sdbregview -l' to get the short list of all installed database packages, pay attention to the "Database Kernel" package
    for the dependent database software installation path/version.
    2) "I also read that to patch an instance you have to stop an x server service. But this service is necessary for the communication between applications and the database. so if i patch an instance the second one can't work properly?"
    The X Server is needed for the client to establish the connection to a database instance located on a remote computer. As you know the X Server is the communication server for the database system. The X Server listens out for connection requests from clients such as database applications and database tools.
      As I already wrote you, that the independent database software is downward compatible & you should not have the problems with the communication to the Test database on the TEST system.
      I case you would like to know more details about the database version software, if there are any known problems, please update with additional information::
          What are the current versions of the DEV and Test databases?
          Did you install the application servers on the database server or not?
          To what version of the database are you going to update the DEV database instance?
           What is the version/SP of the SAP basis on the TEST system?
            What is the version/patch of the SAP kernel on the TEST system?
    3) The installation distinguishes between different software directories, as you already know. 
    For example, the following directories:                                                              
           - <independent_program_path>                          
              SAP Standard:/sapdb/programs    
              Run the command 'dbmcli -s dbm_getpath IndepProgPath' or 'xinstinfo' to get the current value on your system.   
              !!!! This directory contains instance- or version-independent software that works downwardly-compatible.                          
           -  <independent_data_path>                                                                
              SAP Standard:/sapdb/data   
               Run the command 'dbmcli -s dbm_getpath IndepDataPath' or 'xinstinfo' to get the current value on your system.                                                           
           -  <independent_data_path>/config                                                         
              SAP Standard:/sapdb/data/config        
           -  <InstallationPath>                                                                               
    SAP standard: /sapdb/<SID>/db          
           -  <run_directory>                                                                               
    SAP standard: /sapdb/data/wrk/SID                                     
    If you are SAP customer,
    please see the SAP notes::
                 1020175     FAQ: MaxDB installation, upgrade or applying a patch
                 820824     FAQ: MaxDB / SAP liveCache technology
                 767598          Available documentation
    && SAP documentation link:
    http://help.sap.com/saphelp_nw04/helpdata/en/23/d1a03cc24efd1de10000000a114084/frameset.htm                                                                           
    Thank you and best regards, Natalia Khlopina

  • Database Instance is down?

    Hello,
    This is my Database Instance:
    Status: Down
    Host: localhost
    Port: 1523
    SID: ORCL
    Oracle Home: C:\app\L31004\product\11.2.0\dbhome_3
    Details: There has been a user-initiatied shutdown.
    What does it mean?

    Refer this thread
    Re: ORA-01031: insufficient privileges
    ORA-01031 insuffiecient privilidges

  • RMAN restore database from another backup of different database in the same host

    Hi Experts,
    I have taken FULL Database Backup using RMAN , now I want to Restore and Recover the same database on different instance on Same Host.
    Could u suggest any document or Steps to achieve this task.....
    Thanks,
    Mouni.

    No Problem.
    Please check this :
    http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmdupdb.htm#BRADV420
    ORACLE-BASE - Duplicate a Database Using RMAN in Oracle Database 11g Release 2
    Ensure you follow what Mr. Hemant has mentioned.
    Regards
    Karan

  • Is it possible to change the database instance host ??!!

    Hello,
    Quick question, I finished the installation of XI 3.0 with all patches.  But the system is running low, very low on resources even though it has 2GB of RAM.  I was wondering if it is possible to migrate the <SAPID> database and then re-configure the central instance and J2EE Engine to access a different machine OR do I have to re-install and follow the distributed system installation process.
    Thanks!

    Diego--
    Your issue isn't the database, it's the J2EE server.  Moving the database instance isn't going to save you enough RAM -- you'll run into the same problem again as soon as you start running messages through the system, when the J2EE engine starts allocating heap space for those messages.
    Our experience has been that 2GB of RAM is not enough for a development/prototype XI system.  You need 3GB to do a basic prototype/development machine install (but ask for 4GB if this is your permanent development system).  You'll need more than that in a typical production system.
    --Dan King
    Capgemini

Maybe you are looking for