SAP in a Oracle server

Is it possible to apply and use a SAP as a layer on a Oracle Database. Should the DBA have the knowledge on SAP to perform this... ?

Aman.... wrote:
I believe SAP is an application which has to use either Oracle or some other database for sure.
About knowing SAP, I believe, its going to be a tough task because it is not a small application.
If one is a DBA, he may try to know about it but it would be a big learning curve. Yes, SAP is a VERY large/elaborate suite of software, using a 3-tier architecture that can be spread
across dozens of servers. It requires a back-end database (often Oracle) to store business data
and to store much of the software code itself. There is a significant learning curve.
SAP controls the majority of the Oracle setup/install/physical layout. (Non-OFA-file-placement)
As a DBA, don't expect to learn over 25% of the application layer. (just the basic architecture)
SAP app details take SAP-experts years to learn fully, with as much internal expertise as the
Oracle database itself. (if not more)
Aman.... wrote:
And to manage the database, I think SAP offers its own console. SAP software supplies two different interfaces into an Oracle database. (that I know of)
(1) BR-TOOLS: This is a text-based tool with many sub-menus, that will run on the DB server,
which provides a wrapper to perform several DBA operations. It allows adding files to tablespaces,
table-reorgs, index rebuilds, running analyze/stats on all tables, backup+restore of database,
and several other functions. BRTools is a collection of several executables. You don't HAVE to
use brtools for everything, but if you are not an experienced DBA, it will take care of many things
without needing to know the SQl to care for an Oracle database. If you DO know you SQL well,
then BRTools may take more time to find the right menu, than to do things yourself, or script them.
After learning the sub-tools, you can use command line args + scripts to call exactly what you need.
There is also a GUI layer to run with BRtools, but I haven't bothered to put that in place.
BRtools also includes BR-Backup/BR-Archive/BR-Restore. These are only good for FULL Oracle
backups and archlog backups. Docs say that they will user RMAN and do Incrementals, but
we tried to get this capability to work, and it's not ready for real production.
(2) SAP Transaction/T-Code DB02 (app screen) or "DBAcockpt"
Within the overall SAP application, there are many screens with specific "T-Code" names for
specific user roles. (ie:sales, manufacturing, shipping, payroll, etc) There are also some to support
maint + administration, including some for DBA status of Oracle. Some good screens to look for
in SAP are called DB02, DB03, DB12, DB24, DB50, SE16, SE11, DBACockpit. Most of these are
read-only, to show status, history, reports, config, schedules, parameters, alert.log, etc.
They won't perform the DBA work, but are a good place to find SAP perspective of the Oracle
behavior & status, instead of writing all of your monitoring SQL from scratch.
Aman.... wrote:
I am not sure but I have been told that there is a language called SAP Basis as well for the
administrative tasks related to SAP. NO... the term "Basis" is not a language, but refers to the SAP environment itself, and the config
install, upkeep, maint, architecture, layout of SAP. The main "language" used to code SAP
screens is called "ABAP" and is specific/proprietary to SAP... just like PL/SQL is specific to Oracle.
Almost all of the ABAP code is parsed+stored in the database, to support server-side processing
within SAP, and to define the screen behavior for SAP end users. ABAP is very detailed, and very few
DBAs ever need to know ABAP. There are also more recent portions of SAP that use Java coding
to define screens + behavior... but much like Oracle, this is more of a recent addition, rather than
the 'core' of the software architecture.
Extras: There is an SAP add-on called "CCMS" which performs monitoring and alerts from SAP serves.
CCMS can monitor certain parts of the Oracle database as well, such as Tablespace%free, or filesystems.
Also: SAP will generate an "EarlyWatch" report, which tells you performance+tuning problems to look for.
Note: I have been doing Oracle DBA work in SAP/Unix environment for years,
and still don't know 'everything' that a DBA may want about SAP...

