How to save data to the SAP database?

Can someone tell me please how to warn of data to SAP databases?

Thank you

Aerts

Hi AEK.

Take a look at OSS 105047 - Support for Oracle in the SAP environment functions that you will find this under

14 Oracle Data Guard

You can use "physical Standby".
You cannot use "logical Standby".
You are allowed to use Fast-Start Failover (FSFO) but the SAP is not supported.
You can use Data Guard Broker.
You can use the Maximum Performance Mode, maximum availability Mode and Mode of Maximum Protection.
In the case of maximum availability and maximum Protection, you must pay attention to a fast in order to avoid network connection performance problems.
Maximum protection causes the primary database to terminate in the event of problems in the database pending.

And you will find the 2010 http://www.oracle.com/us/solutions/sap/wp-ora4sap-dataguard11g-303811.pdf Oracle white paper

Maybe some SAP users have answers for you http://scn.sap.com/community/oracle/content?query=guard

concerning
Kay

Tags: Database

Similar Questions

  • How to save data from the COM port to file?

    Hi all

    can someone tell me please how to save data from the COM port on file? I transfer 1 byte of serial port... attached is the image of the vi... very basic.

    I would like to save the data in a table... I mean, 1 data--> data--> data tab 2 tab 3rd--> tab

    and so on... can anyone help?


  • How to save data in the text file of Spartan 3

    Hi all

    I would like to kindly save the data table text file or a spreadsheet on vi using fpga spartan 3e as an fpga target. Once I added all the functions related to the operation of file, it gave an error that these functions are not supported by the target device.

    could you please help me with this

    Thank you

    Rania

    Hi David,

    Thank you for posting. You use LabVIEW? If so, what version of LabVIEW FPGA do you use? You use a host VI, or any deployment of code at your target to run? The file IO VI probably won't compile to target because they are not intended to be used on your host computer. Resources and the paths of files do not exist on the target FPGA, but rather on the side of the host. I have included a link below that describes how to transfer data between the FPGA and host. I hope this helps!

    http://zone.NI.com/reference/en-XX/help/371599F-01/lvfpgaconcepts/pfi_data_transfer/

  • How to save data from the RT at base of remote Citadel using Citadel api writing

    I try to get a target RT to launch a VI when it is started, which acquires the data and sends them to a database of Citadel on a networked computer.

    I'm doing it with the Citadel write API, more precisely the functions in the DSC module; Open the trace and write trace close path.

    I have a project with the added goal of RT. I have a simple VI under job-generating data and sending it to the local database of the Citadel. This VI works very well and the data is written to the database. However, I have a similar VI under the RT target but open VI track is broken and the VI will not run. It seems that one of the subVIs in Open Trace VI is broken and will not run.

    I'm missing something here. Can someone help me understand this?

    The VI is probably not compatible with real-time, perhaps she calls a DLL or something. What you need to transfer data from RT on a Windows host computer and let that host the insertion in the Citadel.

    Mike...

  • How to save data in the spred sheet file that is?

    Hello

    I want to save a table in the same spred sheet file I read my external device.

    here as an attachment, I enclose the vi.

    This is the example of data I want to save for example in the first column I want only numbers with no floating point.

    and remaining column is everdata, it should be the same.

    As an attachment, file name 11 is the same file that I want to, but I always get as file attachment 2,

    can you please guide me how can I get data that is displayed in the table of labview.

    Thank you much in advance.

    This code - using the Format to a string - creates a very similar to the log file output 11. You can write the string to a file with write a text file or write the string array with write to File.vi of the worksheet.  Write to File.vi of the worksheet internally converts an array of strings for what is in the string, and then wrote this text, so it makes more sense to use only write to text file. Write to Spreadsheet File.vi help will make additional copies of the data, which can become a problem if the dataset is large.

    Read the detailed help for Format string for more information on the available format codes.

    Lynn

  • How to configure a web service primavera to return the data in the second database?

    Hello world


    We have P6 with WS first deployment on a single weblogic domain server. The first WS returns the first instance of database data.

    Then deployed to the WS second tip on a weblogic domain server separated with a different port. Set up the second WS with < WS2_INSTALL_HOME > / bin/dbconfig.sh, creating a new branch a configuration that specifies one second instance of the database. However, this configuration is ignored, and the second web services return data from the database.

    We have a single domain, including notably the following servers:

    Name / host / Port / deployments

    P6 / localhost / 0001 / P6 (v8.3), p6ws1 (v8.3)

    p6ws2 / localhost / 0002 / p6ws2 (v8.3)

    We have now two different files BREBootstrap.xml.

    P6 BREBootstrap.xml:

    < database >

    < URL > JDBC:Oracle:thin:@db1:1521:db1 < / URL >

    < user name > pubuser < / name >

    password <>anycriptopass1 < / password >

    oracle.jdbc.OracleDriver < driver > < / driver >

    < PublicGroupId > 1 < / PublicGroupId >

    < / data >

    < CfgVersion > 8.330 < / CfgVersion >

    <>configurations

    < name BRE = 'P6 Config_DB1"instances ="1"logDir ="anydir, P6EPPM, p6, PrimaveraLogs"/ >

    < / configuration >

    p6ws2 BREBootstrap.xml:

    < database >

    < URL > JDBC:Oracle:thin:@DB2:1521:DB2 < / URL >

    < user name > pubuser < / name >

    password <>anycriptopass2 < / password >

    oracle.jdbc.OracleDriver < driver > < / driver >

    < PublicGroupId > 1 < / PublicGroupId >

    < / data >

    < CfgVersion > 8.330 < / CfgVersion >

    <>configurations

    < name BRE = 'P6 Config_DB2"instances ="1"logDir ="anydir, P6EPPM, ws2, PrimaveraLogs"/ >

    < / configuration >

    "P6 Config_DB1" and "P6 Config_DB2" including the property database for the database 1 and 2 respectively.

    How to set up a second web service to return the data to the second database?


    Thanks in advance!


    Kind regards

    Dmitry

    So, answer oracle support:

    Looks like it is in the documentation, Web Services cannot be configured in this way as the other modules. See the following topics:

    BUG 19516437 - Is it POSSIBLE TO hardcode a DEPLOYMENT of SERVICES WEB P6 to an INSTANCE of DATABASE? (ask if this is possible)

    BUG 19579735 - FOR BEING ABLE to hardcode A P6 WEB SERVICES DEPLOYMENT to A DATABASE INSTANCE (corresponding improvement because it can be done).

    The problem has been resolved by the following:

    1 create the WebLogic domain.

    2 P6 and p6ws deployed on managed servers.

    3 configuration P6 uses the second instance of database and P6 has not begun.

    4 result: the p6ws (from additional domain WebLogic) returns data for the second instance of the database.

    Kind regards

    Dmitry

  • Save data to the database...

    HII,
    I am a new developer on oracle developer 6i... my problem is like...
    I can't store the data in the form database developer 6i (the column is the column in the database and I said as a column of formulas that I can't store and value comes from other column by some calculation)...

    Hello, welcome to the Forums. What you describe with a calculated field is expected features. Here's what the forms help system has to say about calculated fields:
    _ Guidelines for the use of the elements calculated
    * Calculated are view-only control elements.
    * Calculated items cannot be elements of database.
    * So that you can define a calculated item Enabled, navigate to mouse and keyboard navigable properties Yes, you cannot set properties Insert authorized or Update Allowed Yes.

    If you want to write these values in the database, you will need to copy the value of the calculated field in an element of Basic tab.le of your block. For example:

    /* Pre-Insert trigger */
    BEGIN
       :BASETBL_BLOCK.TOTAL_AMOUNT := :CALC_BLOCK.CALC_ITEM;
    END;
    

    Hope this helps,
    Craig B-)

    If a response is appropriate or useful, please mark accordingly.
         
    Published by: Silvere June 2, 2010 08:36

    Published by: Silvere June 2, 2010 08:36

    Published by: Silvere June 2, 2010 08:36

    Published by: Silvere June 2, 2010 08:38

    Published by: Silvere June 2, 2010 08:41

  • How to insert data into the table by using the expression builder in the assign activity

    How to insert data into the table by using the expression builder in affect business in BPEl, I use SOA Suite 11.1.1.5
    Can someone help me please

    Hello

    I don't think that oraext:query-database() can insert data into the table.

    What are your needs?
    Can not you plan to use the DB adapter with the insert operation?

    Kind regards
    Neeraj Sehgal

  • How to insert date in the record being updated (MySql, PHP)

    I want to be able to update an existing record and automatically include the date that the change was made when I submit the data to the MySql database.

    I saw this thread on how to date on a new record using NOW()

    http://forums.Adobe.com/thread/855152?decorator=print & displayFullThread = true #855152

    After reading it, I have successfully changed my page insert.php.

    Here is the code of my insert.php page that works well:

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "form1")) {}
    $insertSQL = sprintf ("INSERT INTO standardsclient_tbl (client_name, pantone_ref1, pantone_ref1_image, font_ref1, font_ref1_image, 'date') VALUES (%s, %s, %s, %s, %s, NOW())", ")
    GetSQLValueString ($_POST ['client_name'], "text").
    GetSQLValueString ($_POST ['pantone_ref1'], "text").
    GetSQLValueString ($_POST ['pantone_ref1_image'], "text").
    GetSQLValueString ($_POST ['font_ref1'], "text").
    GetSQLValueString ($_POST ['font_ref1_image'], "text").
    GetSQLValueString ($_POST ['date'], 'date'));

    It's the update.php page, I changed 'date' = %s to 'date' = NOW () , but this has made that prevents me from updating the record all the.

    If ((isset($_POST["MM_update"])) & & ($_POST ["MM_update"] == "form1")) {}
    $updateSQL = sprintf ("UPDATE standardsclient_tbl SET client_name = %s pantone_ref1 = %s pantone_ref1_image = %s, font_ref1 = %s, font_ref1_image = %s, 'date' = NOW () WHERE the client_ID = %s",
    GetSQLValueString ($_POST ['client_name'], "text").
    GetSQLValueString ($_POST ['pantone_ref1'], "text").
    GetSQLValueString ($_POST ['pantone_ref1_image'], "text").
    GetSQLValueString ($_POST ['font_ref1'], "text").
    GetSQLValueString ($_POST ['font_ref1_image'], "text").
    GetSQLValueString ($_POST ['date'], 'day'),
    GetSQLValueString ($_POST ['client_ID'], "int"));

    You can see where I have gone wrong?

    Thank you

    In the update query, you have 6 %s but GetSQLValueString 7. That's your problem.

  • Insert XML data into the MySQL database

    Hi all, I'm new with XML and I need help with the insertion of XML data in the mysql database using coldfusion. I looked on the Coldfusion Documentation and saw how to convert XML to a Coldfusion query... but there was no example of how to do an insert. If anyone can give me a good example or point me towards a good direction on how to do it, I would really appreciate it.

    Thank you very much in advance
    Alfie

    Nevermind, I finally managed to do work!

  • Pulling data from the SAP ERP system in ColdFusion

    Has anyone tried to extract data from the SAP ERP system in ColdFusion?
    Y at - it any documentation on how to do this?

    Any help and suggestions would be very appreciated.

    Thank you, Rob.

    You are right. I don't know Java and when I looked at JCo stuff, I got confused.
    Thnaks for recommend bTalk. I met with them soon.

  • How to erase data from the iphone if I lost and iphone is offline

    How to erase data from the iphone if I lost and iphone is offline

    < post branched out by host >

    Hello

    What to do if your iOS device is turned off or offline?

    If your missing device is turned off or offline, you can still implement this Mode lost, lockor remote wipe. The next time your device is online, these measures will take effect. If you remove the device from your account while it is offline, pending actions for the device will be cancelled.

    If your iPhone, iPad or iPod touch is lost or stolen - Apple supports

  • How to save data to file (.xls)

    I need save data in the format .xls - Microsft Excel... LabVIEW allows only save it in .xlsx format. You know someone that is possible to save the .xls file? Thank you for your help.


  • How to acquire data from the memory of the meter

    I am a beginner of Labview. I don't know how to acquire data from the memory of the meter.

    I read a few examples of data acquisition, but apparently not similar to my case. I can't use DAQ in my computer, because I don't have DAQ card.

    Could someone give me some pointers? Similar examples would be great.


  • I get videos from cell phones of the people with a type of file like 3GP. I need to know how to save and change the format so I can open them.

    I get videos from cell phones of the people with a type of file like 3GP. I need to know how to save and change the format so I can open them.

    Trying to convert to the. WMV format:

    There are many converters available on the net... some
    free... some detail.

    The following freeware converter is just one example:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory (freeware)
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster download)
    (the file you want to download is: > FFSetup295.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the final screens)
    (Windows XP / Vista / 7)

    First, you will need to decompress the file or just open the
    Drag > FFSetup295.exe< out="" of="" the="">
    and drop it on your desktop. To install left click.

    Next, after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your video clips on the main screen...

    Select "all to WMV" / OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    Good luck...

Maybe you are looking for

  • "This accessory is not supported.

    (1) I use cabel original (2) loading port IS clean who is wrong? What should I do in this situation? (I use iphone 6 with the new ios 9.3.3)

  • How can I block a folder so that no one but myself can access

    How can I block an o s documents folder only myself can I access

  • How can LRT224 and EA8500, I use them together?

    I work at home and need to have a VPN configuration to access our servers.  My home network is already a linksys EA8500 with wireless support.  My House is wired the outlets that are CAT6 and I have several desktops using electrician and several wire

  • Time stamp issues

    Alerts are sent from my various devices OnPlus seem to have times that are off by one hour.  I have all clients (and the default) value Americas/Toronto, but when I get an alert e-mail is showing an offset UTC-6:00 (DST?) instead of - 5:00 (what woul

  • Cannot set a static IP address in 3100cn

    I recently updated my system to Windows 8, my first mistake.  Before I could still access my printer on my local network by using an assigned IP address.  Not when I want to make ANY type of change to the printer, a login screen is displayed asking f