JSON.decode does not

I use the corelib 0.9 version to use JSON.

It's the chain, I'm trying to decode: {xaxis: ["test1", "test2", "test3", "test4", "test5"]}

The chain is called strColumns and I use this command: JSON.decode (strColumns)

This is the full command line: columns: Array = (JSON.decode (strColumns) in the table);

I want to be able to do this: columns.xaxis [0]; which must be equal to "test1".

And I get this error:
Quote:
Error: Encountered unexpected X
at com.adobe.serialization.json::JSONTokenizer/parseError()

Tags: Flex

Similar Questions

  • Error message: Video decoder does not... How can I fix?

    I plugged my USB Angel TV Tuner (by Dell) successfully to my computer E1705 laptop (windows XP). I am able to access the TV guide in my area, but I can not watch TV (Live TV option) because the error message is a video decoder does not work or has not been coming. Anyone has suggestions or solutions? Any help would be appreciated. Thank you.


  • [AIR 3.0] New JSON feature does not work in Flashpromanager.new: Error #1065: Variable JSON is not defined

    After the upgrade of the AIR SDK 3.0 in Flash Professional CS5.5, I found a few problems.

    First of all, the JSON class in the library of as3corelib.swc get now a few compile errors:

    1061: call to a possibly undefined method decode a reference of static type Class.

    1172: definition com.adobe.serialization.json:JSON could not be found.

    At first, I was completely puzzled, because I had the good ' import com.adobe.serialization.json.JSON; ' reference.

    and I got the "as3corelib.swc" referenced in my ActionScript properties, so how that was not found?

    Then, I discovered that it is because it is in conflict with the new internal JSON class included in AIR 3.0

    (perhaps it should have been called something else, to avoid conflicts with the own Adobe as3corelib library).

    The new native JSON class's decode() method. It is now called parse()

    OK, so I tried to use the new class JSON, but after changing the decode() with parse() and removing

    the "import com.adobe.serialization.json.JSON; ' reference, Flash tells me that"Variable JSON is not defined.

    Really? The JSON class is displayed in the window pop-up Flash Builder code completion,

    complete with its all new parse() and stringify() methods! So why it say it is not defined?

    Also, my SWF file gets compiled without error at all, so that checks that the new 3.0 libraries are in place.

    I get the error "JSON is not defined" when running in ADL, not at compile time. Why?

    In order to spend in the AIR SDK 3.0, I've followed this guide:

    http://kb2.Adobe.com/CPS/908/cpsid_90810.html

    I know that this is on the upgrade to AIR 2.7, but I guess the steps to switch to AIR 3.0 would be very similar.

    only with the AIR3.0 SDK package, instead of 2.7.

    I also took care of type version = '13' in all the XMLs, instead of version = "12" as indicated in this guide, which is intended to 2.7.

    Also, I followed this advice on the addition of -swf-version = 13 in the properties of the project in Flash Builder window:

    http://blogs.Adobe.com/Cantrell/archives/2011/08/how-to-use-the-air-3-Beta-SDK.html

    But this does not seem to make a difference, because, even if I use Flash Builder for editing code (which is usually used for Flex).

    my project is a Flash Professional project, not a Flex, and when you test the project, Flash Builder works Flash Professional

    to compile, then run adl.exe (it's the same thing that if you click on the option "control / essay film / in the AIR Debug Launcher (Mobile)" within Flash Pro).

    In the window 'settings of ActionScript"in Flash Professional, I also have the good airglobal.swc referenced (from the AIR SDK 3.0).

    and the same airglobal.swc is referenced in Flash Builder as well (in 'referenced libraries') in order to get the correct code completion.

    I tried all sorts of things to try to make it work, but no luck. Still getting the error "JSON is not defined" when running.

    I'm getting desperate in this regard. I'll have to return to AIR 2.7.1 to stop wasting time on this issue.

    BTW, I also have another problem unrelated (though maybe it happens for the same reason as the other problem).

    Now Flash Builder says the method getTime() in my code, as if it was no longer a method of an instance of class Date.

    I have a line where I ask the timestamp like this:

    TS = new Date () .getTime ();

    Worked perfectly well until now with AIR 3.0.

    Now, when hovering the mouse cursor over the orange icon "(?)" appearing to the left, Flash Builder says

    "Access of undefined property getTime. Why?

    Documentation AS3 says nothing about getTime() get depreciated any thing of the kind:

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/date.html

    In fact, in the completion popup code to watch as Flash Builder, now, it is not any mention

    set or get methods, as you can see here:

    http://img836.imageshack.us/img836/4793/dateinstancepopup.png

    I guess I can use property hung up instead of . getTime() but I don't know why I'm getting all the methods I had before.

    Any ideas why this is happenning? Especially the dreaded error 'JSON is not set.

    Well, after a lot of tinkering, I think I've finally found a way to finally make it work!

    I created XML files modified with the profiles required for AIR 3.0 and after many tries, it finally works!

    I downloaded here: http://www.mediafire.com/?d5e761frl5px4

    Here are the steps needed to get AIR 3.0 works correctly:

    1. Place the three files in the folder "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Common\Configuration\Players.
    2. Then, make sure that you have unpacked the AIR SDK 3.0 in the folder "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\AIR3.0" do not crush the contents of the folder "AIR2.6", as suggested by the "Overlay AIR SDK" article (linked in the post above). He gave me problems. It is preferable to use another separate folder. My XML files are pointing to this new folder "AIR3.0".
    3. In the folder "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Common\Configuration\ActionScript 3.0 ' create a new folder named"AIR3.0 ". Inside this folder, copy the "airglobal.swc" file located in "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\AIR3.0\frameworks\libs\air.
    4. Finally, you will need to keep the file "sample.xml - descriptor ' the ' c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\AIR2.6\samples" folder, but change the attribute xmlns to 'http://ns.adobe.com/air/application/3.0'.

    Yes, you must change this in the AIR2.6 folder, even if the SDK has been in AIR3.0. It's because of the way the publication settings work in Adobe Flash. It is hardcoded in a DLL, so that cannot be changed. Is not very intuitive.

    I think the AIR SDK installation should be much simpler than that! I know that Adobe AIR is intended for developers, not for end-users, but yet, all these procedures upgrade not well documented are a pain in the *. I lost a LOT of hours in this (more than half a day), with what should be a simple update!

    Adobe should make an SDK installation if we do not have to be tinkering with all these procedures errors whenever a new update is released!

    Well, I hope that these XML files are useful to someone and avoid more frustration.

    Kind regards

    OMA2k

    PD: BTW, I still have the problem of. getTime() described in my post above, but it is not very important.

    because I can still use the property hung up. Yet, it puzzles me why this is happening.

  • Zoom mid side decoder does not appear in the plugins to THE

    I do not have my Zoom H2n yet but I downloaded the mid side decoder to have a peek and it does not appear in the list of plugins. You can download both at THE and VST so I downloaded to THE and it is saved in/Library/Audio/Plugins/Components. This would not appear in the logic so I downloaded VST that is registered in the Library/Audio/Plugins/VST and who does not show not more. This happened to someone else? How to overcome it?

    #1 X Pro logic can only use the plugins to THE (Audio Unit) no VSTs...

    #2 X Pro logic can only use 64-bit plugins to THE Zoom plugin is available in the old format of 32 bits...

    There is every reason why you can't find it... or use in Logic Pro X.

  • Query JSON array does not

    No idea how to get the following to work?

    Thank you

    Phil

    drop table json;


    create table json)

    clob json_attr

    CONSTRAINT ensure_json_attr CHECK (json_attr IS JSON));


    insert into json (json_attr) values

    ("{'EMPNO': 7369, 7499 (7521) AND}")

    "DEPTNO": [20, 30, 30].

    "COMM": [0, 300, 500].

    'JOB': ['CLERK', 'SELLER', 'SELLER'],

    "MGR": 7902, 7698 (7698) AND

    'ENAME': ['SMITH', 'ALLEN', 'QUARTER'],

    "HIREDATE": ["17 DECEMBER 80", "20 FEBRUARY 81", "22 FEBRUARY 81" "" "],

    {"SAL": [800, 1600, 1250]} ");"

    SELECT jt.*

    JSON,.

    JSON_TABLE (json_attr, ' $' [*])

    COLUMNS)

    EMPNO number PATH ' $. EMPNO',.

    ENAME VARCHAR2 PATH ' $. ENAME'

    )

    ) AS jt;

    I want him to give:

    EMPNO, ENAME

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

    7369 SMITH

    7499 ALLEN

    7521 WARD


    But she does not return anything.

    But she does not return anything.

    Obviously

    The path expression "$" [*] does not target anything in the document, which has a rather unusual btw.

    Is it really the kind of structure, with what you have to deal with?

    If so, I think that there is no other way but to use separate JSON_TABLEs to extract each of the array elements and join their return to form columns and relational lines:

    SQL> select jt1.empno, jt2.ename
      2  from json t
      3     , json_table(t.json_attr, '$.EMPNO[*]' COLUMNS rid for ordinality, empno number path '$') jt1
      4     , json_table(t.json_attr, '$.ENAME[*]' COLUMNS rid for ordinality, ename varchar2(30) path '$') jt2
      5  where jt1.rid = jt2.rid ;
    
         EMPNO ENAME
    ---------- ------------------------------
          7369 SMITH
          7499 ALLEN
          7521 WARD
    

    (Note that the above only works if the table contains a single row, but could be adapted to the condition that the table has some kind of identity)

    As said, the following would be much more sympathetic to manage:

    [
     {"EMPNO":7369,"DEPTNO":20,"COMM":0,"JOB":"CLERK","MGR":7902,"ENAME":"SMITH","HIREDATE":"17-DEC-80","SAL":800},
     {"EMPNO":7499,"DEPTNO":30,"COMM":300,"JOB":"SALESMAN","MGR":7698,"ENAME":"ALLEN","HIREDATE":"20-FEB-81","SAL":1600},
     {"EMPNO":7521,"DEPTNO":30,"COMM":500,"JOB":"SALESMAN","MGR":7698,"ENAME":"WARD","HIREDATE":"22-FEB-81","SAL":1250}
    ]
    
  • String in JSON format does not correctly... sometimes

    I use the following (in collaboration with HttpConnectionFactory) to retrieve an our API JSON array:

    public class LocationAPI {
        public static String getHttpResponse(String url){
            HttpConnectionFactory connfac = null;
            HttpConnection conn = null;
            DataInputStream ds = null;
            String response = null;
            try {
                connfac = new HttpConnectionFactory(url);
                conn = connfac.getNextConnection();
    
                if(conn.getResponseCode() == HttpConnection.HTTP_OK){
                    ds = conn.openDataInputStream();
                    byte[] data = new byte[ds.available()];
                    ds.read(data);
                    response = new String(data);
                }else{
                    //http error response code handling
                }
    
            } catch (Exception e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
    
            return response;
        }
    }
    

    The API returns something in the sense of the following:

    {
        "data": [
            {
                "city": "Des Moines",
                "business_logo_url": null,
                "name": "LOUIES FLOOR COVERING INC",
                "phone": "515-243-8608",
                "icon_url": "/site_media/categoryicons/Shopping.png",
                "zipcode": "50312",
                "special_id": null,
                "state": "IA",
                "street": "2709 Ingersoll Ave",
                "special": null,
                "lat": 41.585709999999999,
                "lng": -93.653125000000003,
                "id": 136982,
                "website_url": null
            }
        ],
        "pages": 1,
        "page": 1
    }
    

    Depending on the situation, the query could return to what any one place 50 locations. Then I am parsing out them with the following:

    try {
                JSONObject responseObject = new JSONObject(response);
                JSONArray responseArray = responseObject.getJSONArray("data");
                JSONObject itemObject = responseArray.getJSONObject(0);
    
                responseCity = itemObject.optString("city");
            } catch (JSONException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
    

    If the answer is short enough (I tested it with one place, still trying to find a query which returns both), it works fine. If he shoots Max (50 places), it-error "org.json.me.JSONException: missing value.» 829 character of ".". When I walked through it, I took a glance at the string and it seems to download the part of the answer. Any suggestions as to what I'm missing here?

    Have you tried to hit the API in a browser to see if your server is truncating the answer? In addition, you can try to use

    response = new String(IOUtilities.streamToBytes(ds);
    

    in case the length of the response of statement is not ds.available (), but everything that is currently available for reading (probably the case).

  • DECODE does not work in the WHERE clause when subquery returns more than one line

    Hi gurus,

    I want to write a query against the table CCENTERS (Script given below) and wait for the following result:

    1. in the transition from a value of 0 for the ID, it returns all the rows in the table.
    2. in the passage of one value other than 0, it returns the row corresponding to the given value and all its records of the child.

    CCENTER has parent-child relationship in the column ID and the BASE. I use a query with the DECODE function. but the function in the WHERE clause is not capable of managing the subquery with multiple lines of DECODE.

    *************************************************
    VARIABLE ParaCCenter NUMBER

    BEGIN
    : paraccenter: = 0;
    END;
    /

    CREATE TABLE ccenters
    (id NUMBER,
    name VARCHAR2 (20).
    number base);

    INSERT INTO ccenters VALUES(1,'NUST',null);
    INSERT INTO ccenters VALUES(2,'SEECS',1);
    INSERT INTO ccenters VALUES(3,'NBS',1);
    commit;

    SELECT * from ccenters
    WHERE id IN DECODE(:ParaCCenter, 0, id,)
    (SELECT id FROM ccenters
    START WITH basic =: ParaCCenter
    ID of CONNECTION BY PRIOR = base
    UNION
    SELECT: ParaCCenter OF double
    )
    )
    /
    BEGIN
    : paraCCenter: = 1;
    END;
    /

    SELECT * from ccenters
    WHERE id IN DECODE(:ParaCCenter, 0, id,)
    (SELECT id FROM ccenters
    START WITH basic =: ParaCCenter
    ID of CONNECTION BY PRIOR = base
    UNION
    SELECT: ParaCCenter double))
    /
    The result is
    (SELECT id FROM ccenters
    *
    ERROR at line 3:
    ORA-01427: einreihig subquery returns multiple rows

    How this query can be rewritten for the given feature. Any response will be appreciated.

    Thank you

    Try something like this:

    SELECT * FROM ccenters
    WHERE :ParaCCenter = 0
    OR id in
      (SELECT id FROM ccenters
       START WITH base=:ParaCCenter
       CONNECT BY PRIOR id = base
       UNION
       SELECT :ParaCCenter FROM dual
      )
    
  • Decode does not

    Hello gurus,

    I am facing a problem when I use a decoding in generator model BI publisher. In the model, there is a field for the OrganizationId that appears only when it is added with / / this: - <? OrganizationId? >. If I use <? OrganizationId? >, then the place will be empty.

    I want to decode this field OrganizationID and education I have in using something like:-

    <? xdofx:decode ((//OrganizationId), 107,13, 14)? >

    I tried the above statement with quotes as well as:--

    <? xdofx:decode ((//OrganizationId), '107','13 ', ' 14')? >

    But when I use the decode, Virgin appears.

    Any help or input on this is much appreciated.

    Thank you
    Manish

    Try this:

    or use this:

    or send me the model xml and RTF to [email protected] and I can take a look.

    Thank you
    Bipuser

  • Decode does not not with the interactive form

    I have this in my interactive form
    Select
    "KEYSTONE_ID,"
    "PORTAL_ID,"
    "ACCT_STAT_CD,"
    "ACCT_GROUP_CD,"
    "ACCT_PROG_ACCESS_CD,"
    "ACCT_BDT_ACCESS_CD,"
    -decode (ACCT_BDT_ACCESS_CD, '?) (',' ') ACCT_BDT_ACCESS_CD;
    "OTHER_ACCESS_CD,"
    -decode (other_access_cd, '?) (',' ') other_access_cd;
    'NAME',
    "FIRST NAME",
    'LOCATION ',.
    -decode (LOCATION, '?) (',' ') LOCATION.
    "OFFICE_SYMBOL,"
    'EMAIL_ADDRESS ',.
    "COMM_PHONE,"
    "DSN_PHONE,"
    "ACCT_CREATE_DT,"
    "ACCT_DELETE_DT,"
    "SIGN_DT_2875,"
    "TRAIN_1_DT,"
    "TRAIN_1_LOCATION,"
    "TRAIN_2_DT,"
    "TRAIN_2_LOCATION,"
    "CBT_DT,"
    "CBT_SCORE,"
    "COMMENT_TX,"
    'APEX_ID '.
    of 'DMN_USER_LIST_PORTAL '.


    statements of decode makes each piece of null data, even if there is data in the table.

    I think you're looking for this

    Select
    "KEYSTONE_ID,"
    "PORTAL_ID,"
    "ACCT_STAT_CD,"
    "ACCT_GROUP_CD,"
    "ACCT_PROG_ACCESS_CD,"
    Decode (ACCT_BDT_ACCESS_CD, '?) (',' ', ACCT_BDT_ACCESS_CD) ACCT_BDT_ACCESS_CD,.
    Decode (other_access_cd, '?', null, other_access_cd) other_access_cd,.
    'NAME',
    "FIRST NAME",
    decode (LOCATION, '?) (',' ', LOCATION) LOCATION.
    "OFFICE_SYMBOL,"
    'EMAIL_ADDRESS ',.
    "COMM_PHONE,"
    "DSN_PHONE,"
    "ACCT_CREATE_DT,"
    "ACCT_DELETE_DT,"
    "SIGN_DT_2875,"
    "TRAIN_1_DT,"
    "TRAIN_1_LOCATION,"
    "TRAIN_2_DT,"
    "TRAIN_2_LOCATION,"
    "CBT_DT,"
    "CBT_SCORE,"
    "COMMENT_TX,"
    'APEX_ID '.
    of 'DMN_USER_LIST_PORTAL '.

    Thank you
    Mehabub

  • Visual Studio Professional 2015, Intellisense in bower.json and package.json does not work.

    I installed VS-2015 professional of the MSDN subscription site. When I tried to create a blank site ASP.NET 5, bower and NPM has failed. The survey, I discovered that there wasn't any NodeJS installed on my system in "C:\Program Files (x 86) \nodejs" (even if I chose NodeJS Joyent characteristic during the installation, but the node, NPM and everything has been installed in C:\Program Files (x 86) \Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\External). So I installed on the site of NodeJS NodeJS and NPM has started working.

    But in bower.json and package.json intellisense does not work.

    In field, intellisense for the name of the package is now working but for version it still does not. that is, to say I type the name of the package and there is no intellisense when you type the name of the package, if release version inteliisense say the latest stable version.

    Bower.JSON package name intellisense or release version intellisense is available. I have to type the package name and version it displays ' *' only.

    Other people in my team also faced with the same question. Would anyone please be able to help me solve this problem of intellisense for the name of the package as well as regards the final version?

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

    Note: after installation of NodeJS NodeJS site, restoration of package started working; only intellisense in file json does not work.

    I tried to install Git for windows as well (bower for troubleshooting site they say to install mysysgit and add it to the path variable) so I install the Git and added the location in the path variable. But still, intellisense did not.

    So, I did the following:

    1 set up Git to use http instead of git: / / with Git Bash

    git config--global url. ' http://".insteadOf git: / /.

    VS configured to use the new Git installed on VS Git

    Right click on folder Bower (under dependencies), and then select "Configure external tools", Unchecked "$(PublicAssemblies%) \Extensions\Microsoft\Web Tools\External\git" and adds a new node with "C:\Program Files (x 86) \Git\bin.

    Restarted the VS and intellisense worked still do not.

    Update 1: I installed Bower with the MUSEUM and after restarting VS several times, release version intellisense started working for bower.json! Then I uninstalled the Arbour (which I installed via NGP) and version intellisese version still works... It's a cause strange scenario now we can't say for certainty that Bower via NGP installation solved the problem like after UN-installing intellisense works always. Although I still do not get the package named by Intellisense. !!!

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

    It has become a real nightmare in collaboration with Arbor and NPM in Visual Studio 2015. Help, please!

    Thanks and greetings

    Arun Kumar Dubey

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • DVD playback does not--a decoder compatible DVD is not installed

    Hi responds to Microsoft
    When I put the DVD in the computer, the following error message came

    Windows media player cannot play the DVD because no compatible DVD decoder is not installed on your computer.  Upgrade to Windows 7.

    Does this mean I have to upgrade to windows 7 to play a DVD?

    Thank you
    JO S.

    FWIW... Win XP cannot natively recognize Commercial
    DVD video... it requires a DVD decoder.

    If you could play before commercial video DVD...
    do a system restore to a time before this started
    may be your solution.

    Or you could buy a DVD decoder at the following link:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Info about DVD decoders:
    Plug-ins for Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-Media-Player/plug-ins

    Or you can download and use one of the following freeware
    media players:

    VLC Media Player
    http://www.filehippo.com/download_vlc/
    (works on XP/Vista/7)

    Media Player Classic Home Cinema
    http://MajorGeeks.com/Media_Player_Classic_Home_Cinema_d6213.html
    (works on XP/Vista/7)

    Or... you can try to download and install one of the
    Following codec packs.

    (FWIW... it is always preferable, if you create a system restore
    point before installing any software or updates).

    * Proceed at your own risk *.

    (1) K-Lite Codec Pack (full)
    http://www.filehippo.com/download_klite_codec_pack/
    (Windows 2000 / XP / 2003 / Vista / Windows7 / XP64 / Vista64 / Windows7 64)

    (2) information on CCCP (combined Community Codec Pack)
    http://www.CCCP-project.NET/wiki/index.php?title=Main_Page
    (XP SP1 or more, Vista, Windows 7 - 32 bit - 64 bit)

    (3) Windows 7 Codec Pack
    http://download.CNET.com/Windows-7-Codec-Pack/3000-13632_4-10965840.html
    (2000/XP/2003/Vista/Server 2008 / 7)

    Good luck...

  • Web service JSON data do not return does not

    I created an application with a test sample local (active forlder) json file called "contacts.json" as below, just to test if I have any return data. The data returned in a listview without problem.

    [{ "id":1, "firstname": "Mike", "lastname": "Chepesky", "title": "Sr. Editor",
      "image": "images/data/mike_chepesky.png", "active": true, "gender": "m" },
    { "id":2, "firstname": "Westlee", "lastname": "Barichak", "title": "Talent Scout",
      "image": "images/data/westlee_barichak.png", "active": true, "gender": "m" }]
    

    I then changed the source for 'http://... '. "a link is valid and I checked, and it returns the data in a classic web browser (firefox). But he won't be in my application.

    What I noticed, is that the difference between the local json file and the return of web service, the web service does not return the square brackets "[...]" the json... I suspect that maybe that's the problem? If so, how do I manipulate the data source in my application to incorporate media? Is the returned data (without brackets) real...

    {"status":"successful","current_version":"1.1.1","latest_version":"1.2.0.0","details":"1. Item A 2. Item B 3. Item C","type":"Force update"}
    

    Thank you.

    If I'm not wrong, your local file json contains an array of objects, and that you load from your server contains a single object.
    If so, you can not call insertList (data), use insert (data)

  • decode in an outer join does not

    Hello
    I have a query which does not work; How to rewrite to make it work?
    Thanks in advance for your suggestions

    SELECT tab1.colA
    tab2.colA
    tab2.colB
    OF tab1
    tab2
    WHERE tab1.colA = tab2.colA (+)
    AND tab1.colB = tab2.colB (+)
    AND decode (tab2.colC, tab2.colD, tab2.colC, 'Y') (+) = 'Y '.
    GROUP BY tab1.colA
    tab2.colA
    tab2.colB

    1 post explain plan
    2. explain what you're trying to do. I have a feeling that you need:

    SELECT  tab1.colA,
            tab2.colA,
            tab2.colB
      FROM  tab1,
            (
             select  colA,
                     colB
               from  tab2
               where decode(tab2.colC,tab2.colD,tab2.colC,'Y') = 'Y'
            ) tab2
      WHERE tab1.colA = tab2.colA(+)
        AND tab1.colB = tab2.colB(+)
        GROUP BY tab1.colA,
              tab2.colA,
              tab2.colB
    /
    

    SY.

  • Subject: addons does not, safe mode did not set

    The "subject: addons ' page does not load, more precisely the load layout however it is stuck at"Loading [wheel]. Other pages such as 'The appearance' and 'Plugins' will load, only the "Get Add-ons" tab will not. If I click on "Check for Updates" (located in the top menu to right [GoC]) it returns instantly without updates.

    I tried setting the default theme and load Firefox mode safe mode with addons disabled. This has not solved the problem.

    I tried to attach a screenshot, but it is not downloading, here's a mirror: http://imgur.com/EkyFc1X
    Similarly, troubleshooting plugin installed but did nothing; I used the method of manual copying of text, but it seems to not provide any usable information.

    It is possible that there is a problem with the files that store the registry extensions.

    Delete the files (extensions.json, extensions.sqlite, extensions.ini) extensions.* and compatibility.ini in the profile folder of Firefox to reset the extensions registry.

    New files will be created if necessary.

    See "extension corrupted files:

    If you see disabled extensions or is not compatible in ' Firefox/tools > Modules > Extensions ' and then click the Tools button at the left end of the search bar to check if there is an update available compatibility.

    If this did not help, then also delete the files addons.json and addons.sqlite possible.

    Alternatively, you can check for problems with preferences.

  • My Firefox has just automatically updated itself to the version 42. The extention under modules page does not display the extensions I have installed.

    My Firefox has just automatically updated itself to the version 42. The extention under modules page does not display the extensions I have installed. The plug in page shows the plug ins I installed. How can I fix it? This happened on my 64 bit Windows 7 partition. I installed the extension "classic add-on" to see if she could solve the problem. There is unfortunately no. I have a screenshot. I'm not sure if I have permission to upload it to the media gallery. I also use Linux, but I did not upgrade that are still there.

    It is possible that there is a problem with the files that store the registry extensions.

    Delete the files (extensions.json, extensions.sqlite, extensions.ini) extensions.* and compatibility.ini in the profile folder of Firefox to reset the extensions registry.

    New files will be created if necessary.

    See "extension corrupted files:

Maybe you are looking for

  • How canI change the date format of dd/mm/yyyy to dd/mm/yyyy in filed?

    I just got and try things my new Alcatel fire E with FirefoxOS (just updated) 2.0.0.0. It is usual in most operating systems to be able to customize the date and time (among others). After a few hours of unsuccessful fiddling with the phone and check

  • Battery wear in Lenovo Z570

    Not even a month is finished because I bought this laptop IdeaPad Z570, most of the time I run on AC power, so I'm using the 'best battery health' in the lenovo energy management utility. I used only twice the full charge and the method of discharge.

  • HP Envy 2136nr: IDT Beats Audio - release system

    Hi, I'm having some trouble using Windows 8.1 with the latest audio drivers for my machine (8.1/64-bit Windows ~ sp63555). I did not notice problems when I installed it initially, but now, I feel the random system crashes when the machine is audio pl

  • How can you close a hotmail account?

    I have to close my hotmail account, please reply as soon as POSSIBLE!

  • How to reduce the size of a copy

    product Photosmart B110, Lion operating system.  I would like to know what to do to reduce (for example for 80%) the size of a copy when copying