How to see changes in DB at another comp?

When starting the same appliction on several comps I don't see changes in tables made by the same user on another comp unless I restart the application. F5 doesn't help. I see changes only if I make changes myself. As I understand Commit-operation makes me see changes made by other users. What can I do? I can make Commit every time I choose the row. But it makes the app slowly and sometimes I don't need Commit.
Studio Edition Version 11.1.2.4.0

Hi user,
I see changes only if I make changes myself. As I understand Commit-operation makes me see changes made by other users.
yes. if you commit then only changes made unless it dont made.
What can I do?
you should commit.
I can make Commit every time I choose the row.
no need to choose the row. just hit commit. Transaction Control Lanaguage 1.Commit. 2.Rollback I hope you about it.
well come to ADF Commit/Rollback is for Application Module (i.e) entire transaction. not for any single row.
But it makes the app slowly and sometimes I don't need Commit.
here. what you mean slowly? if you dont commit nothing will be went to the db. then how others check it out the your changes.
better you can leave your usecase. get into deeper.
thanks.

Similar Messages

  • HT1918 How do i change my username to another when they both have accts with itunes one is on my computer and one is on my ipad? Two different e-mail address that are both mine....so how do i make one acct for both?

    How do i change my username to another when they both have accts with itunes one is on my computer and one is on my ipad? Two different e-mail address that are both mine....so how do i make one acct for both?

    If you selected open a new Apple ID account, go back a step and enter use existing Apple ID.
    You will have to set up a separate iCloud account or your iPads will mirror each other.

  • My slide presentation (with sound) is done. How can I change one song from another?

    My slide presentation (with songs) is done. How can I change one song from another?

    Do you still have your Aperture Slideshow project? Then open the slideshow and select the one of the green audio file clips in the film strip that you want to replace. Press the "delete" key and drag another audio file from the Media Browser directly onto the slide, where the sound should start.

  • How do i change my iPhone to another iPhone using the same sim but keep all my photos ands everything?

    How do i change my iphone to another iphone using the same sim but keep all my photos and everything?

    Old Phone to New Phone
    http://support.apple.com/kb/HT2109

  • HOW TO SEE CHANGES MADE IN VKOA SETTINGS

    Hi,
    Can anyone tell me how to see the changes made in VKOA settings.I think some one has changed the G/Ls in my VKOA settings.I want to see the who has made the changes and when and all details regarding it.
    warm regards
    Somnath Chatterjee

    Dear somnath
    In VKOA, double click any Tab which you normally make use of it.  Now on top choose "Selection - Deleted Entries".
    Thanks
    G. Lakshmipathi

  • How to see changes in database made by other users

    If few users are connected to one database what should be done that all users could see changes (updates, inserts) made by one of them?
    I have set conn.setTransactionIsolation(Connection.TRANSACTION_READ_COMMITTED);
    and statement = DatabaseConnection.conn.createStatement
    (ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_READ_ONLY);
    but phrase dmd.othersUpdatesAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE) returns false.
    I will be grateful for any help

    I was thinking about it, but the possibility of of
    refreshing data without users beinig involved and
    only when it is needed Something of a contradiction. If the user is not involved then you don't know if the information is needed or surplus to requirements.
    seems more elegant to meOn the contrary - it's an architectural kludge. Solutions of this type are fragile. This may be acceptable in return for an improved user experience, but you need to weigh this particular improvement against possible degradation elsewhere as a result of it.
    Databases are designed to be queried. You're trying to have the database notify you. Given this you will have to trade some quality in return for the feature you're after.
    Note also that transactionality is pretty much about avoiding the scenario (views on incomplete or conflicting transactions) that you're seeking. Given how much effort goes into avoiding this are you absolutely sure you've thought through the possible consequences of it? What about transactions that get rolled back and thus (effectively) never occur, for example - should your users be able to see these?
    So, your trade-offs are:
    Polling - Pro: gives you the behaviour you ask for. Con: Fragile, may cause performance problems, possibly unwise for business reasons. Have you performed usability testing (http://useit.com/) to ensure your users actually need this?
    Manual updates - Pro: reliable, performant, ACID. Con: Not the dynamic behaviour you ask for.
    There are two other possibilities which have not been discussed. I mention them for the sake of completeness, but I don't recommend them.
    Database Notification - Pro: as manual. Con: not a portable solution; if possible at all you will need to take advantage of database specific features such as triggers and Java stored procedures. Adds considerable complexity to the database layer and thus requires alert and informed DBAs (worth their weight in gold).
    Application Notification - Pro: portable to some extent. Con: agnostic about updates occurring outside your application. Requires a solid architectural base to be robust.
    (edit: after re-reading the OP, I'm not sure if he does or does not want to see incomplete transactions; disregard those points if he doesn't.)

  • How to see changes to a general ledger account?

    Hi,
    Is there a transaction code how I can see changes to a general ledger account?
    Best regards,
    Eric

    FS04 / FSp4 / FSS4

  • How I can change my plan for another skype more mi...

    how I can change plans and one that has more minutes?

    Change Account https://forums.adobe.com/thread/1465499 may help

  • How to see changes in production order...w/o using OCM...

    Hi
    As far as i know without OCM; we can't see changes made in terms of quantity, dates in production order
    But is there any alternative way, table or something which shows me changes made in atleast either of two i.e. quantity / dates for a production order
    Please give some hint....
    Rgds
    Edited by: Vicky Khabrani on May 9, 2008 6:37 AM

    Hi Pradeep
    Thanks for your reply....So this means there is no way out....
    By the way in COOIS; where can i see below things...I can't see them.......
    Choose following field from "Choose field option"
    Changed on
    Changed at
    Last changer.
    I guess something is wrong....Above fiels are not appearing in COOIS
    Rgds

  • How do I change a color to another in a bitmapData image?

    Let's say you have an image of a cartoon human that is wearing a blue jacket with white sleeves, blue shoes, and grey pants. Brown hair and biege skin tone.
    (My project actually has 1300 of these images - 325 are blue cloths, 325 are red cloths, 325 are green cloths, and 325 are purple cloths)
    I am having a major problem with file size and memory usage due to all the images, so I have been asked to see if there was a way I could programmatically change the clothing color... this way we can use any color we want, and only have 325 base images.
    I have been trying to play with color matrix filter and color transform, but I can't seem to get the hang of it
    Is there a way I can extract only the "blue" colors from the image and do a hue shift on it to the color that I want it to be without effecting the non-blue colors?
    My idea was something along the lines of:
    Copy the "blue" color channel, hue shift it, then merge it back into frame....

    Oh boy... this seems to be an issue with your manager wanting it done 'NOW' rather than 'CORRECTLY'.
    For my original statement to work, the clothing would have to be seperated from the people - as per your suggestion to them - which would make your lives a whole lot easier.  The problem with hue shifting the entire image is --> it will hue shift the entier image = all colors, and that may not be the best solution in your situation.
    I would suggest replacing the pixel color (eg. getPixel32 and setPixel32 for the size of the image) but it seems that the shoulders and shoes have a darker color tone than the rest of the body.
    Secondary solution:
    Import one of the image into Flash and do a bitmap trace of the image. 
    Seperate the clothes and people there. 
    Add the clothes as a new movie clip and change the color on a few frames 5 or so different colors (so its not too much work)
    Show them an example of how 'easy' it is to change the colors CORRECTLY when the images are seperate (even in the same file)
    The secondary will give them the 'all in one file' they requested... and also give you solid grounds for convincing them to change the graphics.
    Hope this helps.  Other wise... its a long not so nice solution which will go over budget because they did not plan for this before they made the graphics.

  • How to see changes in all BOM" s under plant for a period ?

    Hi Gurus,
    i want to see the list BOM's which was changed with in period and the details of changes like Quanity and user names who have done the change.
    Regards,
    mahesh.

    HI Mangalraj,
    Thank You For the response, My Client Is asking For a report Where We can Get details Of BOM list under a plant which have Gone Under changes with in a specific Period. Plant level Of .
    Ex; in the plant 1111 we have some  200 no of  BOM s . some users have changed 30 different BOM in a Month. how can i get list of BOMs which gone under Change (Header and Item level) changes.
    i have taken  Plant wise BOM no and passed it to STPO and get the details , but in STKO the Fields are showing as CHANGEDBY, CHANGEDON,but i am not able find the changes happen.
    EX:  base quantity  of header material was changed from 1 to 2 by a abcd user in 01.01.2014.
    by using STKO we can see the user name and changed date but i am not able find the change details.
    Please help me how can i develop a report to extract data of BOM changes based on input of plant and date range.
    Thanks in Advance...........
    Regards,
    Mahesh.

  • How to see changes in my ini-file of Types palette

    I added new .ini file into Types palette. When I am exiting from Teststand it asks me to save modified ini-files. How can I see what changes are made to this ini file? Now I see only *mark before my ini-file in Types palette but can't see what are the changes.
    BR,
    Jick

    Jick wrote:
    If I add my own ini-file to Types palette *mark appears after the name. When I close TS it asks me to save it althougt I have not done any changes. Why?
    BR,
    Jick
    It's either because of type conflict resolution (i.e. newer versions of types are already in memory that are contained in your file), or it could be because your file is from an earlier version of teststand and thus required conversions in order to bring it up to date. There is a setting in newer versions of teststand to customize the "marking as modified" behavior. In the Station Options->File tab, there is a setting, "Do Not Mark Files as Modified if Modification is Caused Only by Automatic TestStand Version Upgrade", which you might be interested in using.
    Hope this helps,
    -Doug

  • How To See Change Log For A Table Entry

    Hi Experts,
    One entry is created in a table. I want to know, when that entry was created/ changed.
    Is there a way to find it out.
    PLZ NOTE: Table doesn't contain any DATE field.
    Regards

    Hi,
    or else do like this...
    In order to maintain the log changes the main pre reuisite is to checkmark the checkbox in dataelement of table filed.
    To do this...
    goto transaction SE11>enter ur table name>cleck on fields tab>cleick on dataelement->click on Furthercharacterstics tab-->select the checkbox'Change Document'.
    If u dont select dis the u cannot see the log entry of the particuylar field..Do like this for each dataelement for each table field...selecting all the fields is not mandatory..u can choose the table field u want to see the log report..
    Once u done with dat...
    Goto SCDO transaction> click on create>give a name change doc startwith Z or Y only>Follow the prodedure and in-->name of table field>enter u r TABLE NAME->click on individual field checkbox.--->insertentries..
    Once u done with dis..
    Goto SE16->enter CHDIR or CDPOS->press ENTER->enter u r object id>F8
    U can see the new and old value of a table entry.....

  • How can I change Apple ID to another email

    My Apple ID is my old email address  with Charter.  I no longer have Charter service and want to change ID to my AT&T email;  it is already a verified alternate email.  When I try to edit and make the change it says that the AT&T email is already in use?  Any ideas?

    I would suggest first of all that you change your apple id to a permanent service, not one that is attached to any contract you're under or job you have. It's best for your apple id to be a google, hotmail, or other free, permanent service that won't be affected by job changes or you moving or anything like that.
    If it's saying that your at&t email address is already in use as an apple id, you need to look it up via iForgot to see if it is in fact already an apple id. If it is, you obviously can't use it.

  • How do I change my ipod to another computer?

    My computer crashed and I purchased a new one. How do I take all of my music off my ipod and put it on the new computer? Any help please!

    Welcome to Apple Discussions!
    There are a few options available...
    MacMuse: Computer Crashed
    YamiPod
    If you want to take the software route instead of doing it manually, you can use YamiPod (the one I posted above), or you can use other software. Search the internet via Google for some more options.
    btabz

Maybe you are looking for