Recent content by MARC47MARC47

  1. MARC47MARC47

    Function in Version 7 vs Version 6

    It's relaly great that Version 7 have a lot of good change especially the Graph function. Now I can easily figure out the sales credit weekly. By the way, There are some Good function in Version6 but dispear in Version 7. 1.In version 6 I can easily hide Browser and Template window by press...
  2. MARC47MARC47

    A Big Suggest!!!

    I always have many opened sql editor in the same time with no saved file. I always need to reboot the computer for a file, however I don't want to save the sql editor by each one. I usually use task manager to terminate the SQL Developer Session, so I can keep the sql window script without...
  3. MARC47MARC47

    about Explain Plan

    I run the explain plan with select statement with cursor variable in SQL Window. The explain plan run the explan successful. However, I run the explain plan with delete statement with cursor variable. The explain plan can explain it. I think it's because in select statement The SQL window...
  4. MARC47MARC47

    Another suggest !!!

    I have a suggest. I always need to change the view between "Single record view" and "Multi record view" in SQL window. I need to change the view to see whaht the column name or more data between records. I have a suggest that add at less more than one records in "Single record view", So that I...
  5. MARC47MARC47

    A QBE bug!

    I use this this sql to query data: ================================================= SELECT otta.TRANSACTION_TYPE_ID AS "TYPE", otta.* FROM OE_TRANSACTION_TYPES_ALL otta ================================================= The QBE return this SQL...
  6. MARC47MARC47

    A suggest !!!

    #1 is what I mean. #2 I had Send a Email with a picture to show up what I mean.
  7. MARC47MARC47

    A suggest !!!

    I Try PLSQL Developer for Oracle ERP, It's a VERY POWERFUL tool to me. Here, I have a little suggest. 1. Add "quick filter"(like Toad 80 in Schema Browser) for browser, because I always have too many tables in my own filter setting. If I have a quick search, I can find my table quickly. For...
Back
Top