Bug 7007980: Points are used as the value separator... REST

Hello
This problem can be caused by an accident that I had on my computer which has led me to ask for help
"Impossible to re - install 1.5.1 after crash".
After replacing all 'C:\Documents and Settings\guan\Application Data\SQL Developer\system1.5.1.54.40' file SQL dev works normally again.

First I thought that the problem has been resolved, but when I try to "export data / insert"it always returns"."-separated Insert statements instead of ',' separated from those
Example:
INSERTION of REM in DATA_TYPES
Insert into DATA_TYPES (ID, NAME) values (1.') STRING ");"
Insert into DATA_TYPES (ID, NAME) values (2. (' DATE');
Insert into DATA_TYPES (ID, NAME) values (3. (' NUMBER ');

Preferences / database / General Export settings is comma ', '.

I m almost sure I didn t I have this problem on 1.5.1 before the crash
Are there more preferences to replace?
All ideas are welcome
Gunnar

Published by: GuAn Sep 26, 2008 17:48

There is a currently open bug where export uses the decimal separator of the NLS parameter as values separator.

Solution: Change your NLS settings (risky)

Tags: Database

Similar Questions

  • 'Burned' fingers index to use MacBook Pro trackpad: my both hands, index fingers. which are based on the computer next to the trackpad or are used on the trackboard are painful, feel like they were burnt, and I can barely move them.  Yes, I did

    My both hands, index fingers. which are based on the computer next to the trackpad or are used on the trackboard are painful, feel like they were burnt, and I can barely move them.  I do not have this problem before, I bought my new Mac - specifications below: it hurts and I don't have a problem with my windows, iPad or Samsung Galaxy equipment operating systems computers.

    It feels like radiation leaking through the computer case.  Is the radiation involved in the chips?

    MacBook Pro

    Model identifier: MacBookPro11, 4

    Processor name: Intel Core i7

    Processor speed: 2.2 GHz

    Number of processors: 1

    Total number of Cores: 4

    (By heart) L2 Cache: 256 KB

    L3 Cache: 6 MB

    Memory: 16 GB

    Boot ROM version: MBP114.0172.B06

    Version of the SCM (System): 2.29f24

    Are you use while plugged in, I feel a buzzing in my 13-inch rMBP (12.1)

  • What type of LKM, IKM modules are used in the scenario of perticular?

    Hello

    I doubt, what types of modules are used in the scenario of perticular. For example, I created the FILE interface of FILE FLAT DISH.

    for this I imported LKM FILE SQL and IKM SQL to ADD the FILES of modules. Executed successfully.

    I want to know on "what kind of modules are I have to import, when I try to connect a DB to different DB, flat file DB, flat file to DB etc.

    Please send me any document.

    Thank you and best regards,

    A.kavyakumari.

    Have a look on the following document, a bit old but still is a good overview of most of the widely used available KMs

    http://www.Oracle.com/technetwork/TestContent/oracledi-km-reference-130306.PDF

  • How Windows Server backup and command-line tools are used in the installation of vCSHB?

    How the Windows Server backup and command-line tools are used during the installation of vCSHB?  It takes in all types of deployments (PtoV, VtoV, PtoP)? It is used to create files that are put in file sharing for the second node to use during the installation of vCSHB or is it only used during a clone of vCSHB of a physical to physical deployment operation?  These tools are not used in some deployments?

    You need backup Windows Server installed on the source and destination, and during the installation of vCSHB the installer will call the wbadmin (Windows Server Backup Utility) and will save the configuration and application data (application data is optimal, but can reduce the synchronization time after the installation of the secondary node). On the secondary node you will should only run the vCSHB Installer and everything will be restored.

    Check this blog entry for some info on P2P deployment issues: http://www.vcoportal.de/2013/12/vmware-vcenter-server-heartbeat-restore-on-a-second-node-a-journey/

  • Preceded by scenarios * are used in the optimization reports

    Can anyone describe the procedure since the capacity Planner dashboard to attach a custom script to run with the progress report, the synopsis and evaluation reports.

    I see that only scenarios preceded by * are used in the optimization reports, but I can't understand how to map, one of my scenarios customized to these reports. Thanks - Jeff

    Jeffoutwest,

    Unfortunately, this is not possible.  These optimization reports are 'canned' and while you can change certain things about them (via the reports... Settings menu of optimization reports), you can't let them use one of your custom scenarios.

    Kind regards

    Toby

    Consultant Senior PSO

    Advaced Services

    VMware

  • How do I know which extracts are used in the sequence

    Is there a way to tell if the clips in your project Panel are used in the current sequence? other than will for throughone search options. Can I somehow insert a column in the project Panel that would have activated, use the clip?

    Thank you

    Look in the Panel project to "use video" or "audio".  It will tell you the number of times that a clip has been used.

    The mouse click on the arrow next to it, and it will tell you the sequences in which it was used.

  • How to store the values separated by commas

    Hi all

    I have a table named discount, with discount_id (number data type) as one of the columns.
    The user gives an entry as the value separated by commas, (ex: '123,27890,3543')
    I use built-in proc that separates the values separated by commas.
    DECLARE
       l_input   VARCHAR2 (4000) := '123,27890,3543';
       l_count   BINARY_INTEGER;
       l_array   DBMS_UTILITY.lname_array;
    BEGIN
       DBMS_UTILITY.comma_to_table (
          list     => REGEXP_REPLACE (l_input, '(^|,)', '\1x'),
          tablen   => l_count,
          tab      => l_array);
       DBMS_OUTPUT.put_line (l_count);   
    
       FOR i IN 1 .. l_count
       LOOP
          DBMS_OUTPUT.put_line (
                'Element '
             || TO_CHAR (i)
             || ' of array contains: '
             || SUBSTR (l_array (i), 2));
       END LOOP;
    END;
    
    Result:
    3
    Element 1 of array contains: 123
    Element 2 of array contains: 27890
    Element 3 of array contains: 3543
    Result set is stored in a table.
    I would like to do a select on the table of discounts
    Select * discount where discount_id (123, 27890 3543).

    I am looking for options,
    I need to create a new physical table as
    Create table new_table (identification number) and bulk insert in this table.
    Select * discount where discount_id in (select distinct id of new_table).
    or
    Is there a better way?

    THX
    Rod.

    Hello, SamFisher.
    May be the recursive subquery factoring help you?

    WITH test(f1, n) AS (select '12, 15, 235', 1 from dual
                         UNION all
                         select f1, n + 1 from test where n < regexp_count('12, 15, 235', ',') + 1)
    SELECT regexp_substr(f1, '[^, ]+', 1, n) f
    FROM test
    
  • How to get the values separated by commas of multiple records in table

    How to get the values separated by commas of multiple records in table

    for example

    name address age sex
    a 12 m e
    b hh 12 f
    BB c 13 h

    I need to get output as a, b, c from a query

    Use the query as below he works for me, change the names of tables and columns

    SELECT SUBSTR (SYS_CONNECT_BY_PATH (PROXY_EMAIL, ','), 2) csv FROM (SELECT PROXY_EMAIL, ROW_NUMBER () ON the rn (ORDER OF PROXY_EMAIL), COUNT (*) NTC (STARS_PROXY_ASSIGNMENT) WHERE EMPLID = #EMPLID) WHERE rn = cnt START WITH rn = 1 CONNECT BY rn = rn + 1 ADVANCE

  • Why can I not use hidden or display point only to store the value for insertion?

    Hi, gurus:

    I have a question:

    I implemented a form with the region of report in a page, the update works OK, but the add function has a problem:

    There is a column, offender_ID, which is a foreign key to another table, it must not be null during insertion. However, even I pass the ID of the author of the offence of master page when user click on the button create and he did watch in the form, it must be a text tabled for insert success, why can I not use hidden or display point only to store this value for insert? (If I use hidden or display single element insert will be successful, apex reports I tried to insert a null value for the offender_ID column.)

    Thanks in advance.

    Sam

    Hello

    There is a column, offender_ID, which is a foreign key to another table, it must not be null during insertion. However, even I pass the ID of the author of the offence of master page when user click on the button create and he did watch in the form, it must be a text tabled for insert success, why can I not use hidden or display point only to store this value for insert? (If I use hidden or display single element insert will be successful, apex reports I tried to insert a null value for the offender_ID column.)

    I think that both hidden and display elements have attributes that can cause problems because of different ways these function elements as the only non-display and feature no hidden items. The only items have a "Save Session State' yes/no 'control'? This can be a problem.

    Would you do that? Do these regular items instead and see if you can get those working. Then, we will try to change the fields back to hidden or display only.

    Howard

    Congratulations. I'm glad you found the solution.

    Published by: Howard (in training) April 11, 2013 10:26

  • After deactivation of elements using Javascript, the values are missing when the...

    .. .page is submitted.

    Friends,

    I have my page apex in the attribute of the HTML Body with some Javascript functions I wrote to determine the following:

    < pre > onLoad = "RadioGroupEnableDisable ('P213_COMPLETED', true); disableStartEndDate(); "< / pre >


    These disable a group of radio buttons and two text fields and work as expected, the values in the controls, I can't change the values and the values are changed properly when I navigate to the next record.

    However

    When I try to edit a field that allow entry and try to save the changes when the page is submitted, I have an error message stating that the required fields are null (these are the same fields that I disabled).

    Is this expected behavior? or I'm doing something very wrong?

    Any help will be very appreciated!

    Hello

    Disabled items are not submitted. It's standard HTML.
    What is your problem

    BR, Jari

  • Point Set size dynamically the value of the corresponding select list

    Hi friends,

    Few days, before I learned a concept of change the size of the item dynamically according to the value of the selection using Jari list. I missed to ask him something (such as an extension of it).

    This is the thread

    {: identifier of the thread = 2282838}

    He produced the wonderful example below

    http://actionet.homelinux.net/htmldb/f?p=100:214:7956651650754287:NO:_

    Was that I missed in it, it possible to change the label of the element according to the selection list.

    According to the example, jari has limited the size of the element according to the selection list. Suppose that in this example if I select "China", im getting elements of different size and "India" means im get point of different size. But the labels of all the four elements are the same as

    attribute < li > 1
    attribute < li > 2
    attribute < li > 3
    attribute < li > 4

    As an extension, I need like assume that 'China' means that the label of the columns must be

    < Li > State
    < li > address
    < li > pincode
    < li > district

    If "India" is the label of the four elements must be

    < li > customers
    < Li > operators
    < li > units
    < li > provinces

    It is possible to generate different labels for the different size points, according to the value of the selection list. Since there are only four elements present in the database table.

    Brgds,
    Mini

    Hello

    Alter the table where you have point sizes and add the ITEM_LABEL column.
    Fill the column with the values you need for labels.
    Add the new column for the application process

    DECLARE
      l_sql VARCHAR2(32700);
    BEGIN
    
      l_sql := '
        SELECT item_name,
          item_size,
          item_label
        FROM demo_item_dyn_size
        WHERE lov_value = :P214_COUNTRY'
        ;
       APEX_UTIL.JSON_FROM_SQL(l_sql);
    
    EXCEPTION WHEN OTHERS THEN
      HTP.PRN('{"row":[]}');
    END ;
    

    And change something like JavaScript

    
    

    See working example
    http://ActioNet.homelinux.NET/HTMLDB/lspdemo?p=214

    Kind regards
    Jari

    Published by: jarola on 27 Sep 2011 19:39

    Corrected JavaScript.

  • Why filtering by "unused" shows the files that are used in the project?

    Above the list of clips, I choose 'unused '.  I thought that this would be a practical way to show me the files I can delete the library because they are not used.  The thing is, I select this option, I see it shows me files that are certainly in use on the timeline, then what's the point of this?  How can I show actually files that are not used and as long as I can safely remove?

    It shows the unused portions of clips. If you want to remove a clip that has any items used in a project, you're better activation of the clipping indicator used. Any clip with an orange bar has been used.

  • Is it possible to save your project who keeps only files that are used in the order and get rid of files that you do not use?

    my project is at an advanced stage now, a lot of media loaded up and its got to the point where the project keeps "forgetting" his makes (the line goes to yellow when it should be green)

    I assume that this may be due to the face that I have a lot of media loaded upward there now, including many from the effects of exports which should be large enough

    so, I would like to save the project or export the project in such a way so that it retains only the bare minimum of files that im actually... better still, use if she maintained only the part of the files that are used and stripes out of the rest, but maybe it's wishful thinking?

    I also wonder if I could save the project, bringing files in a separate folder, only the files used in the project

    I'd love to, having someone take the time to clear this up for me.  Thank you

    Project Manager in the file Menu

    Backup first carefully!

  • Problem with the use of the value of State of Session to fill a Dropdown LOV

    Hi friends,

    I have 2 items in an HTML area of a page of the APEX.

    Item1 is of type, SELECT LIST WITH re - DIRECT

    Item2 is of type, SELECT LIST to SUBMIT

    I try to use the value of Item1 session state in the query LOV for Item2. I could check the session has the value of the SESSION of the developer for item1; Item2 LOV query toolbar when I'm trying to make use of the same with bind variable notation, this isn't work (LOV is not filled for Item2)

    I checked and found that no information is cached.

    However, I tried the same steps in apex.oracle.com and find that it works.

    Can someone please suggest any control.

    Basically, I'm trying to fall downwards according to the entry of a drop down beforehand. Please suggest alternatives.

    Thanks in advance...

    Hello
    OK, in my opinion your redirection does not record your first Lov session state.
    You can use in waterfall Lov (search this forum, it has been discussed many times then there is JavaScript Api and jQuery ability to the Apex)
    In addition, Carl Backstrom has in its samples this:
    http://Apex.Oracle.com/pls/OTN/f?p=11933:37

    Using jQuery, you can get a lot more quick result.
    You can see some examples here in this application: http://apex6.revion.com/pls/apex/f?p=AUTO:ETUSIVU
    There are a lot of Lovs cascade, I won't go into the details yet.

    I think that the best approach for you now is to change the two Lovs to select the list to submit.
    Then change your after submit process to draw on the status 'request = Expression 1' and 1 Expression as your second name of Lov (ex. P1_MY_LOV2)

    It's the same if you do the following: lovs are select list
    (no redirect or submit).
    Then put in the HTMl Form element attributes: onchange = "doSubmit ('ACTION1'); "in the first Lov and onchange ="doSubmit ('ACTION2'); "in the second Lov.
    Then change your submit after process to shoot the status 'request = Expression 1' and 1 Expression be ACTION2

    This means that your process will run on Lov 2 changes only.

    When you use select with Submit, it does the same thing, but the request is hardcoded for the item id
    by apex.

    Kind regards
    Oleg

  • What kind of fields / widgets are used in the Application Permissions screen?

    For the config page of my application, I would like to have several hidden options until needed and I wish I had that look similar to the screen of permissions for a module - IE the one with the titles of "Connections", "Interactions" and "User data", which can then be extended to supplying indented from the fields below. Y at - it a field / set of fields that have already implemented this feature, or is this a case of build myself off primitives?

    Thank you.

    Take a look at TreeField.

    There are documents in the developer's Guide and the two KB statutes that might be useful:

    How - to add a TreeField to a screen of the device
    Article number: DB-00416

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/...

    -How to use the ServiceRouting API

    (not really on TreeFeidl, but seems to be live actual work, for example, you can plug and play with)
    Article number: DB-00483

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800441/How_To _...

    I never had the opportunity to use them in anger, so sorry, no advice to give you.

Maybe you are looking for