Data tab returns data differently in different instances of SQL Developer

On my instance of SQL Developer, when I click on the data tab, the data is returned immediately via a select * table query, but on one of the machines of my developer, when she clicks on the data tab, Developer SQL executes a select query * table... order in...

The column it is order by is NOT indexed and the query takes a long time to return data.   We cannot understand where SQL Developer's store this particular query and associating it with the data on its instance SQL Developer tab.

Anyone can shed some light?

Right click on the grid, and then select "remove persisted settings...". »

Tags: Database

Similar Questions

  • Can't find "Data export" option under 'Tools' in 'SQL Developer?

    Can't find "Data export" option under 'Tools' in 'SQL Developer?
    How can I solve this problem?
    Thank you
    Siva

    Hello
    on the Tools menu, you will see "Unloading of database" option. That's what you're looking for (the 'Export' label has been changed to "Unload".
    I hope this helps.
    R / Zaf

  • Insertion and extraction of data from a database by USING SQL Developer al32UTF8

    Hi guys,.

    Before I post my questions, I think it's better for me to give you guys my first understandings so that it is easier to understand where / if I have gone wrong...

    I use Windows XP and Oracle 10 g
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Non-unicode client - a client program that needs to use the code page of the operating system for the mapping of unicode data retrieved from the database as well as the support to display/insert characters from the code page to the database.
    For example sqlplusw.exe

    Therefore, when you use a non-unicode client

    (1) we define the code page of the OS (Control Panel - regional and language of the parameter - advance - the language for non-unicode programs) to the code page that contain the characters that we will view/insert.

    (2) we also defined the NLS_LANG characterset on the character set of code page, that we'll insert so that when we do an insert (for example in thai), oracle will and automatic conversion to Unicode can take place. This is also true when recover us the database unicode data so that the correct character set conversion can take place.

    INSERTION OF
    THAI->-> UNICODE conversion

    RECOVERY OF
    THAI <-conversion <-UNICODE

    I hope that my basic understanding is correct up to this point.
    ---------------------------------------------------------------------------------------------------------------

    Unicode client - a client program that supports display/inserting unicode characters without the need to set the code page of the operating system (Control Panel - regional and language setting - control - language for non-unicode programs advance)
    For example isqlplus http or SQL Developer

    However,.

    (1) there are still set the NLS_LANG so that the correct conversion can take place between the client and the database.
    For example, when the recovery if we set NLS_LANG value ZHS16GBK (Chinese) character and store data in Unicode in the database is for example (THAI), then the conversion would be a mistake.
    It's a supported unicode client, then the NLS_LANG character set should be set to UNICODE as well.

    ---------------------------------------------------------------------------------------------------------------------------

    Those are my questions
    * Important - please help if you're busy and don't have the time to answer the remaining questions

    (* Q1) if I had to use a unicode client, what should I put my character NLS_LANG set?
    AMERICAN_AMERICA. UTF8?

    (* T2) where can I put the NLS_LANG information of character in SQL Developer, I know there is a metalink for setting NLS_LANG using isqlplus but I cant seem to google each led for SQL developer.

    Q3) is my basic understanding of up to this point? If no, please explain in a term more widespread that I'm really not familiar with character sets code page, unicode and fonts, glyphs...

    A unicode client (Q4) didn't need to refer to the OS codepage (regional and language updates), y at - it a code page UNICODE for the customer to refer to, or is there an available window API?

    Q5)
    , there are still set the NLS_LANG so that the correct conversion can take place between the customer and the > > database.
    For example, when recovery if we set NLS_LANG value ZHS16GBK (Chinese) character and the data store in > > unicode in the database is for example (THAI), then the conversion would be erroneous.
    I'm just on this point for customer UNICODE supported?
    --------------------------------------------------------------------------------------------------------------------------

    Thank you for spending the time to read my questions and I hope to hear soon tips from you guys.
    Million thanks again for sharing.

    Best regards
    Noob, but eager to learn

    The requirement to always set NLS_LANG is not true for JDBC, which ignores the NLS_LANG altogether. Java programs extract the textual data in string variables, which uses Unicode UTF-16 by design. JDBC defines the conversion of character sets so that data is converted between UTF - 16 and the database or the national character set.

    The obligation to set NLS_LANG is not generally true for the OIC, either. The first call to a problem of the BEAK may be OCIEnvNlsCreate(). This call has two parameters that allow the caller to set the character set to use for the text of VARCHAR2/TANK/LONG/CLOB/statement and the character set to be used for NCHAR/NVARCHAR2/NCLOB. Only if these character sets is specified as 0, character set NLS_LANG is used. Also, the OIC programs can specify different character for each binding sets or set the variable (i.e. the buffer input/output). Note: The OIC programs always use NLS_LANG to initialize the language settings and the territory for the client program and the database session. Only the character set can be specified is OCIEnvNlsCreate().

    OCIEnvNlsCreate() can specify the client character set to UTF-16 (platform boutien) format. This is not possible with NLS_LANG.

    Various interfaces based on the BEAK, such as ODBC Oracle and .NET for the ODP, explicitly initialize OCI with character set Unicode and therefore ignore the NLS_LANG character set as well.

    Thnx,
    Sergiusz

  • -You also get an invalid identifier error when executing this query sql for a data model, but not in TOAD/SQL Developer?

    Hello OTN.

    I don't understand why my sql query will pass by in the data model of the BI Publisher. I created a new data model, chose the data source and type of Standard SQL = SQL. I tried several databases and all the same error in BI Publisher, but the application works well in TOAD / SQL Developer. So, I think it might be something with my case so I'm tender hand to you to try and let me know if you get the same result as me.

    The query is:

    SELECT to_char (to_date ('15-' |)) TO_CHAR(:P_MONTH) | » -'|| (To_char(:P_YEAR), "YYYY-DD-MONTH") - 90, "YYYYMM") as yrmth FROM DUAL


    Values of the variable:

    : P_MONTH = APRIL

    : P_YEAR = 2015

    I tried multiple variations and not had much luck. Here are the other options I've tried:

    WITH DATES AS

    (

    Select TO_NUMBER (decode (: P_MONTH, 'JANUARY', '01',))

    'FEBRUARY', '02',.

    'MARCH', '03'.

    'APRIL', '04'

    'MAY', '05'.

    'JUNE', '06'.

    'JULY', '07',.

    'AUGUST', '08'.

    'SEPTEMBER', '09'.

    'OCTOBER', '10',.

    'NOVEMBER', '11'.

    "DECEMBER", "12."

    '01')) as mth_nbr

    of the double

    )

    SELECT to_char (to_date ('15-' |)) MTH_NBR | » -'|| (TO_CHAR(:P_YEAR), 'DD-MM-YYYY') - 90, "YYYYMM")

    OF DATES

    SELECT to_char (to_date ('15-' |: P_MONTH |)) » -'|| ((: P_YEAR, 'MONTH-DD-YYYY')-90, "YYYYMM") as yrmth FROM DUAL

    I'm running out of ideas and I don't know why it does not work. If anyone has any suggestions or ideas, please let me know. I always mark answers correct and useful in my thread and I appreciate all your help.

    Best regards

    -Konrad

    So I thought to it. It seems that there is a bug/lag between the guest screen that appears when you enter SQL in the data model and parameter values, to at model/value data.

    Here's how I solved my problem.

    I have created a new data model and first created all my settings required in the data model (including the default values without quotes, i.e. APRIL instead "Of APRIL") and then saved.

    Then I stuck my sql query in the data model and when I clicked ok, I entered my string values in the message box with single quotes (i.e. "in APRIL' instead of APRIL)

    After entering the values of string with single quotes in the dialog box, I was able to retrieve the columns in the data model and save.

    In the data tab, is no longer, I had to enter the values in single quotes, but entered values normally instead, and the code worked.

    It seems the box prompted to bind the values of the variables when the SQL text in a data model expects strings to be wrapped in single quotes, but no where else. It's a big headache for me, but I'm glad that I solved it, and I hope this can be of help to other institutions.

    See you soon.

  • How to add data to the table changed in sql developer at Apex and vice versa

    Hello

    I had tables of database with sql developer. But now, I have modified the database (new tables added + changed the data in the tables). However, in the Apex, I the old database. Is it possible to get the new Apex database with the data of the table changed so this database in both places (sql and apex developer) is exactly the same... Also the other way around.

    Thank you

    The database schema that contains the tables, is it associated with the workspace even you are searching through the APEX product t development?  Why I'm asking is, if they are the same schema, the tables that you MODIFIED should be appear in the sql for APEX workshop part.  Now reports and forms will NOT see the changes (unless you have actually added or updated definitions for column).

    Can you explain what exactly you were doing the SQL Developer to the tables in your schema?

    Thank you

    Tony Miller
    Los Alamos, NM

  • SQL Developer 3.1 Bug: Tabs get closed!

    Hello!

    There is a bug in SQL Developer 3.1 which closes previously opened editors to object when the number of open editors increases over a certain amount.

    for example:
    Open the PL/SQL package editors by clicking on it.
    After a number of open package, the first fork packets begin to disappear.
    When packets of theses have been published, you are asked if you want to save, ignore, or cancel the operation.

    Best regards
    Matthias Schulz

    Hi Matt,

    This isn't a bug. The behavior is controlled through preferences:

    1 PL/SQL Editor: tools | Preferences | Code editor | Auto code Pin (checkbox) + Max Open (input field) PL/SQL publishers.
    2 ObjectViewer: Tools | Preferences | Database | ObjectViewer | Automatically freezing object viewer Windows (check box).
    3 worksheet: tools | Preferences | Database | Worksheet | Close all the worksheets on disconnect (checkbox). Otherwise these are basically open.

    So we have a question of minor terminology in what concerns the "Pin" versus "Freeze". Furthermore, another problem with narrowing width tab as tab number increases:
    Please change the way are managed the tabs in the window

    Kind regards
    Gary
    SQL development team

  • Performance memory Overhead counter provides data different memory Overhead summary (VIC)

    I posted the same question differently in the thread of execution, so I'm sorry to repeat myself, but I can't find an explanation in the docs.

    Looking at the values of memory performance counters, I get values such as '58.22 ".  Check that the performance of VIC tab returns the same information, so I don't know it is correct.

    Form summary at the VIC, there is a different , "Summary of memory overload" statistic, but it is usually around 120-140.  I would like to know what is the difference, and why two different (though probably related) data types, use the same label.  Ideally, it would be good to know how to convert one to the other.

    Thank you

    -David

    The overload memory under the Summary tab that you are referring to in VI Client is different from the Performance counter "overload".

    The overload memory under the Summary tab is the amount of resources of memory (in bytes) that will be used by the VM above its requirements of memory comments. This value is set if and only if the virtual machine is saved on a host that supports the functions of memory resource allocation. As off voltage mV, this is the minimum of overhead to power on the VM on the registered host.

    While the overload of the meter memory is the amount of memory overhead consumed by the virtual machine.

    Please select the meter memory to change the Chart Options tab performance to the value of the counter.

  • DATE arithmetic in v SQL SQL Developer Studio - different results

    Hello

    I want a date picker by default for Monday of this week. I'm using TO_CHAR with a format mask so that should give me the number of the day of the week:

    SELECT SYSDATE, to_char(SYSDATE, 'D')
    FROM dual
    

    I get the APEX SQL workshop,

    09/25/2013  4
    

    bad - today is Wednesday.

    Gives the same code in SQL Developer

    25-SEP-13  3
    

    What is correct.

    Am I missing some APEX here which determines the beginning of the week (Monday Sunday v)?

    Thank you very much

    Brian

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production

    APEX 4.2.2.00.11

    Windows Server 2008 R2 Enterprise

    I'm guessing that: (from the Oracle documentation)

    The datetime format element D returns the number of the day of the week (1-7). The day of the week that is numbered 1 is implicitly specified by the initialization parameter NLS_TERRITORY .

    For me:

    Select sysdate, to_char(sysdate,'D'), to_char (sysdate, 'Day') of double;

    25 SEP-13 4 Wednesday

    Which is (for me) correct. (Sunday == 1)

    What have we learned?

    NLS_TERRITORY may be different depending on who/how/when the DB connection is made.

    It's the same as NLS_DATE_FORMAT.

    Solution:

    Never trust anything that depends on them, unless the code explicitly sets the value.

    That's why ALWAYS provide you the date format converting string to date using the TO_CHAR();

    MK

  • R12: Copy a group of companies with configurations, metadata and data in the same instance of OA

    The idea was born to a very common condition between the companies IT. pre-sales and pro-ventes groups do various tasks, including the response of the RPF/RFI, PoC, building, Solution architecture, customer demo etc. Ususally they do not have the dedicated application instances, or rather they do not find a sufficient number of cases of applications dedicated to deep study of the road. Every other day a group cries out for an Apps instance and the same gets lift for senior management in short time. It gives a lot of pain to the infrastructure/DBA groups because they fail to meet people like them, due to the limited availability of free nodes, resources, networks and space etc.

    I have a Vision of the R12.1.3 (tell SID = VIS1213) installed on a Linux machine. The box is quite busy with his hearts limited, showing little free memory and the attached SAN has insufficient free space remaining. A group of Oracle Apps pre-sales consultants, says "Group 1", is the use of this.»

    Now the 3 other groups are asking for a R12.1.3 Vision instance separately for different reasons below. Each of them wants the instance again and do not share with others.

    Group 2 for deep study of the road against a critical response to RFP
    Group-3 for the development of a point of contact for a customer demo
    Group 4 for the manufacture of PUK media on some business processes

    In this scenario, I should install 3 distinct Vision of R12.1.3 (using CDs or downloaded zip) or clone VIS1213 in 3 different places with different SIDS, possibly on one or more separated nodes (as above Linux node has insufficient free resources). In this case, the need for available server resources and disk space multiplied by 3, so that DBA maintenance for these 3 new instances is added.

    Hope that I have clear air up to this point.

    Then I was thinking if we have "virtual instances" within an existing instance of Apps, by copying from a vertain org level. First I thought I'd take THE level, but it will not work if an instance of group to work with HRMS claims. We must therefore take business group level. After that we will create the appropriate role and responsibility, user profile options so that the new user can see and work on the new BG and data area down only. It will be like a separate instance to use.
    Benefits of my desired task will be

    -no separate server resource, the required network
    -no additional DBA not involved maintenance
    -no separate required backup plan

    So here it is to create 3 new "virtual instances" right within the same instance of VIS1213. New groups will have same URL, same existing TNS details but 3 credentials different existing access. Each of them would be limited in a way so that they can not see each and other data and can not hurt each and other changes.

    This can be achieved if we can copy an existing group of its activities with org structures, metadata and data, within the same instance. Oralce planning cannot be copied within the same instance configurations.

    What I've done so far was I manually created a new BG, attached an existing sobbing (CoA, Agenda / currency), created a new, copied and modified accounting structure flexfields before fixing, created the new ORGANIZATIONAL unit, and then a new InvOrg of master and a new InvOrg clild, defined the profile MO some GL and HR profiles. Then I extracted finished master and data assignment article category Masters against a master/child existing InvOrg, updated the data for newly created InvOrgs, inserted into tables insterface and ran seeded import conc program element. Except for a few, all data have been loaded into base against new InvOrgs tables.

    Then I tried with master provider (with sites and contacts). A few AP configurations are required, and then data provider (+ contact + site) have been loaded against OR newly created (under new BG) base tables.

    I do not proceed after that. I'm currently looking for ideas from the experts on how to go further.

    Planning is able to create this kind of 'virtual instance' within the same instance of OSTEOARTHRITIS?

    PL nowadays return.

    Thank you and best regards,
    Castelbajac Dhara
    E-mail: [email protected]

    PL don't post duplicate topics - R12: copy a group of companies with org, configurations, metadata & data structures

  • Compare multiple columns and return a different value

    I have more access to excel and I'm running my previous workflow in numbers of duplication of issues.

    I have a worksheet when a sheet with all my power tools.  On the "Power Tools" sheet I have columns for the brand, Type, model, purchase date, etc...  An example of this would be: pass a "DEWALT", "Jackhammer" Col B, Col C "DCD995M2" and so on.

    I have a second sheet in the same document which is my front end if you want.  I wanted to have selections for this dynamic drop-down list but it seems it is not possible without scripts, but is not the immediate question yet I'm the mention the case where someone knows a good fix.  The second sheet "Sorting Test", I created manually drop-down boxes, one in column A of the brand and the other in column B for Type.  I'll choose the brand and type and I want numbers autofill the rest of this line based on these two selections.

    Example:

    In the 'Sort Test' sheet I select DEWALT in column A and I select the drill in column B and I want DCD995M2 is displayed in column C and the purchase date in column D and so on.

    Excel in it would be a game table or something similar.  So far every site and search google only gave a lot of people who try to do VLOOKUP or correspond to errors, but I've really met anyone corresponding to two distinct cells from two separate columns and return data from this same line a match was found on.

    I must also mention I'm really trying to avoid adding a hidden line that combines some of these but I know it's the most noticeable work around.

    Basically, I want to match two selections separated against two separate columns, and when it finds the match, I want it returns a different value of this corresponding line how I got everything just copy this formula on adjacent cells and simply adjust to the column in the same row matched.

    I know that I shouldn't do this on separate sheets, but it's just a choice that I made a point of design.

    Any help would be appreciated, because I'm trying to really get the most out of the numbers, especially with how it syncs between desktop and mobile and I have more access to Excel.

    You can it as what you do and why?  This will help us understand what drives the design.  Leave out how to solve the problem,

    also post screenshots can be very useful

  • A few keys return a different result example I press o and he returned .o

    My son has been on the computer (asus k53s) laptop. I don't know what he did, but now some of the traits keyboard return a different result, it feels almost like a kind of shortcut function. I restarted snd got the same result

    Here are the problems I found.
    o and. They all return two .o
    q returns a q and a tab
    m and refer my
    v and t both return a vt
    x starts the Help window
    I can't use my laptop properly right now that one of the letters is used in the passwd file, I use the keyboard to the mouse on screen.
    I need help asap thank you

    You can try the system restore to go back before the problem?

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista (or 7)
    http://support.Microsoft.com/kb/936212/#appliesTo

    I see that the OSK works for you, so perhaps the problem is a defective keyboard?  Have you tried to turn the laptop upside down and gently pat down to try to remove some of the bread crumbs between the keys (Lol).

    You can plug in another USB keyboard into the laptop and test with that?

  • query MySQL returns a different number of records of coldfusion and navicat

    Hello

    I hope someone can suggest a basic strategy to debug it.

    I have a fairly large and complex question that is run by a function in a cfc.

    (For example), it returns 100 rows.

    If I use cfdump and then copy and paste the SQL of the query (with variables, of course) in Navicat and run exactly the same query on the same mySQL database, it returns 130 lines.

    Even string SQL, the same database, same data - the only difference is that in one instance Navicat submits the request and in the other, Coldfusion doesn't.

    Has anyone already had something like this happen before?

    OK I found the bug mine. Of * course * sql queries were not identical... they might not. My mistake was thinking that they were.

    The problem was part of the WHERE clause:

    AND orderid in (500,503,505)

    In the coldfusion code, it was

    AND orderid in ()

    which of course made in mySQL like AND orderid in ('500,503,505')

    It was not immediately obvious that the cfdump that returns in the form AND orderid in (?) with the variable in the table below.

  • 4 different instances of nv4_disp.dll?

    Hi, since a few weeks I keep getting several messages on blue screen regularly when I end up playing stuff. The most common error message has been about nv4_disp.dll (although I have also recently received an error message about memory management, think about it if you want), so I searched for a solution.

    I seem to be on the path to get there when I found a post here in these forums on a guy with similar problems, except that he had four different instances of nv4_disp.dll. A research of system gave upward the same result as his own, even though I have locations and sizes slightly different files:

    \System32 contains a 6248 KB file,

    \ServicePackFiles\i386 contains a file 4175 KB,

    \SYSTEM32\ReinstallBackups\0008\DriverFiles contains a file of 5917 KB

    and \SYSTEM32\ReinstallBackups\0025\DriverFiles contains a 6195 k file.

    Could someone perhaps explain to me what it is all about offering me a solution? It would be highly appreciated.

    I just did a check on my two memory cards memory, and it turns out that one of them was completely defective. It works fine now without the faulty memory card. : D

  • You can run several APEX headphones for different instances on the same server

    Please confirm that we can run several APEX headphones for different instances on the same server?  It is a configuration of xml configuration or do we need to do more?


    Thank you


    Tony Miller

    SmartDog Services

    Austin, TX

    Hello

    With last listener APEX, you can configure multiple databases

    Oracle Application Express listener configuration

    Is that what you mean?

    Kind regards
    Jari

  • The AIA question: COM and SOM are in different instances of the OSM

    Hi all!

    I tried to install control components to enable it in my local environment.

    When I set up "OracleComms_OSM_O2A_COMSOM_TypicalSolution" in the same server, the order of implementation of the SOM was created successfully.

    But during the installation of control components to enable it in the step "Setup of WebLogic Server resources", I decided to use the typical topology, deployment, central order (COM) management and management service (SMO) order in different instances of the OSM.

    After configure WebLogic Server Components in both machines (COM - SOM) I have been "OracleComms_OSM_O2A_COM_TypicalSolution" in my local computer and 'OracleComms_OSM_O2A_SOM_Solution' in the other machine. But when I'm in the tests of time that COM order cannot create the order of implementation of the SOM in the other machine.

    I need to configure to be available to create orders of Provisioning SOM in a different machine according to the proposed model?


    Best regards

    AndresG

    Hi Andres,

    Please check two things if you did that you have two separate instances

    (1) in the ProvisioningSITask, please check if 'WebServiceCreateProvisioningOrderQueue' has any published without any error message.

    (2) If a 1 is Yes, then please check if you have created a JMS bridging between the two instances of the OSM. As the COM message should sink to SOM per JMS Bridging.

    Thank you
    Native Jacques

Maybe you are looking for

  • Satellite A500-14i - ATI CCC entry is missing

    Hello I have a Toshiba Satellite A500 - 14l with a mobility radeon HD4650. I have replace Vista by Windows 7 in September 2009 (thanks to msdnaa), installed the latest driver I found. A few months pass, I decided to update my graphics driver. As you

  • Levels of ChitlinsCC.

    Big congratulations guys. When can we expect you in the living room? Level 5 (4 010 points) ChitlinsCC , January 2, 2016 13:55 Re: emoticons

  • ITunes ignores some of my photos when importing

    I do the work of professional photography for some clients, and each day I import dozens of photos in the library of the ipad using wifi sync. Sometimes (rare), some of the pictures simply do not do in the ipad for some reason any. Today, I noticed t

  • Office 700-300z: power supply

    Hello Windows OS 8.1 Power supply 420 I wanted to upgrede my diet to something more powerful. I was wonder if I could improve my diet and how to do it.

  • Conversion of two 16-bit hexadecimal words in full signed

    I'm currently trying to use labVIEW 2010 to read the temperature and the information of mass flow out of a tool for modbus. However, the instrument returns all values in 2 16-bit hex words by ordering "Intel bytes. I can't convert that signed decimal