How to automatically update marked table

Hi Friends,
I am using Oracle SQL Developer and want to set the in Preferences menu that my actual selected and viewed database table is marked automatically in Connections/Tables menu.
How can I set this function in Oracle SQL Developer.
Br,
Ugur

There is currently no way to do this. I think it could be quite useful. You can raise an enhancement request in the SQL Developer exchange.

Similar Messages

  • Reg: How to automate updation of tables between two oracle DB Instances

    Hi All,
    I have a requirement to auto update the tables between two oracle database instances. What are the possible solutions to handle this kind of situations.
    Please help me out in identifying the correct solution.
    Thanks in advance :)

    The possible solutions are outlined in the distributed database documentation
    They are
    a) trigger (6.0 and higher)
    b) advanced replication. Creates triggers on every table. Requires every table to have a primary key (8.0 and higher)
    c) Streams (Uses logminer, has no impact on table. Requires every table to have a primary key, or supplemental logging will be used. (9.0 and higher)
    d) Change Data Capture: superset of Streams (9i and higher).
    If you don't require realtime updates you don't need c or d. b is difficult to manage. Using a) the source db can potentially have to wait for the target db to complete it's transaction.
    Sybrand Bakker
    Senior Oracle DBA

  • How to automatically update products and product categories?

    Hi friends
    How to automatically update products and product categories.Is it possible?
    regards
    venkat

    Hi,
    The delta load does not work for product categories but only products.So to bring in the new product categories into SRM you will need to start the load of the object DNL_CUST_PROD1 again.
    The CRM middleware allows the following two methods for replication.
    -Initial loads:
    Launched manually (R3AS), the objects (customizing or business) are replicated between SRM and R/3, according to the filters you've put on the object (R3AC1 for Business objects like MATERIAL, R3AC3 for customizing objects like DNL_CUST_PROD0 and 1).
    -Delta loads:
    This option is only possible for Business objects, which is the case of MATERIAL.
    With this option a daemon is launched between the 2 servers. Every modification made on an object on SRM or R/3 is transfered as soon as this object is contained in the filter retrictions (creation and/or modification). this is done through transaction R3AC4.
    Also refer the foll thread:
    Material group from R/3 to COMM_CATEGORY (SRM)
    Related notes : OSS notes 872819 and 720819.
    BR,
    Disha.
    DO  reward points for helpful answers.

  • How does one update Std Table EDIPHONE(there is no Table Maintainance)?

    How does one update Std Table EDIPHONE(there is no Table Maintainance)?
    Regards,
    Shashank.

    You should not update the standard database table directly.
    through the partner profile tcode: WE20 you can update the table EDIPHONE.
    u can choose required partner profile in the WE20, select the tab 'Telephony', and update the data, the table EDIPHONE will get updated.
    if you want to maintain this edi phone data for a particular message type/s then select inbound/output parameters and double clikc on it, go to last tab in teh screen 'Telephony',  and updated the required data.

  • How does SAP updates MKPF Table Through TCODE MB0A

    Hello There,
       how does SAP updates MKPF Table Through TCODE MB0A ( POST GOODS RECEIPT )? I tried to debug the same by posting GR, but could not figure out.
    Awaiting Reply
    Santosh

    Hi ,
    These are the table that are updated through the MB0A ,,
    DGESV DMAEX DMAKT DMAPE
    DMARM DMEAN DMKAL DMLAN
    DPROW DQMAT DUNGV MARA
    MARC MARD MBEW MFHM
    MLGN MLGT MPGD MPOP MVKE,
    MCHA, MCHB, MCHD.
    Regards,
    Bharani

  • How To Automatically Update  a Field in Table

    Hi.
    I have a table :
    PAYMENT_PERIOD
    ID char(10()
    DUE_DATE date
    VALID Char(1)
    In above table ID is customer's ID, DUE_DATE field contains date greater than Current Date and VALID field can contain either 'V' or 'I'. Initially when I insert row in table VALID is V and DUE_DATE is any date greater than Current Date.
    My Problem is
    When Due_Date becomes less than Current Date then VALID field should be automatically updated by 'I'.
    How can I do that?
    Thanks.

    Karthick_Arp wrote:
    978184 wrote:
    Hi.
    I have a table :
    PAYMENT_PERIOD
    ID char(10()
    DUE_DATE date
    VALID Char(1)
    In above table ID is customer's ID, DUE_DATE field contains date greater than Current Date and VALID field can contain either 'V' or 'I'. Initially when I insert row in table VALID is V and DUE_DATE is any date greater than Current Date.
    My Problem is
    When Due_Date becomes less than Current Date then VALID field should be automatically updated by 'I'.
    How can I do that?
    Thanks.Use a TRIGGER or even better have a custom Transaction-API to do the job.And what event causes said trigger to fire?
    From what we know so far, the only thing that makes the row "invalid" is the passing of time and the relation of DUE_DATE to SYSDATE. As John said, don't store VALID at all, just calculate it when needed.

  • How to Automatically update current months figure in 9ke5

    Hi all
    I am working on a report that will run in the background and then update the current month figure in 9ke5
    Such as for month October for plant xxx and profit center xxx
    I know all the necessary parameters such as the comp code, period year, controlling area
    Do you know which table the statistical key figures use?
    When i do f1 i see an internal structure
    Please let me know
    Cheers

    Karthick_Arp wrote:
    978184 wrote:
    Hi.
    I have a table :
    PAYMENT_PERIOD
    ID char(10()
    DUE_DATE date
    VALID Char(1)
    In above table ID is customer's ID, DUE_DATE field contains date greater than Current Date and VALID field can contain either 'V' or 'I'. Initially when I insert row in table VALID is V and DUE_DATE is any date greater than Current Date.
    My Problem is
    When Due_Date becomes less than Current Date then VALID field should be automatically updated by 'I'.
    How can I do that?
    Thanks.Use a TRIGGER or even better have a custom Transaction-API to do the job.And what event causes said trigger to fire?
    From what we know so far, the only thing that makes the row "invalid" is the passing of time and the relation of DUE_DATE to SYSDATE. As John said, don't store VALID at all, just calculate it when needed.

  • OWB: how can automatic updation  perform in staging database using OWB

    I am using OWB-etl to fetch data from source database and store to staging db.
    in target table operator i am using insert operation.
    it is inserting data fien.
    but my requirement is target database must be automatically updated with what ever modification made to source data base.
    can u pls help me how to achive this ?
    Thanks alot ...
    k azamtulla khan

    Hi,
    why do you want to do this using OWB, is it not easier to create a before/after insert/update trigger on source table so that your target table is updated automatically. You can benefit by using owb in scenarios where you need to transform and load data and then schedule this process and for the rest of it i would recommend using triggers for row level activities such as update.

  • How to automatically build a table with 2 alternated font colors for the lines ?

    Hi,
    I'm looking for a way to automatically build a table with alternate background color and alternate font color for the lines.
    I have this particular project (a list of companies of an industrial area) and it is updated twice a year :
    I managed to set an automated alternate background color of the lines so this works well (white/blue/white/blue...)
    But the font color does not automatically alternates... and I do not know how to set this up...
    All the companies are ordered alphabetically so when I have to insert or delete one, the whole text of the table under the modified line is messed up. Then I have unreadable white text on white background and blue text on blue background...
    Does anyone have an idea on how to automatically alternate the font color ?
    Thank you.
    Best regards,
    G.

    Hi,
    I know this [JS] code is awful but it works. If  someone wants to correct it …! 
    At the beginning, you have an Excel file. You play a little with it [doing concatenations] to get, after importing it in ID:
    Then, just run the .jsx:
    Done! 

  • Can anyone tell me (if possible?) how to automatically update itunes apps* on computer

    I hate having to go in and update manually, so if there IS a way, can someone tell me the steps to do an automatic update of my apps in itunes, I know it can be done on iphone/ipods, but just asking for how to set up itunes to open up and then automatically update APPS, I have it set to update podcasts music etc, but want to update the apps, if NOT possible, Okydoky... I have windows 7 and the latest version of Itunes 10.7.

    Currently there is no feature to allow your apps to update automatically in the background. Check for available updates > Update all is the best you can do.
    tt2

  • How to automatically update Java without notifications

    I just want Java to automatically update in the background - like Windows updates do.  Is such a simple thing possible?  If so, how?
    I understand that techies think it important to be notified.  However, I am not a techie, just a regular computer user who is annoyed by continual requests to update Java when I have no reason to say no.
    Thank you.

    Hello,
       There is no way for Java to be updated without some amount of user intervention. If you would like to forgo any dialogs, there is silent install, which requires that you download and run the installer from the command line. You can see more about the silent install here: JRE Installer Options
    -Roger

  • How can I Update the table so that....

    I have a table XYZ with values like
    x y
    1 null
    1 null
    1 null
    1 null
    2 null
    2 null
    3 null
    4 null
    4 null
    4 null
    I want to update my table so that the values for column y appears the serial no for the given x. The output would be like
    x y
    1 1
    1 2
    1 3
    1 4
    2 1
    2 2
    3 3
    4 1
    4 2
    4 3
    How can I write the Update statement?

    SQL> CREATE TABLE t (x INTEGER, y INTEGER)
    Table created.
    SQL> INSERT INTO t
         VALUES (1, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (1, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (1, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (1, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (2, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (2, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (3, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (4, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (4, NULL)
    1 row created.
    SQL> INSERT INTO t
         VALUES (4, NULL)
    1 row created.
    SQL> UPDATE t t1
       SET y =
              (SELECT l
                 FROM (SELECT ROWID rid,
                              ROW_NUMBER () OVER (PARTITION BY x ORDER BY NULL) l
                         FROM t t2)
                WHERE t1.ROWID = rid)
    10 rows updated.
    SQL> SELECT *
      FROM t
             X          Y
             1          1
             1          2
             1          3
             1          4
             2          1
             2          2
             3          1
             4          1
             4          2
             4          3
    10 rows selected.

  • How to automatic update necessary infotypes at the end in ISR framework

    Hi experts,
    I want to create a custom PCR scenario based on ISR framework. This scenario will transfer a person from one position to another position. In the normal PCR scenario, the final change of the person's infotype data is done by following-up functions which are defined in the scenario action boxes. These following-up functions require an administrator to login system then mannually choose one following-up function to make the update to the system data. I wonder if it is possible to let the system automatically update the backend system at the end of the execution of ISR scenario. The ISR scenario has a setting called 'Automatic Update', will this help? Or we need to add a step in the PCR workflow to do it? Thanks a lot.

    Automating those kind of updates is part of the new HCM Processes and Forms which is in fact a replacment for PCRs. I would look into that if you can.

  • How can I update the table with a single query for...

    I have a table with columns C1 and C2.
    C1 C2
    A1 null
    A1 null
    A1 null
    A1 null
    A2 null
    A2 null
    A2 null
    A3 null
    A4 null
    A4 null
    I want to update my table with a single query so that I would have data like
    C1 C2
    A1 1
    A1 2
    A1 3
    A1 4
    A2 1
    A2 2
    A2 3
    A3 1
    A4 1
    A4 2
    The updated column C2 has the values like serial no grouped on the column C1.

    SQL> create table mytable
      2  ( c1 varchar2(2)
      3  , c2 number(2)
      4  )
      5  /
    Tabel is aangemaakt.
    SQL> insert into mytable (c1)
      2  select 'A1' from dual union all
      3  select 'A1' from dual union all
      4  select 'A1' from dual union all
      5  select 'A1' from dual union all
      6  select 'A2' from dual union all
      7  select 'A2' from dual union all
      8  select 'A2' from dual union all
      9  select 'A3' from dual union all
    10  select 'A4' from dual union all
    11  select 'A4' from dual
    12  /
    10 rijen zijn aangemaakt.
    SQL> select * from mytable
      2  /
    C1                                     C2
    A1
    A1
    A1
    A1
    A2
    A2
    A2
    A3
    A4
    A4
    10 rijen zijn geselecteerd.
    SQL> merge into mytable t1
      2  using (select c1
      3              , row_number() over (partition by c1 order by null) rn
      4              , rowid rid
      5           from mytable
      6        ) t2
      7     on (t1.rowid = t2.rid)
      8   when matched then
      9        update set c2 = rn
    10   when not matched then
    11        insert values (null,null)
    12  /
    10 rijen zijn samengevoegd.
    SQL> select * from mytable
      2  /
    C1                                     C2
    A1                                      1
    A1                                      2
    A1                                      3
    A1                                      4
    A2                                      1
    A2                                      2
    A2                                      3
    A3                                      1
    A4                                      1
    A4                                      2
    10 rijen zijn geselecteerd.Regards,
    Rob.

  • How to automatically update InfoPath Form fields(Design) when a new Column is created in SharePoint list?

    Hi All , 
    We have a scenario to automatically update the Infopath form(List Form) fields(Field Name and Control) when ever a new Column is created in the SharePoint list. Is it possible to do this? any options or suggestions?
    Thanks and Regards,
    Nandini

    Hi Nandini,
    I am not very sure will this be going to help you. Ideally, it's not so easy to communicate with infopath using object model. But still you can give it a try using below link :
    http://social.msdn.microsoft.com/forums/sharepoint/en-US/00125fdc-2115-47ea-8e8b-1ca9e5942f83/update-infopath-form-field-in-event-receiver
    I think the above solution is trying to update the field. Addition to that you can try creating a field and control.
    Let me know if it helps  !!
    Thanks

Maybe you are looking for

  • XMLSocket onData Issue

    I am trying to narrow down a bug in an application that utilizes the XMLSocket class. I have reduced it to the following code below. Is there such a scenario that practically simultaneous messages sent from a server would cause 'false' to be traced m

  • Sharing - do contributers need own Adobe ID

    Hi, I've looked for what should be an easy answer - but I'm just not finding it. I log into my Adobe Forms Central using my Adobe ID - the same Adobe ID that allows me to access the company licensing etc. I don't want to give this user info out to an

  • Customer exit for post_popup

    Hi, I've created a BEx query and added a variable MCE9004 in field Ref.org.unit and this variable is mapped to a customer exit code via CMOD step 2 (post_popup). Basically how I want it to work is, I will select an org.unit value e.g. org.unit = A1 i

  • On (press) problem

    Very VERY simple I have an on(press) command on a button as follows on (press) { _root.MC.visible = false; simple right? but my MC does not dissapear. My insatnce is named correctly. This is the exact same code I used in another Flash file and that o

  • "access denied" message on tomcat

    i have downloaded jakarta tomcat, set classpaths etc, set JAVA_HOME environment and CATALLINA_HOME environment. Catalina connects, but the J2sdk1.4.1_01 reads back in MSDOS "access denied". I have a personal firewall "Zone Alarm" and do not think it