Similar Messages

  • SAP-Abap to oracle server or ms sql server

    Hello;
    I'm SAP to connect oracle server. And 3.party application database to prepare query and call procedure.
    I'm know use to native sql. But Not connect SAP to oracle server. Please help me.
    Thanks.

    Hi,
    Step 1: Create an entry for the External database in DBCON table using Trxn: DBCA.
    Table: DBCON (Description of Database Connections)
    Field Name     Description                     Value (For: E.g.:)
    CON_NAME     Logical name            RAJ
    DBMS          Database system        MSS
    USER_NAME     Database user          <username>
    PASSWORD     Password           <pwd>/<pwd>
    CON_ENV          Database-specific information
    connection     
    MSSQL_SERVER=depotserver MSSQL_DBNAME=HOF_INDORE
    DB_RECO                              Availability type for an open database connect     
    Step 2: Now you can write code to connect to the external database…
    Your Sample code can be something like this……
    EXEC SQL.
        CONNECT TO 'RAJ' AS 'V'
      ENDEXEC.
      EXEC SQL.
        SET CONNECTION 'V'
      ENDEXEC.
    *- Get the data from MS-SQL Server
      EXEC SQL.
        open C1 for
          select
              loc_id,
              loc_name,
              loc_state
          from ho_loc_mast
      ENDEXEC.
    Regards,
    Raj

  • How to use oracle functions in Crystal Reports XI using Oracle Server

    Hi all,
    Is it possible  to use oracle functions in Crystal Reports XI using Oracle Server as Data Source.
    If i try to use a procedure,i am getting error with message "Invalid Arguement Provided".
    Functions are not visible objects like tables,views and stored procedures.
    The  jdbs driver i m using is oracle.jdbc.driver.OracleDriver.

    I think it is not possible to add functions in crystal directly for any database. You need to use those functions in a stored procedure and add that storedprocedure as a datasource.
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233353335333833323333%7D.do]
    regards,
    Raghavendra

  • Crystal Developer crash, connecting with "Oracle Server" (Unicode DB): "buffer overrun"

    Post Author: mdde
    CA Forum: Data Connectivity and SQL
    Hello everyone!
    We're experiencing the following error, connecting with "Crystal Developer XI" or "Crystal Developer 2008" to a unicode-configured Oracle 10g Database using "Oracle Server"-driver and choosing a table:
    ERROR MESSAGE: Buffer overrun detected!
    Program: ...essObjects Enterprise 12.0\win32_x86\crw32.exe
    A buffer overrun has been detected which has corrupted the program's internal state.The Program cannot safely continue execution and must now be terminated.
    This error is reproducable by 100%. We're normally using it because of performance, but now we have do work with "Microsoft OLEDB" instead.
    STEP BY STEP: Open CR Developer, File, New Report, New Connection (to unicode instance - this is a must), "Oracle Server", (Login without checking "OS auth."), Double click on table, Error.
    DETAILS: "Oracle Database 10g Release 10.2.0.1.0 - Production", Oracle-client used by CR Developer: "11.1.0". OS: Windows XP, SP2
    We tried CR SP4 and SP for 2008 edition. Didn't help. Nothing on google, nor in this forum, nor in BO knowledge base.
    Does anyone also experience this error / know anything about? Thanks in advance!
    David
    P.S.: Picture:

    Hi Aaron,
    I highly recommend that you only have ONE oracle client installed. Oracle tends to have problems finding the correct dependency versions of their runtime. One way is to change your PATH statement so it only has the one Client listed but I highly suggest you uninstall both and then install just the 11G client.
    Also, when CR connects to Oracle we query the DB and load all tables, SP's Views, etc. and when the local resources are filled up we stop. So when connecting be sure to check off the options not being used and add filtering in that UI also for your schema as well.
    One last change, close the designer down and then go into regedit and this location:
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\DatabaseOptions - DoAutoSmartLinking and set the default value to No if it's not already.
    Thanks
    Don

  • Connecting to SAP DB from Oracle Database

    Hi,
    I need to connect to SAP Database which resides in AIX Server from Oracle Server resides in Windows 2003.
    My Scenario is for every 15 mins I need to connect to the SAP Database and if Updates happened I need to update my Oracle Table. I need to Update the SAP Database if update is happened in Oracle Database. How do we need to proceed to achive this. We have provided with a SAP user and a Table with it.
    Thanks & Regards,
    Vijayaraghavan K

    Hi,
    My Scenario is for every 15 mins I need to connect to the SAP Database and if Updates happened I need to update my Oracle Table. I need to Update the SAP Database if update is happened in Oracle Database.
    you need to connect to SAP DataBase and If Updates happened .. in which DB .. ?? SAP or your DB on windows
    I need to update my Oracle Table .. In which DB.. ?? SAP or your DB on windows
    Any how if it is related to one table in particular go for DB Links which will slove your problem, as per your requirement.
    Refer : http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_admin.htm#sthref4108
    - Pavan Kumar N

  • Solution Manager and SAP ECC on same server

    Hi Experts,
    I want to install Solution Manager and SAP ECC on single server. Oracle database with different schema (e.x SAPSR3, SAPSR4)
    But can I use same mount folders?
    Kindly highlight your experience and knowledge on this point?
    Thank you so much
    Regards,
    LuongDK

    >
    LuongDK wrote:
    > Hi Experts,
    >
    > I want to install Solution Manager and SAP ECC on single server. Oracle database with different schema (e.x SAPSR3, SAPSR4)
    > But can I use same mount folders?
    >
    > Kindly highlight your experience and knowledge on this point?
    >
    > Thank you so much
    > Regards,
    > LuongDK
    Hello LuongDK,
    Please refer to the FAQ section on http://service.sap.com/solutionmanager, Check the installations section:
    Which system should I use to install SAP Solution Manager?
    The system has to be dedicated to the SAP Solution Manager. No other components can be installed on top of SAP Solution Manager.
    SAP Solution Manager does not necessarily require separate hardware. It can be installed as a separate instance on an existing hardware.
    This means that the hardware can be shared if it is sufficient to support 2 systems. However a MCOD option is not recommended at all.
    Regards
    Amit

  • Oracle Server in Windows-ECC5.0 in AIX

    Hello,
    We have a ECC 5.0 Evaluation Version kit from SAP .
    The Software Pack contains Oracle server ( 10 g ) for windows and Client Oracle for AIX and ECC is for AIX.
    Shall I install Oracle server in Windows and Client in AIX ( Where SAP is residing )? will it work out ? .
    Experts Please give idea.
    Thanks for your Valuable time.
    Regards
    Vagesan

    Hello Eric,
    thanks for your Reply.
    SAP supplied a Pack of Media containing oracle server for windows and Oracle client for AIX and ECC5.0 for AIX.
    here i need the help . how to install the DB server .
    regards
    vagesan

  • Oracle server connection

    Hi All,
    Please suggest me how to create a oracle connection without using oracle server connection.
    I created like this.
    Goto new connection->Expand ODBC(RDO)->gave the credentials.
    But please suggest what is the use of below process found here
    http://scn.sap.com/thread/2002507
    Go to your Control Panel and open Administrative Tools -> Click on Data Source(ODBC).  On the User DSN tab, select a driver for which you want to set up a data source by clicking on the Add button.  Once done, the ODBC setup dialog box appears.  Provide your database login details and clik ok..Your ODBC connection is done.
    Next open your Crystal Report application(a blank report)not sure which version you are using, in my case it is Crystal Report XI Release 2.  On the Database Expert, expand Create New Connection.  Expand ODBC(RDO) , it will take you to the Data Source Selection.  Select the datasoure name and click Next.  Here, you need to give the login credential for accessing the Database. Once done, you will find the data available on the Crystal Report.

    Hi Abhilash,
    Can you please explain below step.
    Hello,
    This is by design and a limit of how CR works due to limitation in your PC resources. CR loads all of that info into memory, if there are too many to list, and typically it's more common when using Oracle due to it's ability have thousands of tables, is in the Database connection right click on the connection and then select Options. You can add filtering to limit what you see.
    Only option you have to be able to get to see all tables required for your report. Don't add tables if they are not required or if you can't link them. Work arounds are to create a collection of Stored Procedures or Views so you see just what you need.

  • Cannot find NT Oracle Server DLL OCI.DLL

    Hello
    I am getting the following error when trying to execute a DS job from Designer in the error log.
    "Cannot find NT Oracle Server DLL <OCI.DLL>. Please make sure that Oracle has been installed and the PATH variable points to the correct lib directories."
    1. DS is on Windows
    2. DS repo is sql server
    3. Source is Oracle 10g db, target is Sql server db.
    4. Oracle 32 bit full client is installed on the job server (10.2.0.1.0)
    5. I have checked the SAP note 1295918 and I think it does not apply to the version of Oracle client we have and also it is already working in our SANDBOX environment, also our install location is NOT under the c:\program files\  folder
    We are seeing this error only in our DEV DS box, we have a similar setup in the SANDBOX DS and that job executes successfully. I have compared the oracle client, DS and job server configurations between the 2 boxes and they are the same.
    - SQLPLUS connection works from both the servers
    - I am able to connect to the database and look at all the tables within DS designer from both the servers and import them into the DS repo
    - No ORACLE_HOME was set when the installation was done. I created a ORACLE_HOME variable and assigned the install location, but still getting the same error
    Any help is appreciated
    Thanks
    Dinesh

    Dinesh,
    When you added ORACLE_HOME to the environment, the environment settings were updated for the OS.  However, the job server still had the old settings in memory.  That is why you needed to restart the job server before DS would recognize ORACLE_HOME.

  • Installing oracle on Linux using the SAP version of oracle software

    Hello All,
    I am trying to install 32bit oracle software on Linux 32 bit os using the SAP version of Oracle Install Software downloaded from marketplace. I have downloaded the required exe and rar files and unpacked them on my PC. The unpacked folder is uploaded in bin mode to the respective server under a common mountpoint. In the folder i have 4 .SAR files with other label files etc.  I want to unarchive these .SAR files to get the runInstaller but running in to issues.
    Here are the steps I tried:
    1. I copied the SAPCAR exe from exe directory and tried to unpack the 4 .SAR files but got permission error. All these 4 .SAR files are owned by ora<sid> user id. I tried to do all these under root user still it fails.
    ora<sid>@xxxyysapdbXX:/sapdata//Oracle32/51031674> SAPCAR -xvf OR110232.SAR
    -bash: ./SAPCAR: cannot execute binary file
    what am i missing?
    Any help is greatly appreciated.

    If you have a 32bit OS then you need to use the 32bit binaries of SAPCAR - yes.
    And:
    Usually those SAR files are unpacked by the installation program sapinst, why do you unpack them manually?
    Markus

  • How sap application connect oracle database

    The gurus,
    I just to known how sap application connect to oracle database. Where or what the configuration files at SAP level and oracle level.
    Thank you
    Edited by: Muzaidi Marjuki on Apr 28, 2011 8:58 AM

    existing database to other database that also running on oracle ( right now we testing for recovery server) in case the existing server going down or have a problem that cannot been restore
    Its similar to DR setup, then why don't you install application at time of initial installation of DR?
    *Explain in  detial with a clear query
    Regards,
    Nick Loy

  • From Sap to Remote Unix Server

    Hi,
    I have to send a file from an internal table to a remote unix server. i have tried a lot appling FTP with a put command but its still not getting transported.
    please help me out.and also tell me wheather i can use some other way to do this.
    also tell me wheather there are some issues of authorisation in this....
    please help me as early as possible.. i am in a real need.. i promise to revert back with points...

    I HAVE TO SEND A FILE FROM OUR SAP TO REMOTE UNIX SERVER.
    FOR THIS PURPOSE I AM USING FTP, BUT STILL I AM NOT ABLE TO DO THAT..
    PLEASE HELP ME OUT ON THIS..
    BELOW I AM GIVING MY CODE PLEASE HAVE A LOOK AT IT AND TELL ME WHATS WRONG.
    REPORT ZIZSFPB001 .
    TABLES : ZISFP03.
    CONSTANTS: C_DELIMETER(1)  TYPE C
                              VALUE '#'.
    TYPES: BEGIN OF TY_FREIGHT,
                    VENDOR      TYPE ZISFP03-VENDOR,
                    LR_NO       TYPE ZISFP03-LR_NO,
                    EBELN       TYPE ZISFP03-EBELN,
                    LR_DATE     TYPE ZISFP03-LR_DATE,
                    PO_DATE     TYPE ZISFP03-PO_DATE,
                    PO_BRANCH   TYPE ZISFP03-PO_BRANCH,
                    TRK_NO      TYPE ZISFP03-TRK_NO,
                    DISP_TIME   TYPE ZISFP03-DISP_TIME,
                    SCAN_NO     TYPE ZISFP03-SCAN_NO,
                    ACTU_QTY    TYPE ZISFP04-ACTU_QTY,
                    MATERIAL    TYPE ZISFP04-MATERIAL,
                    GR_BRANCH   TYPE ZISFP04-GR_BRANCH,
                    STDTIME     TYPE ZISFP14-STDTIME,
                    EST_ARRV_DT TYPE ZISFP04-ARRV_DT,
           END   OF TY_FREIGHT.
    TYPES: BEGIN OF TY_FTP,
                    FIELD(90) TYPE C,
           END   OF TY_FTP.
    DATA: IT_FREIGHT TYPE STANDARD TABLE OF TY_FREIGHT,
          IT_OUTPUT  TYPE STANDARD TABLE OF TY_FREIGHT,
          IT_FTP     TYPE STANDARD TABLE OF TY_FTP.
    DATA : BEGIN OF TABL OCCURS 0,
           LINE(560),
           END OF TABL.
    DATA: WA_FREIGHT TYPE TY_FREIGHT,
          WA_OUTPUT  TYPE TY_FREIGHT,
          WA_FTP     TYPE TY_FTP.
    DATA: W_DSN             TYPE SXPGCOLIST-PARAMETERS,
          W_FTP_DSN         TYPE SXPGCOLIST-PARAMETERS,
          W_PARCOM_LOC(150) TYPE C,
          W_FNAME(16)       TYPE C,
          W_ERROR_FLAG(1)   TYPE C.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    SELECT-OPTIONS : S_LR_DT FOR ZISFP03-LR_DATE.
    SELECTION-SCREEN END OF BLOCK B1.
    START-OF-SELECTION.
      PERFORM GET_DATA.
      PERFORM TRANSFER_DATA_TO_FILE.
      PERFORM FTP_TRANSFER.
    *&      Form  GET_DATA
          text
    FORM GET_DATA.
      SELECT A~VENDOR
             A~LR_NO
             A~EBELN
             A~LR_DATE
             A~PO_DATE
             A~PO_BRANCH
             A~TRK_NO
             A~DISP_TIME
             A~SCAN_NO
             B~ACTU_QTY
             B~MATERIAL
             B~GR_BRANCH
             C~STDTIME
        INTO TABLE IT_FREIGHT
        FROM ( ( ZISFP03 AS A
       INNER JOIN ZISFP04 AS B
          ON AVENDOR = BVENDOR
         AND ALR_NO = BLR_NO
         AND AEBELN = BEBELN )
       INNER JOIN ZISFP14 AS C
          ON AVENDOR = CVENDOR
         AND APO_BRANCH = CFROM_LOC
         AND BGR_BRANCH = CTO_LOC
         AND AZMODE = CEXPRES_TY )
       WHERE A~LR_DATE IN S_LR_DT.
      IF SY-SUBRC EQ 0.
        SORT IT_FREIGHT BY VENDOR LR_NO EBELN.
        DELETE ADJACENT DUPLICATES FROM IT_FREIGHT.
      ENDIF.
    IT_OUTPUT[] = IT_FREIGHT[].
    ENDFORM.                    " GET_DATA
    *&      Form  TRANSFER_DATA_TO_FILE
          text
    FORM TRANSFER_DATA_TO_FILE.
      MOVE 'createnew.txt' TO W_FNAME.
      CONCATENATE '/usr/sap/trans/mmpp/' W_FNAME INTO W_DSN.
      OPEN DATASET W_DSN FOR OUTPUT IN TEXT MODE.
      IF SY-SUBRC NE 0.
        WRITE : 'File open error occured.'.
        STOP.
      ENDIF.
      LOOP AT IT_OUTPUT INTO WA_OUTPUT.
        TRANSFER WA_OUTPUT TO W_DSN.
        CLEAR WA_OUTPUT.
      ENDLOOP.
      IF SY-SUBRC NE 0.
        WRITE : 'File write error occured.'.
        EXIT.
      ENDIF.
      CLOSE DATASET W_DSN.
    ENDFORM.                    " TRANSFER_DATA_TO_FILE
    *&      Form  FTP_TRANSFER
          text
    FORM FTP_TRANSFER.
      PERFORM BUILD_FTP_FILE.
      PERFORM TRANSFER_FTP_FILE.
    ENDFORM.                    " FTP_TRANSFER
    *&      Form  BUILD_FTP_FILE
          text
    FORM BUILD_FTP_FILE.
      W_FTP_DSN  =  '/usr/sap/trans/mmpp/createcheck.txt'.
      CONCATENATE 'open'
                  'www.info.com'
             INTO WA_FTP-FIELD
        SEPARATED BY SPACE.
      APPEND WA_FTP TO IT_FTP.
      CLEAR WA_FTP.
      CONCATENATE 'user'
                  'myusername'
                  'mypassword'
             INTO WA_FTP-FIELD
        SEPARATED BY SPACE.
      APPEND WA_FTP TO IT_FTP.
      CLEAR WA_FTP.
      CONCATENATE 'cd'
    '/oracle01/oracle/product/iSuites/Apache/Apache/htdocs/etrans/user/upload/'
    INTO WA_FTP-FIELD separated by space.
      APPEND WA_FTP TO IT_FTP.
      CLEAR WA_FTP.
    MOVE 'put /usr/sap/trans/mmpp/createnew.txt' TO WA_FTP-FIELD.
      APPEND WA_FTP TO IT_FTP.
      CLEAR WA_FTP.
      MOVE 'close' TO WA_FTP-FIELD.
      APPEND WA_FTP TO IT_FTP.
      CLEAR WA_FTP.
      MOVE 'bye' TO WA_FTP-FIELD.
      APPEND WA_FTP TO IT_FTP.
      CLEAR WA_FTP.
      OPEN DATASET W_FTP_DSN FOR OUTPUT IN TEXT MODE.
      LOOP AT IT_FTP INTO WA_FTP.
        TRANSFER WA_FTP-FIELD TO W_FTP_DSN.
        CLEAR WA_FTP.
      ENDLOOP.
      CLOSE DATASET W_FTP_DSN.
    ENDFORM.                    " BUILD_FTP_FILE
    *&      Form  TRANSFER_FTP_FILE
          text
    FORM TRANSFER_FTP_FILE.
      FREE TABL.
      CONCATENATE 'ftp -v -n < 'W_FTP_DSN INTO W_PARCOM_LOC.
      CALL 'SYSTEM' ID 'COMMAND' FIELD W_PARCOM_LOC
                    ID 'TAB'     FIELD TABL-SYS.
      IF  W_ERROR_FLAG = '*'.
        MESSAGE I036(ZIMM).
      ELSEIF  W_ERROR_FLAG =  'F' .
        MESSAGE I139(ZIMM) WITH W_FNAME.
      ELSE.
        MESSAGE I038(ZIMM) WITH W_FNAME.
      ENDIF.
    ENDFORM.                    " TRANSFER_FTP_FILE
    **THE ABOVE GIVEN IS THE CODE I AM WRITING FOR THE FTP TO TRANSFER DATA FROM OUR APLICATION SERVER TO
    THE REMOTE UNIX SERVER.
    BUT WHEN I DO THE
      CALL 'SYSTEM' ID 'COMMAND' FIELD W_PARCOM_LOC
                    ID 'TAB'     FIELD TABL-SYS.
    MY SYSTEM GOT HANGED AND GVES NO RESPONSE...
    PLEASE HELP ME OUT AS EARLY AS POSSIBLE...
    I WILL SURE U THAT U WULL REVERT BACK WITH POINTS...
    PLEASE HELP...
    ARE THERE ANY AUTHORISATIONS ISSUES..OR I AM DOING SOMETHING WRONG...

  • How to migrate the whole SAP environment to another server.

    Hi!
    We have to discontinue a SAP Server as it is aging and on disk space. We are running SAP 4.7 SR1 1.00 in this server.
    <b>Now my question is; in the new Server how I will dump all SAP data of previous Server. </b>I am going to install SAP $.7 SR1 2.00 IDES in new Server on Windows 2003 and Oracle 9.2.
    Also, will the programs written for R/3 40 1.00 IDES will match or work in R/3 47 2.00 IDES ?
    With regards,
    Pratip Bhattacharyya
    <b></b>
    ([email protected])

    Hi! Mike,
    Thanks for your effort. But let me tell you the scenario in detail.
    We have a server dl2kdv01. In this Server SAP R/3 4.7 SR1 100 IDES (Kernel 620)is running. Due to hardware problem and disk space problem management has decided to move this SAP System to a  new Server dlwsdv10 where only Solution Manager is running. Ours’ is a Dev. env. SAP systems are running on Windows 2003  Server with Oracle 9.2 DB.
    Now as I cannot find R/3 4.7 SR1 200 IDES. So I have downloaded R/3 4.7 SR1 2.00 IDES (Kernel 640).
    Now my question is,
    1. If I install the downloaded version than how I will add the database of old SAP to the new one.
    Whether I have use transport client method or any other system. I need full step-by-step procedure.
    2. Whether all programs and adapters designed in the earlier version will fully compatible to the new SAP System.
    Hope, I have clearly describe my requirement.
    You can directly mail me also.
    With regards,
    pratip Bhattacharyya
    [email protected]

  • How to find if a SAP Application uses Shared server process ??

    Hi,
    Please find the details below wrt to SAP application:
    SAP Release : SAP ECC 6.0
    Oracle database Version : 10.2.0.4.0
    Can you please tell me how to find if my SAP application  with oracle  uses Shared server mode or Dedicated server mode for oracle database access??
    regards,
    Arul S

    Hi Nick,
    Thanks for your reply.
    I am also pasting the output of "lsnrctl services"
    LSNRCTL for HPUX: Version 10.2.0.4.0 - Production
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=R1Q.WORLD))
    Services Summary...
    Service "R1Q" has 1 instance(s).
      Instance "R1Q", status UNKNOWN, has 2 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
          "DEDICATED" established:269921 refused:0
             LOCAL SERVER
    The command completed successfully
    This looks like dedicated connection with the Oracle database..
    Can you please comment on this?
    Regards,
    Arul S

  • Oracle server related commands

    Hello every body .....
    I am designing a testing tool which has to check the oracle-database integration with
    a HP data-protector tool...
    So I request u to help me find some commands to check for oracle-server process
    like its status,whether it has installed, whether there is a listener n stuffs like tat...
    So plz do help me to write a perl code to automate this...

    Ok,
    I am locking this topic.
    SDN is not a substitute for training.
    go get your self trained with SAP course ADM505
    more about this at http://www12.sap.com/services/education/catalog/netweaver/globaltabbedcourse.epx?context=%5b%5bADM_DB%7cADM505%7c%7c%7c%7cG%7c%5d%5d%7c

Maybe you are looking for

  • How do I prevent Mac App Store flagging updates?

    I have a Mac Mini with 1.66 Ghz Intel Core Duo processor and 2GB of RAM I am using OS 10.6.8 - the highest that this Mac will run. I have iPhoto 11 - version 9.2.3 When I open the Mac App Store it tells me that there is an update for iPhoto to versio

  • How to write a function generator

    How to write a function generator from labview and using PCI-MIO-16

  • Finding nodes in an environment

    Hi all, Do any of you know how to find all the nodes defined in an environment using systemagents in a Forte application? The SubAgents attributes in the SystemAgent class only returns nodes that are model nodes or non model nodes that have active no

  • Module Pool Program(SAP-ABAP)

    Hi,   I am trying to put CHAIN..ENDCHAIN logic in PAI module   to validate screen.   How sd i use CHAIN..ENDCHAIN ?   Pls guide me with suitable example.   I m waiting for ur reply........ Thanx in Adv. Prabhas

  • Lost language selection option

    Hi, I accidentally upgraded our GroupWise system using the gw8.0.2-92377_full_linux_en package rather than the gw8.0.2-92377_full_linux_multi package. Now the language selection dropdown box is not there anymore on the WebAccess login screen. I tried