ORA-24344 : reason and solution

Hi,
I work as a Oracle Developer.
WE have script to compile all the packages
@PKG-NAME.sql
After the completion of the script
we get the following error
ORA-24344: success with compilation error PL/SQL procedure successfully completed.
But all the packages get compiled properly.
SO can you please tell me the reason why this error occurs???
and what can be done to avoid it?
Thanks

ALL_ERRORS
SHOW_ERRORS

Similar Messages

  • Iphone 5s, Can't easily send sms. already updated in ios 7.1, What could be the possible reason and solution?

    I got my iphone 5s last 2 months, and it's ios is 7.0.6, after a month i can't easily send SMS, i have several apps and games. I tried to update my ios but still the problem persist. What could be the possible reason and what are the solutions? Please help me. 

    Technoboy14 wrote:
    I got my iphone 5s last 2 months, and it's ios is 7.0.6, after a month i can't easily send SMS, i have several apps and games. I tried to update my ios but still the problem persist. What could be the possible reason and what are the solutions? Please help me. 
    What does "can't easily send SMS" mean? What problems are you having with SMS? Without details, no one could possibly give you a reason or solutions.
    Have you tried resetting your device by pressing and holding the Home button and power button until the silver apple appears?

  • I just bought a new mac book pro 13'' and i bought a toshiba 1tb hard drive aswell, i formatted it to mac but it will not show up on my tv so i can watch movies? and solutions or reasons why?

    i just bought a new mac book pro 13'' and i bought a toshiba 1tb hard drive aswell, i formatted it to mac but it will not show up on my tv so i can watch movies? and solutions or reasons why?

    TVs don't support "Mac OS Extended (Journaled)", so you will probably have to use FAT32. To format the external drive, follow the same steps as you did to format it with "Mac OS Extended (Journaled), but in the erasing screen, select "MS-DOS (FAT)" as "Format". Note that FAT32 isn't compatible with files bigger than 4 GB. Also, you may have to format the external drive in a PC

  • What reason ORA-32004: obsolete and/or deprecated parameter(s) specified  ?

    Hi
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Whenever i changed my test database from noarchive log mode to archive log mode, after i changed ,i startup database the above error occured.
    following steps i do it,
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    Change your database No Archive mode to Archive mode
    Your Database must in mount stage
    SQL>shutdown immediate
    SQL>startup mount
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL> alter database archivelog;
    Database altered.
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL>alter database open;
    SQL>archive log list
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence      0
    Next log sequence           0
    Current log sequence           0
    Automatic archival – Disable (the database archive mode but automatic
    archival disable
    So datas not archive.you must enable the automatic archival)
    SQL>archive log start; (session level only enabled not instance level)
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Enable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    If you want set instance level you change in parameter file
    SQL>show parameter log_archive_start
    Name                    Type           Value
    log_archive_start boolean      FALSE
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Database open.
    sql>
    But i resolved the problem
    I want know the reason why the above error occured
    database version : 10g
    os : xp ( my laptop) Not office database
    Regards
    S.Azar
    DBA

    >
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    >
    Precisely that parameter LOG_ARCHIVE_START is obsolete in 10g. You also don't need to enable the archiving with
    archive log start
    Simply changing into archive mode also brings up archiver processes since 10g :-)
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • When using Safari, my iPad 1 will end Safari and return to the home screen for no apparent reason, any ideas as to cause and solution?

    When using Safari, my iPad 1 will end Safari and return to the home screen for no apparent reason, any ideas as to cause and solution?

    See if the following help.
    Try clearing Safari's cache : Settings > Safari > Clear Cookies And Data and also Clear History
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    Turning off iCloud and multitasking gestures on the iPad might also help.

  • Hi everybody, adobe muse does not start at the first attempt after installation. know the reason and possible solution? (on iMac 27 retina - latest edition)

    Hi everybody, adobe muse does not start at the first attempt after installation. know the reason and possible solution? (on iMac 27 retina - latest edition)

    Hi
    Are you still experiencing the issue or is it fixed now?

  • ORA-24344: Success with compilation error.

    Hi, i got the following error notification mail when the DB job [runs only once in a day at 1 AM] tries to execute the following procedure.
    The mail reads like this ----
    "Condition Raised in: toll_partitions.recompile_invalid_objects
    Short Desc: ORA-24344
    Long Desc: ORA-24344: Success with compilation error.
    Cause: Trigger creation did not successfully complete.
    Solution: Check trigger status for all triggers created in this schema and find out which error caused the failure by querying the user_errors table for the named trigger and Trigger type.
    --- end of mail ----
    === This is the procedure =====
    PROCEDURE recompile_invalid_objects IS
    -- Declare variables
    v_ins_str VARCHAR2(2000);
    cursor_handle NUMBER;
    execute_feedback NUMBER;
    v_unix_str VARCHAR2(200);
         v_object_cnt NUMBER := 0;
         -- Declare cursor objects
         CURSOR curs_obj IS
    SELECT decode( OBJECT_TYPE, 'PACKAGE BODY',
    'ALTER PACKAGE ' || OWNER||'.'||OBJECT_NAME || ' COMPILE BODY',
    'ALTER ' || OBJECT_TYPE || ' ' || OWNER||'.'||OBJECT_NAME || ' COMPILE' )
                   "COMP_OBJECT"
    FROM dba_objects
    WHERE STATUS = 'INVALID'
    AND OBJECT_TYPE IN ( 'PACKAGE BODY', 'PACKAGE', 'FUNCTION', 'PROCEDURE',
              'TRIGGER', 'VIEW' )
    AND OWNER = USER
              AND OBJECT_NAME NOT LIKE 'TOAD_PROFILER'
    ORDER BY OWNER, OBJECT_TYPE, OBJECT_NAME;
    BEGIN
         -- Set Package/Procedure Name for email notification.
         vFacility := cProcName || '.recompile_invalid_objects';
    -- Select invalid object count
    BEGIN
         SELECT count(*)
              INTO v_object_cnt
              FROM dba_objects
    WHERE STATUS = 'INVALID'
    AND OBJECT_TYPE IN ( 'PACKAGE BODY', 'PACKAGE', 'FUNCTION', 'PROCEDURE',
              'TRIGGER', 'VIEW' )
    AND OWNER = USER
                   AND OBJECT_NAME NOT LIKE 'TOAD_PROFILER'
    ORDER BY OWNER, OBJECT_TYPE, OBJECT_NAME;
              -- Recompile invalid objects
              IF v_object_cnt > 0 THEN
              FOR i in curs_obj
                   LOOP
                   v_ins_str := i.COMP_OBJECT;
                        cursor_handle := DBMS_SQL.OPEN_CURSOR;
    DBMS_SQL.PARSE(cursor_handle,
         v_ins_str,
                   DBMS_SQL.V7);
    execute_feedback := DBMS_SQL.EXECUTE(cursor_handle);          
    DBMS_SQL.CLOSE_CURSOR(cursor_handle);
    COMMIT;
                   END LOOP;
              END IF;
    END;
    EXCEPTION
         WHEN OTHERS THEN
         -- Log error condition and generate email notification if needed.
    toll_handle.error_condition(vFacility, toll_handle.get_ora_desc(sqlerrm),vErrorID);
         END recompile_invalid_objects;
    ==== end of procedure ====
    I got '0' count when I ran the invalid object count to see the invalid objects. I ran the following code ..and it gave me 0 value.
    SELECT count(*)
              FROM dba_objects
    WHERE STATUS = 'INVALID'
    AND OBJECT_TYPE IN ( 'PACKAGE BODY', 'PACKAGE', 'FUNCTION', 'PROCEDURE',
              'TRIGGER', 'VIEW' )
    AND OWNER = USER
                   AND OBJECT_NAME NOT LIKE 'TOAD_PROFILER'
    ORDER BY OWNER, OBJECT_TYPE, OBJECT_NAME;
    --- end of query ---
    The count 0 means, there are no invalid objects. But it throws daily the same error notification mail at 1 AM[the time job runs]. I compiled the procedure and it reports no errors. I checked the status of the triggers and all are valid and enabled. Please suggest me. Any help in this regard will be of great help to me. Thanks in advance...

    Just some hints. I'm not sure if they help solving your problem.
    1) Don't COMMIT inside a cursor.
    2) Instead of DBMS_SQL you could use DBMS_DDL.ALTER_COMPILE, also see here: http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_ddl2.htm#1000604
    3) Check if there are other jobs running during the recompile. Maybe you run into some conflicts.
    4) Output the statement that creates the error. It looks like you could try to put this into your exception handler: toll_handle.error_condition(vFacility, v_ins_str,vErrorID);

  • ORA-20001: error 29th ORA-24344 When creating a workspace

    Hi,
    I just installed APEX 4.0 on 10g (10.2.0.4).
    When I tried to create a new workspace, at the last step (after clicking "Create Workspace" button), it fails with the following error.
    ORA-20001: error 29th ORA-24344: success with compilation error
    Error provisioning test.
    I could not find any errors in PLSQL debug error, and in DBA_ERRORS table.
    Could you help me to fix this problem? I ran utlrp.sql to make sure we don't have invalid objects. And I read the installation log and found no errors. XDB, OWA installed.
    I have another APEX 4.0 instance on 11g R2, and it works fine.
    Thanks
    Jung
    Edited by: jwryoo on Jul 15, 2010 8:37 AM

    thanks.
    Yes, that's I already checked and confirmed that the privilege is granted.
    DBA_ERRORS did not show any errors owned by APEX% users.
    But I did see some errors owned by XDB.
    PL/SQL: Item ignored
    PLS-00201: identifier 'UTL_FILE' must be declared
    PL/SQL: Statement ignored
    PLS-00201: identifier 'DBMS_LOB' must be declared
    It seems the DB has revoked some public access for security reasons.
    So, I am trying to ask DBA to grant the privileges to XDB.

  • "ORA-24344: success with compilation error" in beginDDL

    Hello,
    I'm facing a really strange problem. When i try to use dbms_wm.beginDDL in one of my versioned tables, i get the error:
    ORA-24344: success with compilation error
    ORA-06512: "WMSYS.LT", line 12178
    ORA-06512: line 2
    I just get the error if i run the procedure from SQLPlus.
    Using PLSQL Developer, for example, I get a normal execution but the LTS table it's not created and the state of the table stays 'VERSIONED'.
    I used this procedure other times in the past and there were no problems.
    Trying to identify the cause of the error, i've tried:
    (1) - run dbms_wm.beginDDL for all the other tables - No Problem
    (2) - verifiy if there were invalid objects - All valid
    (3) - verify the error tables for more details (user_, dba_, user_wm_vt_) - No entries
    (4) - generate a trace file, to search for abnormal executions - Apparently nothing really strange (but obviously I don't know what was supposed to happen)
    Any possible reasons for this to happen?
    Any ideas?
    Some help would be welcome.
    Best regards,
    Pedro Lourenço

    Hi Noel,
    I just found the problem...
    I have a trigger defined on the table that uses a synonym for another user table.
    That synomym was dropped, so the trigger was invalid.
    I didn't notice the problem because the trigger was disabled, so the WM$ procedure wasn't being generated, and there were no "visible errors".
    Recreating the synomyn, the problem was solved.
    Thanks for your help!
    Regards,
    Pedro Lourenço

  • My Iphone/ Ipod touch 4th gen WiFi problems and solution

    Just wanted to let people know the problems that I had with my 4th gen Ipod touch and Iphone 4 WiFi connections (and my solution).
    I was having consistent problems with my WiFi connection at home - my devices were connecting fine to the router and apparently the signal was full strength; however, nothing was working properly (internet, itunes, app store). To be specific the devices would work for 5-10 minutes but then the connection would start to falter. My other wireless devices were working fine (HTC Hero, laptops etc.) - just the ipod and iphone seemed to suffer from this signal problem (although the router was always apparently connected).
    Obviously, I read countless forums to try and diagnose the problem. There seemed to be a litany of possible causes and I tried the following to resolve the issue:
    - updated router (Netgear WGR614 v6) firmware
    - rotated wireless encryption (WEP/WAP/nothing)
    - changed router channel
    - reset router power
    - reset network settings on Apple devices
    - changed g and b settings on router
    Nothing seemed to work so I began to question the hardware i.e. the router (which I knew was working from my other devices) and the iphone/ipod.
    I tested my iphone and ipod on other wireless networks (McDonalds in the UK has free WiFi) and found that, in contrast, they worked fine on other networks. I had read a few posts from people saying that my router was perhaps too old. So as a last resort I bought myself a new router (Netgear WNR2000 v2). I was loathe to do this earlier in case it didn't work, since reasonable spec routers are £50
    Anyway it worked ... straight away. I have tested the new connection at home using this SpeedTest app. D/load = 9.01 Mbps, U/load = 0.46 Mbps, Ping 65ms. The router is using the full encryption (WAP2 something ...) and N connection.
    As you can probably tell I'm no WiFi expert - I just wanted to post this in case people are having similar issues with older routers. I wasn't able to find any definitive advice and solutions from other users so I though I'd contribute here, which I guess is the first port of call for new Apple users, like me
    I bought the new router 10 days ago and have been enjoying my full speed connection ever since - touch wood. Hope this helps.

    Sounds like an intermittent contact problem some where eon the logic board. Hard to trace down and fix

  • The Battery in my laptop has been replaced twice and this is the third time the battery has swollen up. Since the first time it was swollen I have asked the reason but Apple has not come up with a reason and just replaced it. Second time also the ser

    The Battery in my laptop has been replaced twice and this is the third time the battery has swollen up.
    Since the first time it was swollen I have asked the reason but Apple has not come up with a reason and just replaced it.
    Second time also the service centre replaced the battery but were unable to give me a reason.
    I had asked them to replace the laptop as this has been happening repeatedly and seems to be something with the laptop
    otherwise why should every battery they put swell ?
    This is the third time this has happened. And now they refuse to replace the battery or the laptop also.
    What is the solution?

    Make an appointment at the Genius Bar of an Apple store and press the problem. Elevate to store manager if necessary. Maybe the charging circuits are defective resulting in overcharging which is causing the battery problem.
      Apple Retail Store - Genius Bar

  • Ask the Expert: Data Center Integrated Systems and Solutions

    Welcome to this Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about utilizing Cisco data center technology and solutions with subject matter expert Ramses Smeyers. Additionally, Ramses will answer questions about FlexPOD, vBlock, Unified Computing Systems, Nexus 2000/5000, SAP HANA, and VDI.
    Ramses Smeyers is a technical leader in Cisco Technical Services, where he works in the Datacenter Solutions support team. His main job consists of supporting customers to implement and manage Cisco UCS, FlexPod, vBlock, VDI, and VXI infrastructures. He has a very strong background in computing, networking, and storage and has 10+ years of experience deploying enterprise and service provider data center solutions. Relevant certifications include VMware VCDX, Cisco CCIE Voice, CCIE Data Center, and RHCE.
    Remember to use the rating system to let Ramses know if you have received an adequate response.
    Because of the volume expected during this event, Ramses might not be able to answer every question. Remember that you can continue the conversation in the Data Center Community, under the subcommunity Unified Computing, shortly after the event. This event lasts through August 1, 2014. Visit this forum often to view responses to your questions and the questions of other Cisco Support Community members.

    Hi Ramses,
    I have dozen questions but will try to restrain myself and start with the most important ones :)
    1. Can cables between IOM and FI be configured in a port-channel? Let me clarify what I"m trying to achieve: if I have only one chassis with only one B200M3 blade inside, will the 2208 IOM and FI6296 allow me to achieve more than 10Gbps throughput between the blade and the Nexus 5k? Of course, we are talking here about clean ethernet environment.
         B200M3 --- IOM2208 --- 4 links --- FI6296 --- port-channel (4 links) --- Nexus5548
    2. Is it possible to view/measure throughput for Fibre Channel interfaces?
    3. Here is one about FlexPod: I know that in case of vBlock there is the company that delivers fully preconfigured system and offers one universal support point so customer don't have to call Cisco or VMware or storage supports separately. What I don't know is how it works for FlexPod. Before you answer that you are not sales guy, let me ask you more technical questions: Is FlexPod Cisco product or is NetApp product or this is just a concept developed by two companies that should be embraced by various Cisco/NetApp partners? As you obviously support Datacenter solutions, if customer/partner calls you with are FlexPod related problem, does it matter for you, from support side, if you are troubleshooting fully compliant FlexPod system or you'll provide same level of support even is the system is customized (not 100% FlexPod environment)?
    4. When talking about vCenter, can you share your opinion about following: what is the most important reason to create the cluster and what will be the most important limitation?
    5. I know that NetApp has feature called Rapid Clones that allows faster cloning than what vCenter offers. Any chance you can compare the two? I remember that NetApp option should be much faster but didn't understand what is actually happening during the cloning process and I'm hoping you can clarify this? Maybe a quick hint here: seems to me it will be helpful if I could understand the traffic path that is used in each case. Also, it will be nice to know if Vblock (i.e. EMC) offers similar feature and how it is called.
    6. Can I connect Nexus 2000 to the FI6xxx?
    7. Is vBlock utilizing Fabric Failover? Seems to me not and would like to hear your opinion why.
    Thanks for providing us this opportunity to talk about this great topic.
    Regards,
    Tenaro

  • ORA-24344 with JAVA SOURCE

    Hello,
    I try to recompile java stored procedures.
    I do it like this :
    ALTER JAVA SOURCE MY_JAVA_SOURCE_NAME compile;
    And I get the following error : ORA-24344: success with compilation error
    But if i do this it works.
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED MY_JAVA_SOURCE_NAME
    as
    My Java Code......
    Can anybody help me in just recompiling java source ?
    Edited by: Zabo on Mar 29, 2012 4:44 AM
    Edited by: Zabo on Apr 2, 2012 7:21 AM

    Zabo wrote:
    Hello,
    I try to recompile java stored procedures.
    I do it like this :
    ALTER JAVA SOURCE MY_JAVA_SOURCE_NAME compile;
    And I get the following error : ORA-24344: success with compilation error
    But if i do this it works.
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED MY_JAVA_SOURCE_NAME
    as
    My Java Code......
    Can anybody help me in just recompiling java source ?
    Edited by: Zabo on Mar 29, 2012 4:44 AM
    Edited by: Zabo on Apr 2, 2012 7:21 AM*Cause:  A sql/plsql compilation error occurred.
    // *Action: Return OCI_SUCCESS_WITH_INFO along with the error code
    It is a challenge to debug code that can not be seen
    Handle:     Zabo
    Status Level:     Newbie
    Registered:     Mar 22, 2007
    Total Posts:     149
    Total Questions:     31 (19 unresolved)
    why so many unanswered questions?
    Edited by: sb92075 on Apr 2, 2012 7:24 AM

  • Why having ORA-24344 error on my query?

    There are two tables one is sectors_main and emp_rem_view table. I don't know why i am having ORA-24344 error?
    Can anyone tell me why?
    SELECT
    ms_id, COUNT(*) cnt,
    NVL(ROUND(percentile_cont(0.25) within group (order by base_salary),0),0) bs_q1
    FROM (SELECT SECTORS_MAIN_ID,emp_id,base_salary,FAR,TAR,TR FROM EMP_REM_VIEW WHERE job_title_id=44) e,
    SECTORS_MAIN s
    WHERE s.ms_id = e.SECTORS_MAIN_ID (+)
    GROUP BY ms_id
    The funny things is from below query. if the recodes of the tmp table are less than 24 rows, then I can get a result, but if the rows are more than 24, i am having the same error as the above query.
    WITH tmp AS(
    select 123 ms_id FROM dual UNION ALL
    select 129 ms_id FROM dual UNION ALL
    select 100 ms_id FROM dual UNION ALL
    select 121 ms_id FROM dual UNION ALL
    select 128 ms_id FROM dual UNION ALL
    select 120 ms_id FROM dual UNION ALL
    select 132 ms_id FROM dual UNION ALL
    select 108 ms_id FROM dual UNION ALL
    select 102 ms_id FROM dual UNION ALL
    select 119 ms_id FROM dual UNION ALL
    select 117 ms_id FROM dual UNION ALL
    select 125 ms_id FROM dual UNION ALL
    select 101 ms_id FROM dual UNION ALL
    select 107 ms_id FROM dual UNION ALL
    select 130 ms_id FROM dual UNION ALL
    select 131 ms_id FROM dual UNION ALL
    select 104 ms_id FROM dual UNION ALL
    select 105 ms_id FROM dual UNION ALL
    select 109 ms_id FROM dual UNION ALL
    select 124 ms_id FROM dual UNION ALL
    select 122 ms_id FROM dual UNION ALL
    select 106 ms_id FROM dual UNION ALL
    select 118 ms_id FROM dual UNION ALL
    select 126 ms_id FROM dual
    SELECT
    ms_id, COUNT(*) cnt
    ,NVL(ROUND(percentile_cont(0.25) within group (order by base_salary),0),0) bs_q1
    FROM (SELECT SECTORS_MAIN_ID,emp_id,base_salary,FAR,TAR,TR FROM EMP_REM_VIEW WHERE job_title_id=44) e,
    tmp s
    where s.ms_id = e.SECTORS_MAIN_ID (+)
    GROUP BY ms_id
    Edited by: 870226 on Jul 4, 2011 11:10 PM

    this is one of examples, the below query is working only if the tmp table has no more then 24 rows, i am now looking at the limitation of join now if there is such a things in there, but the below query is not working on my oracle 11g r2
    WITH tmp AS(
    select 123 ms_id FROM dual UNION ALL
    select 129 ms_id FROM dual UNION ALL
    select 100 ms_id FROM dual UNION ALL
    select 121 ms_id FROM dual UNION ALL
    select 128 ms_id FROM dual UNION ALL
    select 120 ms_id FROM dual UNION ALL
    select 132 ms_id FROM dual UNION ALL
    select 108 ms_id FROM dual UNION ALL
    select 102 ms_id FROM dual UNION ALL
    select 119 ms_id FROM dual UNION ALL
    select 117 ms_id FROM dual UNION ALL
    select 125 ms_id FROM dual UNION ALL
    select 101 ms_id FROM dual UNION ALL
    select 107 ms_id FROM dual UNION ALL
    select 130 ms_id FROM dual UNION ALL
    select 131 ms_id FROM dual UNION ALL
    select 104 ms_id FROM dual UNION ALL
    select 105 ms_id FROM dual UNION ALL
    select 109 ms_id FROM dual UNION ALL
    select 124 ms_id FROM dual UNION ALL
    select 122 ms_id FROM dual UNION ALL
    select 106 ms_id FROM dual UNION ALL
    select 118 ms_id FROM dual UNION ALL
    select 111 ms_id FROM dual UNION ALL
    select 103 ms_id FROM dual UNION ALL
    select 127 ms_id FROM dual UNION ALL
    select 126 ms_id FROM dual
    ), tmp2 AS(
    select 121 sectors_main_id, 1 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 2 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 3 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 4 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 5 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 6 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 7 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 8 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 9 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 10 emp_id, 10000 base_salary from dual union all
    select 121 sectors_main_id, 11 emp_id, 10000 base_salary from dual
    SELECT
    ms_id, COUNT(*) cnt
    ,NVL(ROUND(percentile_cont(0.25) within group (order by base_salary),0),0) bs_q1
    ,NVL(ROUND(percentile_cont(0.5) within group (order by base_salary),0),0) bs_median
    ,NVL(ROUND(percentile_cont(0.5) within group (order by base_salary),0),0) bs_median
    FROM tmp2 e,
    tmp s
    where s.ms_id = e.SECTORS_MAIN_ID (+)
    GROUP BY ms_id

  • ORA-24344: success with compilation error While creating workspace

    Hi,
    We had an instance with db 9.2.0.5 and HTML DB 1.56.
    First we upgraded database to to 10.1.0.4.Then we upgraded HTML DB to 1.6.1(Upgraded html db 1.5 to 1.6, Then applied patch 1.6.1 patch - 4173133)
    Logged to the HTML DB as an administrator for creating application developer's workspace. I have got the error "ORA-24344: success with compilation error" while creating the workspace.
    We are able to create the workspace successfully on HTML DB 1.5.
    Any help is highly appreciated.
    Thanks, Venkanna

    Venkanna - Do you think the workspace creation was at least partly successful? I mean, can you login to it, can you see anything about it in the admin app, etc.? It would be useful to get a list of invalid objects in the new workspace's schema. If there are none, then get a list of invalid objects in FLOWS_010600.
    Scott

Maybe you are looking for

  • Function to covert LONG to CLOB

    Can you please tell me the name of the function through which I can change the LONG datatype to CLOB.

  • Out Of Memory & Invalid Pointer exceptions on CSV export

    Iu2019m having problems when exporting more than 1 million rows of data to a CSV format.  Iu2019m running the export from C# code (see sample code below).  Depending on the template that I use, I get either a System.OutOfMemoryException or a System.R

  • Firefox crashes at start-up

    I upgraded from 3.6.23 (which worked great) to 7.0.1 and 7.0.1 crashes immediately. Tried RUN and firefox - safe-mode to no avail.

  • Songs will continue to play with no sound...

    when I use iTunes and I am playing songs from my library of purchased music, the song will be playing along, but then the sound will drop out. When I look at the iTunes Screen it looks as if the song is still playing, but no sound. If I pause the son

  • [SOLVED!] agetty seems unable to ioctl() my serial device...?!

    Hi. After much head-scratching as to the root of my serial cable issues (hint: if your serial cable works port-to-port on the same PC *and* shorting pins 2 and 3 for a loopback test both work, check that the ground line hasn't helpfully disconnected