Weekly copying record to different db

Hi All,
Does anyone know of a more efficient way to copy all records from one db to a different db without dblink abilities?
SQLPLUS Copy command would not work in this instance because they are on different domains.
Exports and Imports would not work because the tablespace sizes are different.
Will SqlLoader be my only solution?
Any ideas is appreciated.
Thanks!
John

You can create the ODBC link to both the database in ms-access and then you can copy the data fron one table to another provided that both the tables in two DB's are identical.
post your reply if it works.
null

Similar Messages

  • HT1918 Hi - I think I have different apple devices recorded under different apple IDs. Now I would like to consolidate all the devices under one Apple-ID.  I have tried to do this going through the manage accoung like, but it timed out - could somebody he

    Hi - I think I have different apple devices recorded under different apple IDs. Now I would like to consolidate all the devices under one Apple-ID.  I have tried to do this going through the manage accoung like, but it timed out - could somebody help, pls

    Purchases of multple Apple ID accounts cannot be merged as noted here >  Frequently asked questions about Apple ID

  • Assign records to different remote systems in MDM

    Hello Experts,
    I am using qualified range to generate internal number range for vendor. The remote key & remote system details for the records are generated during syndication. My scenario is that I have couple of records in MDM for different remote systems. I want to syndicate it to the respective systems. Is there a way to identify the respective records per system with out inserting the details in "edit key mapping".
    If we try specifying Remote system details in edit key mappings with a blank or specific Key value , then the qulaified number generated for vendors is overwritten with this key value mentioned in key mapping.
    I need to retain both the qualified range functionality as well as tag the records to different remote systems.
    Kindly advice.
    Thanks and Regards,
    Elizabeth.

    Hi Shiv
    So, i am not sure, but this all makes me feel that syndication tasks can not be executed parallel.
    Your understanding here is correct since we are using here the same table for syndication process so it will be executed in steps. I mean syndication 2 has to wait until the syndication 1 ends. But the thing is that even after syndication 1 completes syndication 2 is not going to place that's the issue here.
    Please find solution which tells same thing in MDM import manager context.
    Can I run two Import Managers at the same time?
    Yes, several instances of the Import Manager can be open concurrently. The only existing limitation though is when actual importing process starts the tables involved in the importing process are locked for write access. So if two instances of the Import Manager import to different tables then no synchronization issue occurs. If they use the same table, then the instance getting access second has to wait until the first ends.
    For more details, Please refer this below link:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7dc6ba86-0501-0010-0b82-849437929f0d?quicklink=index&overridelayout=true
    @ Elizabeth: After Syndication 1, Have you checked after sometime whether syndication2 & so-on takes place or not. I feel that Syndication for syndication 2 , syndication 3 & syndication 4 should also occur after some time as they executed one by one not parallel so will take some time. Just check and revert with result whether your workflow gets completed after some time or not.
    Note: Make sure that for all these Syndications outbound ports Processing Type = Manual in Console else syndication will not occur.
    Regards,
    Mandeep Saini

  • How to enable "Shift-F6" or "Copy Record" feature in custom Forms

    I am looking for sample code or setup to enable Shift-F6 (Copy Record) functionality in multi-record block of a custom Form.
    If someone has tried it earlier, can you pls share. Or, point me to a documentation which has these details.
    Thanks.

    forms has a built-in duplicate_record, see forms help for examples and click the link below,
    http://www.oracle.com/webapps/online-help/forms/10g/state/content/navId.3/navSetId._/vtTopicFile.f1_help%7Cbuiltd_f%7Cduplreco~html/
    check do_key too
    see this link too
    http://www.tek-tips.com/viewthread.cfm?qid=637515
    Message was edited by:
    zaibiman

  • In bdc if date format of records is different  do we need to hard code

    in bdc if date format of records is different  do we need to hard code or bdc will support automatically,please provide the answer.

    Make sure to format the date before passing to BDC.
    data: datum(10) type c.
    call function 'CONVERT_DATE_TO_EXTERNAL'
      EXPORTING
        DATE_INTERNAL                  = SY-DATUM
      IMPORTING
        DATE_EXTERNAL                  = datum.
    Regards,
    Rich Heilman

  • Can i use same customer master record in different sales area

    dear sir,
    i have created a record of customer master - RAM in sold to party account group using sales area - (I).
    (i.e,) XYZ ( sales org ) - A (dis channel ) - XX ( division)
    now i have created another record of customer master - DAVID in sold to party acc group using sales area - (II).
    (i.e) XYZ (sales org) - A (dis channel ) - YY ( division ).
    when i am trying to change SH party function of "RAM" with "DAVID" its throwing an error message that DAVID is not created in Sales Area - (I).
    please let me know how to resolve this
    regards
    vivek

    Hi,
    There are two solution to control this.
    1) Extend customers in respective sales area. i.e.. DAVID in XYZ-A-XX or RAM in XYZ-A-YY.
    2) Define reference sales organisation, channel and division and assign to respective.
    EX.      
    Define sales org. "0000" and assign to all sales orgs.
    Define channel "00" and assign to all channels.
    Define division "00" and assign to all divisions.
    Now create customer masters only in sales area 0000-00-00 and you can use this customer anywhere for any sales area (at transactional level). This is one time activity and will save so much time in creating(or extending) master records in different sales area.
    Thanks,
    Tarpan

  • Copy Recorded Programs

    Does anyone know if there is a way to copy a DVR recorded program to an external device (USB etc..) ?  I can't get a clear answer from Verizon.
    This is something that would be nice to do on occasion, like recording to VCR tape.  Some times there is something I would like to keep and not take up space on the set top box.
    Just wondering.

    Keagle79 wrote:
    Does anyone know if there is a way to copy a DVR recorded program to an external device (USB etc..) ?  I can't get a clear answer from Verizon.
    This is something that would be nice to do on occasion, like recording to VCR tape.  Some times there is something I would like to keep and not take up space on the set top box.
    It's not possible to download or copy recorded files from FiOS without a TivoHD (screenshot).  That's a TiVo exclusive feature.
    With the FiOS Motorola DVR, the most you can do is copy content recorded from local channels, in realtime as it is played, using Firewire.   Verizon not provide any technical support for this (you've got to figure it out yourself), and it only works under 32-bit Windows XP and Vista (as far as I know) once you've installed the right software and drivers on your computer.  More information in this thread.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it.

  • How can I use DOM to copy Nodes between different XML Document ?

    Can I copy one Node or Element from one XML Document to another Document by DOM ?
    Because I use the Xerces , but it is not work if I want to copy Node between different Document, or I am doing something wrong. Anyone can help me , I will deeply appreciated !!

    check out the importNode() method of Document.

  • How to define a schema for fixed length consisting of multiple records of different types having header detail and footer at positions 22 and 23 namely having 10 for header 20 for detail and 30 for footer

    how to define a schema for fixed length consisting of multiple records of different types having header detail and footer at positions 22 and 23 namely having 10 for header ,20 for detail and 30 for footer.
    here is the sample file
    DDWTYBILL13092502572 1000000112\\NHLSFS\ORACLE\ORACLE\BILLING\VERIFY\            2013/09/25 01:19:08 BILLEND     
    DDWTYBILL13092502572 2000000212PRIVATE             PRIVATE             STY5572142     010700         INV                              12STYD000789                  02-AUG-20130000010472      STY       STY       1100611006MGIT                91  NNM    DIMPHANA,CN,CELESTE NERINA                                                                                                        09-JAN-1964                              TYG       A2        DR DU PREEZ                                                                                         5602181             63301345       TB731543                                           Suspect TB ?CA, (L) EMPIEEM                                           Ward A2                                           TYGERBERG HOSPITAL                                                                                  Z03.0                                                       Z03.9                                                          05-AUG-201305-AUG-201324-SEP-2013FEND    113.60
    DDWTYBILL13092502572 2000000312PRIVATE             PRIVATE             STY5572149     010700         INV                              12STYD000789                  02-AUG-20130000010472      STY       STY       1100611006MGIT                91  NNM    DIMPHANA,CN,CELESTE NERINA                                                                                                        09-JAN-1964                              TYG       A2        DR DU PREEZ                                                                                         5602181             63301345       TB731548                                           Empyema BPF                                                           Ward A2                                           TYGERBERG HOSPITAL                                                                                  Z03.9                                                       Z03.9                                                          05-AUG-201305-AUG-201324-SEP-2013FEND    113.60
    DDWTYBILL13092502572 2000000412PRIVATE             PRIVATE             STY5572351     010700         INV                              12STYD000789                  02-AUG-20130000010472      STY       STY       1100611006MGIT                91  NNM    DIMPHANA,CN,CELESTE NERINA                                                                                                        09-JAN-1964                              TYG       A2        DR DU PREEZ                                                                                         5602181             63301345       TB731584                                           Suspect TB ?EMPIEEM, ?CA                                              Ward A2                                           TYGERBERG HOSPITAL                                                                                  Z03.0                                                       Z03.9                                                          05-AUG-201305-AUG-201324-SEP-2013FEND    113.60
    DDWTYBILL13092502572 2000000512PRIVATE             PRIVATE             STY5572352     010700         INV                              12STYD000789                  02-AUG-20130000010472      STY       STY       1100611006MGIT                91  NNM    DIMPHANA,CN,CELESTE NERINA                                                                                                        09-JAN-1964                              TYG       A2        DR DU PREEZ                                                                                         5602181             63301345       TB731585                                           Suspect TB ?EMPIEEM, ?CA                                              Ward A2                                           TYGERBERG HOSPITAL                                                                                  Z03.0                                                       Z03.9                                                          05-AUG-201305-AUG-201324-SEP-2013FEND    113.60
    DDWTYBILL13092502572 2000000612MAJOR               MAJOR               STY5577530     010700         INV                              12ZTYG000009                  02-AUG-20130000010472      STY       STY       1100611006MGIT                91  NNS    ZOZI,S,SIYAMBONGA                                                                                                                 27-MAR-2010                              TYG       D3        DR MAHOMED                                                                                          5602181             113799662      TB731663                                           Lymphadenitis                                                         Ward D3                                           TYGERBERG HOSPITAL                                                                                  I88.9                                                       Z03.9                                                       H1 07-AUG-201307-AUG-201324-SEP-2013MEND     58.52
    DDWTYBILL13092502572 2000000712MAJOR               MAJOR               STY5577537     010700         INV                              12ZTYG000009                  06-AUG-20130000010472      STY       STY       1100611006MGIT                91  NNS    DLAMINI,N,NTLANTLA                                                                                                                09-OCT-1976                              TYG       F1        DR WZESE                                                                                            5602181             135524676      TB731666                                           Suspect TB                                                            Ward F1                                           TYGERBERG HOSPITAL                                                                                  Z03.0                                                       Z03.9                                                       H1 07-AUG-201314-AUG-201324-SEP-2013MEND     58.52
    DDWTYBILL13092502572 30003034120000003032END

    You can create an nXSD using Native Format Builder and use lookAhead attribute to read values at specific position and use that as the choice. You can find an example here
    http://docs.oracle.com/cd/E11036_01/integrate.1013/b28994/nfb.htm#BGBBAJFD

  • Rejected records into different Table.

    Hi ,
    I have a .ctl file and .txt file. for the normal scenario, I use SQLLDR to load data into my table using ctl file and all rejected records will be sent to bad files. But I wanted all the unloaded or Bad records into different table.
    do we have any attributes in sqlldr to accomplish this?
    Regards
    Bala.

    Bala,
    You can load bad file (rejected records) in different table with all the column defined as varchar2 using sqlldr or external table. But you have to defined another table with all the columns as varchar2 and load it up using a different sqlldr control file, you can also consider using external table to load bad file (bad records).
    Regards

  • Can I copy recorded programmes  from my sky box to my iBook ?

    Can I copy recorded programmes  from my sky box to my iBook ?

    Hello,
    I doubt you can find a connection to go between the iBook and Sky Box.
    Unless the Sky Box is Wireless  and you can connect to it via your iBook network settings.
    Even then, what playback software would be available for your PPC iBook to play back these programs.
    Does Sky even permit programs being copied from their boxes to computers?

  • SAP transaction code DB02 is showing one week old records

    Hi,
    In our landscape SAP transaction code DB02 is showing one week old records.
    We want the same records to get displayed in DB02 as the current date.
    Please help us to achieve the same.
    Regards,
    Ashutosh

    Hi,
    check whether background job SAP_COLLECTOR_FOR_PERFMONITOR running successfully or not.
    check Note 966309 - Contents of table TCOLL in SAP_BASIS 700
    Please u  need further any doubt Note 1002840 solved the problem
    Regards,
    K.Ramamoorthy

  • ALV- Copy Record option

    Hi,
    I have created a ALV grid using OOP abap, were i can add/delete new records. When trying to COPY RECORD , the Quantity fields value gets doubled in the copied record.
    Could anyone help me out on this problem?
    Thanks

    Hello Vasudeva,
    I don't think there's any special coding to make the filter appear. In fact, you have write code if you <b>don't</b> want it to appear.
    Please check your code to see if you have excluded it by mistake.
    Regards,
    Anand Mandalika.

  • Copy Record Issues

    I'm working on a link for Lead copy, and most of the fields are copying just fine with a few exceptions - the Primary Phone Number, Fax and Cellular Phone don't copy. The source code on the new Lead shows the phone as the following - "&LeadCreateEditForm.Work Phone &#35;"
    I've removed the # sign from the label of Primary Phone and replaced it with the word "Number", but obviously this is just the label. Does anyone have any suggestions about how to get that phone numbers copied?
    Also, picklists seem to be a problem also... when I add more than one picklist mapping only the first one gets copied. i.e. when I map &LeadCreateEditForm.M/M=%%%M/M%%% Mr. or Mrs. gets copied fine but when I add an additional picklist field like &LeadCreateEditForm.ZPick_0=%%%plCompany_Type%%% then it no longer populates? Any ides on this onje?
    Thirdly, I have some cascading picklist that need to be mapped/copied as well...is there anything tricky there?
    Thank you.

    Just as an FYI Copy Record will be coming out in R17

  • How to copy page from different workspace?

    hi guys,
    can anybody tell me how to copy page frm different workspace..??
    thxs
    regards,
    Kumar

    Firstly sorry if my handle appears as User10390457, I've changed it but it takes a little time to update.
    Kumar,
    You should import the entire application from where you want to copy the page into the workspace where you want to copy the page to. You will have to change the workspace id (called 'p_security_group_id') to the workspace id that you're importing into, in the export file. You will also have to assign a different application id when you're doing the import. Thereafter you can copy the page using the normal copy function in Apex.
    I hope this is clear enough.
    Good luck.
    Vis Naidu

Maybe you are looking for