Exclude some columns during TDMS transfer

Good morning.
We need to exclude some columns during our TDMS transfer.
For example, we have a table with 10 fields at the sender, we only need 8 fields to show up at the receiver.
I have reviewed all my TDMS documents and TDMS on-line help but found no info about  this.
Did any expert do similar thing before?
Thanks!

SAPUSERSS wrote:
> We need to exclude some columns during our TDMS transfer.
> For example, we have a table with 10 fields at the sender, we only need 8 fields to show up at the receiver.
> Thanks!
Hello ,
Another potential workaround could be to use Scrambling rules for such fields
and in the scrambling logic force the fields values to SPACE so that in the reciever those fields (Columns) are not transferred
with any data.
Cheers..!

Similar Messages

  • Exclude GUID field from tables in tdms transfer.

    Hi,
    We have been asked chek whether it is possible to exclude GUID fileds from tables in TDMS ERP data transfer.
    We ran data replication from ECC to CRM in out pre-prod system, replication populated the CRM GUIDs in ECC. We are going to use pre-prod as sender system for TDMS transfer. GUID field is part of the corresponding object table so the receiver system tables also populated with GUID. What we don't know is how replication behaves when the GUIDs are already populated.
    As I know there is a way to set the GUID filed to NULL value in tdms transfer using scrambling rule. The only concern I am having is how this could affect the ISU data in other tables.
    Please share your opinions on this.
    Thanks
    Praveen.

    The "GUID fields" are used to normalize the data and is the key fields for all CRM applications. If you don't transfer those the system will be "empty" because data relations cannot be found.
    Markus

  • Some images don't transfer from RH8 to the Word output

    Why is it that some images don't transfer from the RH8 file to my Word output when I generate?
    They do transfer to the Flash Help, but not to Word.
    Some of them are small images - just shots of icons or tools - and others are quite a bit larger.
    It takes me at least another hour to format the Word document after the output.

    Hi Patti,
    I have had similar problems of images "softly and suddenly vanishing away" during export from RoboHelp to Word. I never really solved the problem, but I did find some useful tips.
    First you shouldn't embed your images; in the Printed Documentation Wizard you should select "Link to sub-directory"
    This has the advantage that lost images are now replaced by a small red cross -- easier to find when reviewing.
    Next, in Word, try Edit>Links. If you are lucky you will see something like this:
    Notice that some links have a Source File of ../Images; they are the ones I was missing. For some reason the path to the image file is moved up one level.
    I never found out why, but the workaround was simple: copy the entire Images directory and paste it one level higher in the directory hierarchy. A waste of disk space, to be sure, but it worked. The grabs above show Word2003 and RH8.
    Hope this helps,
    --- Derek

  • Workflow changing the status based some columns value

    OOB workflow SP  designer 2013
    The workflow purpose is change the status columns from
    COMPLETE to IN PROGRESS or from
    IN PROGRESS to COMPLETE according some columns value.. And if the change is from
    IN PROGRESS to COMPLETE
    there will be change in some columns like
    If alertSOP Date <= today then change the status (Columns value) from Complete to In Progress and send email to the manager (the manager email address is a column (Manager Email)
    Else pause until the alert date=Today()
    If the status (columns) = in progress send Remainder email every 10 days
    If the status change from in progress to
    Complete (BY MANAGER MANUALLY) then
     last renewed Date =TODAY()
    Valid to Review=TODAY() + 4 MONTH
     Alert  Date=today() + 5 month
    and  Due Date=today() + 6 months
    AND START THE WORKFLOW AFTER UPDATING THIS COLUMNS FOR NEXT cycle
    SharePoint List(http://server/site/..) LIST ITEMS
    Department
    Contractor
    Division
    Manager Email
    Contractor last renewed Date
    Contractor Valid to Review
    Alert SOPReview
    DueDate Review
    Status
    Workflow Status
    ABC
    JONAH
    10
    [email protected]
    01/01/2014
    05/06/2014
    5/07/2014
    5/08/2014
    COMPLETE
    paused 
    DEF
    SMITH
    20
    [email protected]
    01/01/2014
    02/03/2014
    2/28/2014
    3/20/2014
    INPROGRESS
    INPROGRESS
    Note:
    The status is changed manually by manager from IN PROGRESS TO COMPLETE
    The status from COMPLETE to IN PROGRESS is changed by event or Triggers  (based the alert date) 

    The First Part are coded as follow
    (The workflow purpose is change the status columns from COMPLETE to IN
    PROGRESS or fromIN PROGRESS to COMPLETE according
    some columns value.. And if the change is from IN
    PROGRESSto COMPLETE there
    will be change in some columns like
    If alertSOP Date <= today then change the status (Columns value) from Complete to In Progress and send email to the manager (the manager email address is a column (Manager Email)
    Else pause until the alert date=Today()
    If the status (columns) = in progress send
    Reminder email every 10 days)
    Note:
    The first if Block work as expected
    the second if block generate error.. Internal States Canceled
    RequestorId: 3b262286-66e8-5f9f-09f8-3b09c5be0ebc. Details: System.ApplicationException: HTTP 400 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["1"],"SPClientServiceRequestDuration":["1997"],"SPRequestGuid":["3b262286-66e8-5f9f-09f8-3b09c5be0ebc"],"request-id":["3b262286-66e8-5f9f-09f8-3b09c5be0ebc"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 25 Mar 2014 21:25:35 GMT"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext
    context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)

  • How to Use COLUMN NOPRINT - need to exclude one column from Select *

    Dear Friends,
    I need to exclude one column from a SELECT * query. Everytime the column data type is BLOB, I dont' want it to be part of my SELECT. After googling I found some info about NOPRINT but it doesn't seem to be working in my case. May be I am using it incorreclty.
    COLUMN FILE_DESC NOPRINT
    SELECT * FROM FILES;
    Where FILE_DESC is of BLOB datatype.Can I use it in my SELECT or it has to be used in Dynamic SQL? Is there any other option to achieve this?
    Thanks in advance.

    Hi,
    COLUMN FILE_DESC NOPRINT
    affects all queries in the same SQL*Plus session (unless you cancel it with a COLUMN FILE_DESC PRINT command.)  It doesn't matter if those queries are static or dynamic.  As mentioned before, COLUMN is a SQL*Plus command.  If you using a different front end, then it may have a different way to hide specific output columns.
    Did you have a poroblem when you tried it?  Post a complete test script that the people who want to help you can use to re-create the problem and test their ideas.
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • In Forms Central/View Responses/Save as PDF, is it possible to exclude some form fields?

    in Forms Central/View Responses/Save as PDF, is it possible to exclude some form fields from the saved file?

    Hi,
    I would like to inform you that with forms central, you can convert the selected fields to PDF.
    However, your selection should be sequential. Example- You can convert column 1,2,3,4 and not select column 5; but it is not possible to select only column 2 and 3.
    Regards,
    Nakul

  • Excluding HR/PY for TDMS copy

    Before we implemented DMIS_HR it was possible to simply select or deselect HR data for the TDMS copy. Now it seems that this option is no longer available. I would therefore have to create scrambling rules and there are no predefined ones for Australia/NewZealand. It looks like a cumbersome task to me. Is there a way to still do a TDMS extract WITHOUT ANY HR data once the DMIS_HR package is installed?
    And if we refresh an existing target client, will this REMOVE all HR data in there?
    I basically have a target system that has everything we need but also has all the HR data. The requirement would be to remove the HR data and leave everything else in place. I would think this isn't possible without starting another extract but I figured I better ask first. Maybe somebody has done something similar in the past?
    Thanks

    Removing existing HR data from the current target client is not possible using TDMS.
    You will need to do a new execution of TDMS ERP package and it is still possible to exclude transfer of HR data from the TDMS data transfer. Applying DMIS_HR should not have any effect on the function to exclude transfer of HR data from TDMS transfer.
    Best regards,

  • HELP! brand new iMac froze during firewire transfer and won't start!!!

    During my setup for my brand new iMac I follwed the directions and connected my iBook via firewire to transfer my files. I noticed after a while that my iMac was frozen on "45 minutes remaining" and the blue line wasn't wavering a bit, and after over half an hour it hadn't moved. I powered off the iBook, and still nothing happened to the iMac screen--it remained frozen. I went to the guidebook and nothing seemed to work, so I powered off and on again, only to get a flashing question mark. All this and I just bought the darn thing tonight!
    Help! Anyone know what happened and more importantly how to fix it?
    Thanks.
    Lindsay

    it sounds like the iBook went to sleep during the transfer or at least it's hard drive spun down.
    what you need to know is hope that simply booting from your install DVD will let you repair the iMac's hard drive. You could also try booting holding down the Command S keys on startup and when you get to the Single User Mode command line prompt follow the directions there for running fsck to repair your hard drive.
    Do you have a FW hard drive? Can you copy files from iBook to FW and then from there to iMac?
    And, it is always nice to have a FW emergency/backup hard drive. The iMac needs a different partition scheme to be bootable from FW than the iBook does, but you can create the proper partition type etc from a Tiger Installer and put OS X on FireWire, then see if you can backup and repair your iMac's hard drive.
    MicroMat's TechTool Pro 4.5.1 is now shipping and is compatible, Universal Binary and bootable. Always good to have some 3rd party utility handy.
    If you are just starting out, you probably don't have much if anything installed yet, so you may want to just erase your iMac drive and restore to what it was. That would be the easiest if Disk Utility won't repair it.
    Instead of powering off the iBook, I would have tried to force quit whatever was running, like Migration Assistant.

  • Why does firefox 4 hang in some websites, during browsing on that site ? This never happened with previous editions.

    why does firefox 4 hang in some websites, during browsing on that site ? This never happened with previous editions. edit
    Details

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    Create a new profile as a test to check if your current profile is causing the problems.<br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]<br />
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"<br />
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Export_to_Excel_pkg - How to exclude some fields in the export?

    While it does generate an excel spreadsheet, it includes all the columns of my report even though I have conditions on most of them. I allow the user to select the columns he/she wants in the report. So I want the Excel spreadsheet to have the same fields as the report. How can this be accomplished?
    <br><br>
    I use APEX 3.0.1 not APEX 3.1 and I don't use a report server.
    <br>
    <br>
    Please help!
    <br>
    Regards,
    Robert

    I was able to create an Excel spreadsheet excluding some fields based on the column's condition. I accomplished this by modifying the Export_to_Excel_pkg package. I added a new procedure and modified an existing one (print_report_header). I bolded the area where I changed or added code.<br><br>
    FOR c IN (SELECT   column_alias, NVL (heading, column_alias) heading,
                       format_mask
    ,condition_type,condition_expression1,condition_expression2
                  FROM apex_application_page_rpt_cols
                 WHERE page_id = p_page_id
                   AND application_id = p_app_id
                   AND region_id = TO_NUMBER (LTRIM (p_region, 'R'))
      -- AND include_in_export = 'Yes'
    AND (column_link_text is null or
    (column_link_text is not null and
    UPPER(column_link_text)=UPPER(column_alias))
    )            -- and column_is_hidden = 'No'
              ORDER BY display_sequence)
         LOOP
    if upper(c.condition_type) = 'PLSQL_EXPRESSION' then
    export_excel_pkg.get_include_in_report(p_page_id
    ,p_app_id
    ,p_region
    ,c.column_alias
    ,c.condition_expression1
    ,v_include_in_report);
    if v_include_in_report <> 'YES' then
    goto next_field;
    else
    null;
    end if;
    else
    null;
            end if;
            v_number_of_cols := v_number_of_cols + 1;
            v_column_header_list :=
                    v_column_header_list || ';' || REPLACE (c.heading, ';', ' ');
            v_column_alias_list := v_column_alias_list || ';' || c.column_alias;
            -- apply column formatting
            IF c.format_mask IS NOT NULL
            THEN
               v_column_select_list :=
                     v_column_select_list
                  || ',to_char('
                  || c.column_alias
                  || ','''
                  || c.format_mask
                  || ''') '
                  || c.column_alias;
            ELSE
               v_column_select_list :=
                                   v_column_select_list || ',' || c.column_alias;
            END IF;
    <<next_field>>
    null;     END LOOP;
    The new procedure:<br>
    PROCEDURE get_include_in_report (
    p_page_id IN number,
    p_app_id IN number,
    p_region IN VARCHAR2,
    p_column_alias IN VARCHAR2,
    p_condition_expression1 IN VARCHAR2,
    p_include_in_report OUT VARCHAR2)
    AS
    v_condition varchar2(20) := 'PLSQL_EXPRESSION';
    v_query varchar2(32767);
    v_include varchar2(3) := 'NO';
    v_cur_hdl INT;
    v_rows_processed INT;
    begin
    v_query :=
    'SELECT ''YES'' '
    || 'FROM apex_application_page_rpt_cols '
    || 'WHERE page_id = :g_page_id '
    || 'AND application_id = :g_app_id '
    || 'AND region_id = TO_NUMBER (LTRIM (:g_region, ''R'')) '
    || 'AND condition_type = :g_condition '
    || 'AND column_alias = :g_alias '
    || 'AND ' || p_condition_expression1 ;
    -- open cursor
    v_cur_hdl := DBMS_SQL.OPEN_CURSOR;
    -- parse the query
    DBMS_SQL.PARSE(v_cur_hdl,v_query,DBMS_SQL.NATIVE);
    -- Supply binds (bind by name)
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_page_id',p_page_id);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_app_id', p_app_id);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_region', p_region);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_condition',v_condition);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_alias',p_column_alias);
    -- Describe defines
    DBMS_SQL.DEFINE_COLUMN(v_cur_hdl, 1, v_include, 3);
    -- Execute
    v_rows_processed := DBMS_SQL.EXECUTE(v_cur_hdl);
    -- Fetch a row
    IF DBMS_SQL.FETCH_ROWS(v_cur_hdl) > 0 THEN
    -- Fetch columns from the row
    DBMS_SQL.COLUMN_VALUE(v_cur_hdl, 1, v_include);
    -- Process
    ELSE
    null;
    END IF;
    DBMS_SQL.CLOSE_CURSOR(v_cur_hdl); -- close cursor
    p_include_in_report := v_include;
    end;
    <br>
    <br>
    I hope this helps others as well.
    <br>
    <br>
    Regards,<br>
    Robert

  • MacBookPro AirportCard  excludes some UK channels

    Initially when my MacBook Pro couldn't see wifi networks that other Mac and PC users could, I thought that my laptop was just less sensitive to the signals. But then at the building where I work, while everybody I asked got a strong signal from the in-house wifi network, it didn't even show on my MacBook Pro.
    At a cafe full of happy surfers, the café's network doesn't show on my MacBook Pro. At another café I manage to get online but after a brief sleep (the MacBook Pro, not me) the network doesn't show.
    It turns out that the airport card in my 17" MacBook Pro (bought in the UK and used only in the UK and Ireland) frequently changes to country codes other than "GB". These include "DE" and "AT" but most frequently it selects  the code "US" and therefore excludes some UK wifi channels.
    When at my apartment I can simply connect to my router by cable or keep my Airport Express on a US channel. 
    However, away from my apartment, when my Airport decides to set itself to "US", it is impossible to see or connect to some UK channels. As one cannot manually reset the Airport card to "GB" I have to carry my old PowerBook G4 with me as well in order to access the internet. It is both cumbersome and time-consuming to have to transfer images from my new MacBook Pro to my old PowerBook G4 just to be able to email them.
    That's not a solution. What is?
    Thanks
    dex

  • Zen goes blank during file transfer

    i own a Zen 32GB flash player, and recently it has been going blank and forcing me to reset when i try to transfer files using the mediasource organizer. it connects fine, is recognized, and i can ever browse it, but when i try to transfer files the player goes from a "docked" screen to a blank one, the organizer reports an error, and i have to reset the player. this occurs with different files, so the cause isn't a faulty file. i am running the most recent version of MSO, and the latest drivers and firmware. OS is XP?sp2.
    recovery mode cleanup also didn't help, and since the transfer rate is very slow i rather avoid formatting if i can.
    has anyone experienced the same problem? any help would be appreciated.

    'Re: Zen goes blank during file transfer. I have also experienced this same problem. I am currently using Windows 7 RC with Windows Media Player 2, but it was previously happening when running Windows XP SP3 with WMP.
    I have actually had my player replaced already since I had this same problem on my previous player. That started occurring after having had the player for around 4 months. On first occurring a reset and clean up from the recovery mode was enough to get it going again, at least for a week or so. It then started occurring more frequently and I was forced to format the device. Again this seemed to fix the problem initially, but after just a few days it got to the point where even that wouldn't get it working again, at which point I sent it back and received a new device.
    I've now had my replacement device for only a few weeks and it's started to happen again. I haven't yet resorted to a format, but a cleanup isn't working.
    From my observation it seems to be in some way related to general power issues with the device. When the problem occurs the screen goes off and the player isn't recognised by the PC, but the power light on the side of the device remains lit orange, so it hasn't actually turned off. I've also had ongoing problems, on both devices, where I often can't turn the player back on after either I've turned it off or it's gone through the auto power down after leaving it on pause. In that case I also have to reset the device via the side button, and then wait a few minutes for the library to rebuild.
    I too would appreciate hearing from anyone who might be able to provide some help with this problem, because my initial workarounds as described only work for a short period of time and I would prefer not to have to send it back a second time.

  • Need some blogs for TDMS BPL

    I did many TDMS activities except BPL which I feel very challenging.
    Can anybody help provide some info on TDMS BPL?
    Thanks!

    Hi,
    You must try the new version of TDMS BPL with TDMS 4.0.
    We've very friendly model designer named BPL Modeler. You can view the details of standard BPL objects and you've the option of creating new BPL objects as well copying and extending the standard BPL object.
    You can find the documentation regarding BPL in the guide
    "SAP TDMS 4.0: How to transfer Business Process Library"  at below link
    https://websmp104.sap-ag.de/tdms
    In case you have any specific question, please post here...
    Regards,
    Rupam

  • Win 8.1//Recover error at fourth supplemental disc//Detect some error during PININST_BBV.

    Hii Team,
    Please find the product details for your need full:-
    Product number: F6C57PA#ACJ
    Product: HP ENVY TouchSmart 15-j109tx Notebook PC (ENERGY STAR)
    Issue- recovery attempt has failed select one of the three buttons.
    Below is the error log in the notepad:-
    [13:34:51.78] ChkErrBB.CMD :  Detect some error during PININST_BBV.
    [13:34:51.78] ChkErrBB.CMD :  Check c:\system.sav\logs\BurnBootWarn.log
    [13:34:51.78] ChkErrBB.CMD :  or, check c:\system.sav\logs\BurnBootMerge.log
    Tss to isolate the issue:- Bios updated no go, bios defaults no go, checked with another set of rcds but same issue on the fourth discs on different dvd's also.
    RCD kit Part#:-
    749548-D62
    749549-D62
    749550-D62
    752228-B22
    Error Comes at recovery dvd:- 752228-B22.
    HP Experts kindly intervene with the case for a way out from the issue asap.

    This is NOT official HP Customer Support and I, as most other persons on this forum, do not work for HP. This is a peer-to-peer user supported forum for HP consumer class products. HP maintains no official presence on this forum and it is unlikely that HP will respond in an official capacity. Any reply from a HP employee represents their own opinion and not that of HP's.
    Please see HP Forum thread Recovery - "Detect error during PININST_BBV – Fix: Set BIOS to Factory Defaults;
    1) Boot computer – immediately click / press F10 to get into the BIOS Manager.
    2) Press F9 to set the BIOS to factory default.
    3) Press F10 to "Save and Exit"
    4) Redo the Recovery – remember to leave the wireless light “on” during the Recovery
    Other thing to try: don't use the supplemental disc... set the system date in BIOS to 2012... run "Minimized Recovery" instead of "Factory Reset"
    I currently have the same issue with my HP 15t-j100 CTO and HP 13 Split x2 (both on loan from HP). I have tried various fixes/solutions posted on the forum, but haven't been successful in recovering my computers. In both cases I an using a USB Flash Drive set up as HP Recovery Media. It appears you are using an external CD/DVD drive and 4 DVDs as your HP Recovery Media. My computers display a "Restoration Incomplete" dialog box and CTOERROR.flg displays;
    Please contact HP in your country / region, via the HP Worldwide Support Portal, for official HP assistance.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Printing dunning notices using SMARTFORMS,error during parameter transfer

    Hi Friends,
                    I face a error message "Include text ZGA_DUN_HDR does not exist (object TEXT, ID ST)" when i run the dunning run.
                    I had searched every node for text ZGA_DUN_HDR in the smartform,I didnt find the text in it.
    However when I execute the smart form for print preview an error message "Printing dunning notices using SMARTFORMS,error during parameter transfer".This error i believe is due to wrong parameter passing in the fm 'GET_SF_DUNN_DATA'.It raises an error no_parameters_found.All parameters are passed correctly.
                    Can you guys help me out.
    Edited by: RAJIV KAUSHAL on Nov 14, 2008 6:03 PM

    you can create this text ZGA_DUN_HDR  in SO10 tcode and try ...

Maybe you are looking for

  • How to automate the functionality of Oracle Mobile - Thick client  USING  OATS

    Hi Guys , We have a Oracle Mobile - Thick Client installed  on a windows 7 machine and  when used OATS  its not recognizing  the way to automate. the attached is the snap shot . Please advise the way or protocol to automate the Oracle Mobile. Thanks

  • 11.1.0.7 SPM is not functioning

    Hi all, I'm relying on SPM to control plan change. But it's found that the SPM cannot deliver what it promises to achieve, resulting in performance regression. The SQL Txt driven from application cannot be amended. The explain plan complains about th

  • Quick Time files out of date

    Any time I start itunes or use the Apple site, I get a pop up stating "Some of your Quick Time software is out of date. You can fix this by updating to the latest version (then choices of: 'Cancel', 'Do it now')". If I select 'Do it now', I get a sec

  • Hello and Welcome!

    Welcome to the Anglepoint vendor page! We are pleased to participate in the Spiceworks IT Pro community and to offer expert advice.Anglepoint is a global professional services firm delivering high value services to Fortune 500 companies and others in

  • Do I use same oracle account on 2 cluster nodes cause problem?

    Do I use same oracle account on 2 cluster nodes cause problem? If I use same oracle account on 2 cluster nodes running 2 database, when failover happens, 2 database will be running on one node, does 2 oracle account make SHM ... memory conflict? or d