Query on a transaction table breaks after running for sometime - Oracle 11g

Hi,
I'm running the below query to pull the sum of amount on trans table (which has 12 years of data partitioned yearly) whose last transaction date is 19-MAY-2013. The calendardatekey column is the one which is used in place of transaction date (each day has a unique calendardatekey). The query runs for couple of hours and breaks. When I contacted DBA they told that its trying to do a full table scan and pulling huge amount of data and doing a kind of sort and then breaks. Could someone please help if there is a better approach? If it works out for one day I will have to perform this for few more days.
Oracle version - 11g
trans table :
columns customerkey, programid and amount - are indexed.
card table :
column customerkey, status are indexed.
select t.customerkey, t.programid, sum(t.amount), max(calendardatekey) from trans t
where
exists (select null from card c where t.customerkey = c.customerkey and c.status = 'A')  
--and t.programid = 10
group by t.customerkey, t.instprogkey
having sum(t.amount) < -100
and max(calendardatekey) =4888
Thanks for your help!

doubtsinora wrote:
Hi,
I'm running the below query to pull the sum of amount on trans table (which has 12 years of data partitioned yearly) whose last transaction date is 19-MAY-2013. The calendardatekey column is the one which is used in place of transaction date (each day has a unique calendardatekey). The query runs for couple of hours and breaks. When I contacted DBA they told that its trying to do a full table scan and pulling huge amount of data and doing a kind of sort and then breaks. Could someone please help if there is a better approach? If it works out for one day I will have to perform this for few more days.
Oracle version - 11g
trans table :
columns customerkey, programid and amount - are indexed.
card table :
column customerkey, status are indexed.
select t.customerkey, t.programid, sum(t.amount), max(calendardatekey) from trans t
where
exists (select null from card c where t.customerkey = c.customerkey and c.status = 'A') 
--and t.programid = 10
group by t.customerkey, t.instprogkey
having sum(t.amount) < -100
and max(calendardatekey) =4888
Thanks for your help!
"and breaks" is totally devoid of actionable information.  Surely you got an actual error message (ora-nnnnn) that you could share with us?
Sounds like your DBA is trying to avoid providing any assistance .....

Similar Messages

  • RW_SERVER_JOB_QUEUE  table empty after running the report in 11g

    Hello,
    I set up Job StatusRepository in our environment ( Fusion Middleware 11.1.1.4 Win 2008 x32) as explained in Oracle Support note "How to Setup jobStatusRepository Feature in Reports 11g? [ID 858200.1]"
    The table RW_SERVER_JOB_QUEUE is always empty after running the report.
    I have checked another note "RW_SERVER_JOB_QUEUE table is empty [ID 1200613.1]" but the user who is running the report is the same as the user who " the user name where you run $ORACLE_HOME\reports\admin\sql\rw_server.sql script" so there is no grant problem to write to this table.
    Here is the excerpt of rwserver.conf file:
    <demo:jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <demo:property value="csf:reports:repo" name="dbpassword"/>
    <demo:property value="blvdev" name="dbconn"/>
    <demo:property value="pdmain" name="dbuser"/>
    </demo:jobStatusRepository>
    I n log file there is an error:
    Apr 11, 2012 10:29:13 AM oracle.security.jps.internal.credstore.ssp.CsfWalletManager openWallet
    WARNING: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    Have anybody had the same issue in 11g?
    Thanks,
    Alex

    Here is the solution I found and I would like to share if anybody is interested :
    Check the following Oracle Support Notes:
    ALERT - After Applying Patchset 11.1.1.4, Fusion Middleware Control Inserts "demo:" Tags in Conf Files of Reports Server- ENVID Section Stops Working [ID 1298701.1]
         After applying patchset 11.1.1.4 to Reports Server, any configuration changes through Fusion Middleware Control inserts "demo:" tags in the beginning of each line in conf file of Report Server.
         The behaviour is described in the following bug :
         Bug:11784251 MBEAN BROWSER ADDS A DEMO TAG IN RWSERVER.CONF AT EACH LINE
    So you I removed all demo tags in rwserver.conf
    <jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property value="csf:reports:jobrepo" name="dbpassword"/>
    <property value="repteam.us.oracle.com" name="dbconn"/>
    <property value="jobrep11g" name="dbuser"/>
    </jobStatusRepository>
    Regarding : PKI-02002 error:
    Error PKI-02002: Unable to open the wallet. Check password When Starting a Reports Server [ID 1316651.1]
    Temporary file cannot be created in temporary directory.
    After checking the wallet I simply changed the following lines
         <variable id="TEMP" value="C:\Users\oracle\AppData\Local\Temp\2"/>
         <variable id="TMP" value="C:\Users\oracle\AppData\Local\Temp\2"/>
    to
         <variable id="TEMP" value="C:\TEMP"/>
         <variable id="TMP" value="C:\TEMP"/>
    because the folder C:\Users\oracle\AppData\Local\Temp\2 was not created.
    Regards,
    Alex
    Edited by: user12019587 on 11-Apr-2012 2:50 PM

  • Table move after data deletion in oracle 11g

    Hi,
    Our previous system was in oracle 9i, And we used to archive our data in every 1 year which caused a huged number of DML operation our database. After that,we used to move our table and rebuild indexes to releases spaces. After Upgradation ,our presence system is running on oracle version 11.2.0.2. Now my question do we need to move table in 11g to release space?? Or it automatically done in 11.2.0.2???
    Thanks and Regards,

    Our previous system was in oracle 9i, And we used to archive our data in every 1 year which caused a huged number of DML operation our database. After that,we used to move our table and rebuild indexes to releases spaces. After Upgradation ,our presence system is running on oracle version 11.2.0.2. Now my question do we need to move table in 11g to release space?? Or it automatically done in 11.2.0.2???If you move that space will be released from those extents but you wont gain any space at OS level until unless you shrink datafile. Move command will do the job.
    did you see what is the free space in tablespace after moving objects?

  • HELP - ABAP Program Cancelled After Running for 2.5 Hours in Background

    I have an ABAP report program that was being tested in our QA system and it died after running for 2.5 hours with the status of "Cancelled" (which, I assume, means it was terminated by SAP for exceeding some type of governor).
    I ran Code Analyzer and no performance issues were recognized.
    I am running several SELECT statements during program execution.  These are a list of all the SELECT statements used in my program.  Also, I'm using PNPCE to get a list of pernrs for which to pull data at the beginning of the program.
    SELECT *
          INTO CORRESPONDING FIELDS OF TABLE gt_p0167
          FROM pa0167
          WHERE pernr EQ gt_selected_pernrs
            AND bplan IN s_bplan
            AND begda LE pn-endda
            AND endda GE pn-begda.
              SELECT SINGLE fgbdt fasex
                INTO (lv_dob, lv_gender)
                FROM pa0021
                WHERE pernr EQ gt_selected_pernrs
                  AND subty EQ <fs_dtyxx>
                  AND objps EQ <fs_didxx>
                  AND begda LE pn-endda
                  AND endda GE pn-begda.
      SELECT SINGLE agency ansvh
        INTO (p_agency_out, lv_ansvh)
        FROM pa0001
        WHERE pernr EQ p_pernr_in
          AND begda LE pn-endda
          AND endda GE pn-begda.
      SELECT SINGLE vorna nachn gbdat perid gesch
        INTO (gt_control_table-fname, gt_control_table-lname, gt_control_table-dob, gt_control_table-mskssn, gt_control_table-gender)
        FROM pa0002
        WHERE pernr EQ p_pernr_in
          AND begda LE pn-endda
          AND endda GE pn-begda.
      SELECT SINGLE perid
        INTO (lv_ssn)
        FROM pa0106
        WHERE pernr EQ p_pernr_in
          AND subty EQ p_subty_in
          AND objps EQ p_objps_in
          AND begda LE pn-endda
          AND endda GE pn-begda.
      SELECT SINGLE smoke
        INTO (p_smoker_out)
        FROM pa0376
        WHERE pernr = p_pernr_in
          AND begda LE pn-endda
          AND endda GE pn-begda.
      SELECT SINGLE state pstlz zcounty
        INTO (p_state_out, lv_zip, p_county_out)
        FROM pa0006
        WHERE pernr EQ p_pernr_in
          AND begda LE pn-endda
          AND endda GE pn-begda.
      SELECT SINGLE werks btrtl
        INTO (lv_werks, lv_btrtl)
        FROM pa0001
        WHERE pernr EQ p_pernr_in
          AND begda LE pn-endda
          AND endda GE pn-begda.
        SELECT SINGLE region
          INTO (p_region_out)
          FROM zpat_county_code
          WHERE county EQ p_county_in.
          SELECT SINGLE pernr
            INTO lv_pernr
            FROM pa0002
            WHERE perid EQ gt_cobra_table-l_essn.
      SELECT SINGLE eecst ercst
        INTO (lv_eecst, lv_ercst)
        FROM t5ubi
        WHERE barea EQ '01'
          AND bplan EQ lv_bplan
          AND bcost EQ p_bcost_in
          AND cstv1 EQ '0001'
          AND smoke EQ p_smoker_in
          AND begda LE pn-endda
          AND endda GE pn-begda.
        SELECT SINGLE kwert
          INTO lv_kwert
          FROM t511k
          WHERE molga EQ '10'
            AND konst EQ 'ZCOB1'
            AND begda LE pn-endda
            AND endda GE pn-begda.

    The screen shot the tester sent me only says that it was canceled.  However, the log shows the following:
    09/17/2008 16:54:32 Job Started
    09/17/2008 16:54:32 Step 001 started (program ZBNI001...
    09/17/2008 19:22:09 ABAP/4 processor: DATASET_NOT_OPEN
    09/17/2008 19:22:09 Job cancelled
    I'm not sure it was an error, per se, but maybe SAP canceled it because it had been running too long?  The "DATASET_NOT_OPEN" is curious although I've no idea what it means.
    Thanks for your help.

  • HT3964 My computer freezes after running for about 15 min even after setting the energy saving to 3 hours

    My Mac computer freezes after running for 15 min even after seeting the energy saving to 3 hours. Any ideas how to stop the freezing/

    Hi Teodorafrombc,
    Thanks for visiting Apple Support Communities.
    If your computer is becoming unresponsive, you may want to see if specific applications are causing this behavior. Try using the Force Quit menu to check for unresponsive applications:
    Using the Force Quit feature of OS X makes an application close, even when it is not responsive.
    Important: Normally you should not need to force quit an app to close it. When an app is forced to quit, any unsaved changes to open documents are not saved, so try these methods to normally close the app first:
    Choose Quit from the app menu. For example, in Safari, choose Safari > Quit Safari.
    Choose Quit by right-clicking or control-clicking on an app's icon in the Dock
    You can find the article with these steps here:
    OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    If your display is going blank or seems to be going to sleep unexpectedly, try these steps first:
    Reset the system
    You can reset the Mac's parameter RAM and SMC.
    You can find the article with these steps and more information here:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    If these steps don't resolve the issue, feel free to reply with more information about the symptoms you are experiencing.
    Best,
    Jeremy

  • Firefox 3.6.13 on Mac 10.6 I lose the "mouseover" capability after running for a while. Only a REBOOT of the MAC will restore.

    After running for a while (hours ? days?) I lose the ability to "mouseover" data on a website and get info. Specifically on Yahoo's
    portal page, I can't mouse over a news item and get a summary.
    Restarting Firefox, in safe mode or normal mode, does not restore the function. Rebooting the MAC (unheard of !!) restores. What gives ?

    See if this works.
    Type '''about:config''' in the URL bar and hit enter.
    Filter = '''print.print''' <br />
    There are 6 prefs for headers / footers. <br />
    '''print.print_header...''' center, left, & right <br />
    and <br/>
    '''print.print_footer...''' center, left, & right <br />
    You can add what you want in the '''''Value''''' column and then Restart Firefox to effect the change. <br />

  • Server goes into constant Full GC loop after running for a day

    This is a servlet application running under Resin, with Java hotspot 1.5_13 on Linux 64bit OS. JVM args are:
    -verbosegc -Xms8G -Xmx8G -XX:NewSize=512m -XX:MaxNewSize=512m -XX:+TraceClassUnloading -XX:+UseParallelGC -XX:PermSize=512M -XX:MaxPermSize=512M -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+DisableExplicitGC
    After running for a day or so, the server goes in to constant Full GC every few seconds, essentially hanging the server. Here is an excerpt of the JVM log:
    127731.579: [Full GC [PSYoungGen: 156635K->0K(352576K)] [PSOldGen: 7751937K->2260734K(7864320K)] 7908573K->2260734K(8216896K) [PSPermGen: 62855K->62855K(524288K)], 5.2972428 secs]
    127737.596: [GC [PSYoungGen: 179328K->157147K(351040K)] 2440062K->2417881K(8215360K), 0.1275439 secs]
    127739.066: [GC [PSYoungGen: 336475K->155824K(355136K)] 2709605K->2683786K(8219456K), 0.1729460 secs]
    127740.502: [GC [PSYoungGen: 340464K->169143K(353792K)] 2980821K->2836693K(8218112K), 0.1914048 secs]
    127741.562: [GC [PSYoungGen: 353783K->166305K(345344K)] 3021333K->2860977K(8209664K), 0.1367291 secs]
    127742.973: [GC [PSYoungGen: 340908K->153430K(349568K)] 3147976K->3124907K(8213888K), 0.1970560 secs]
    127743.946: [GC [PSYoungGen: 328278K->156065K(349568K)] 3299755K->3277928K(8213888K), 0.1868634 secs]
    127745.498: [GC [PSYoungGen: 330183K->156854K(349568K)] 3564442K->3545105K(8213888K), 0.1836370 secs]
    From the log it seemed that the memory usage jumped by 150M to 250M within 1.5 second, even when the user traffic was very light (a couple of page views a second, vs. 10 page views a second at peak). The same app was running fine for many hours on a Windows dev machine in load testing condition with about 300M heapsize. No memory leakage was found so far. (it would be pretty unlikely to have such a large memory leakage without being noticed in dev and testing)
    Thanks for any help.
    Edited by: tuxzilla on Nov 16, 2008 11:43 PM
    Edited by: tuxzilla on Nov 16, 2008 11:46 PM

    A NewSize of 512m seems small for an 8G heap. This would probably cause most objects to be rapidly tenured into the OldGen heap space. (Ultimately depends on your application.) You might consider either using a NewRatio in place of NewSize/MaxNewSize or not use either and instead see how the jvm handles things itself with"-XX:+UseAdaptiveSizePolicy"
    VisualVM is a good graphical tool for watching gc activity.
    NewRatio=1 is the largest you can go for Eden, which will set (Eden and survivor spaces) equal to oldGen space. ie, for 8G, 4g each.
    Watch activity in the gc tool, you will see "sawtooth" activity. If your sawtooth pattern does not maintain a flat profile, then you have in fact have a memory leak.

  • Mail quits after running for a few minutes

    Mail quits after running for a couple of minutes, started doing it yesterday. I have looked at the advice given for similar problems, disk utility can find no problem with my drive, I repaired permissions anyway. No change.
    Also ran the 'plutil' on the plist which came out as 'OK'.
    I don't 'think' it is immediately the result of updating to 10.4.7 as it ran happily for some time after the update.
    Is the only solution to trash the plist and redo all my mail accounts?
    20' iMac 2.1 Ghz PowerPC G5   Mac OS X (10.4.7)   1 GB RAM

    Mail probably is crashing when new junk mail arrives. Try the following in order to identify the problem:
    1. Either tell Mail to go offline immediately after opening it, or shut down your Internet connection and open Mail afterwards.
    2. Disable junk mail filtering in Mail > Preferences > Junk Mail.
    3. Go online again.
    If Mail doesn't crash now, then you know for sure there is something wrong with the junk filter. In that case, the following procedure should fix the problem:
    1. Quit Mail if it's running.
    2. In the Finder, go to ~/Library/Mail/.
    3. Locate LSMMap2 and move it to the Trash -- deleting this file is what clicking the Reset button in Preferences > Junk Mail does. If you see an LSMMap file there, move it to the Trash too.
    4. Locate DefaultCounts and move it to the Trash. This file keeps statistics about the number of messages that have been marked as junk, either automatically by the junk filter or manually by the user.
    5. Locate MessageRules.plist and move it to the Desktop. This is where Mail 2.x stores all rules, including those used by the junk filter. If there is a file called MessageRules.plist.backup, move it to the Desktop too. You may also see MessageSorting.plist files there; this is where Mail 1.x stored the rules, and they are no longer used by Mail 2.x, so just move them to the Trash if you see them.
    6. Look for the account folders. The name of each account folder starts with the account type (POP, IMAP, Mac), followed by the account username and the incoming mail server. Open each of the account folders, locate the Junk.mbox or Junk.imapmbox folder within it, and move it to the Trash if present.
    7. Go to ~/Library/Mail/Mailboxes/. Locate any Junk.mbox folders there (their name may include the account name in parenthesis), and move them to the Trash.
    Note: Messages in Junk folders with an .mbox suffix are stored locally, and will be lost forever as a result of doing steps 6 and 7. If there is a chance that you have legit messages there and you want to preserve them, move them to another mailbox in Mail first (you may prevent Mail from crashing by shutting down the Internet connection or telling Mail to go offline immediately after opening it). Messages in Junk folders with an .imapmbox suffix are stored on the server and can be ignored (Mail will rebuild those mailboxes automatically).
    8. Open Mail. As a result of removing the rules file, the junk filter will be disabled now. You may want to either tell Mail to go offline immediately after opening it, or shut down the Internet connection before opening Mail, to prevent it from downloading anything until the junk mail filter has been enabled again.
    9. Go to Mail > Preferences > Junk Mail, enable junk filtering, and configure it however you wish.
    10. Go online again if you went offline in step 8.
    If the above solves the problem and you don't have any rules you'd like to preserve or recreating them is not a daunting task, just delete the MessageRules.plist files that were moved to the Desktop and be done with it.
    Note: For those not familiarized with the ~/ notation, it refers to the user's home folder. You can easily locate any of the folders referred to in this post by copying the file path here, doing Go > Go to Folder in the Finder, and pasting the file path there.

  • User change password after first logging in Oracle 11g

    Hi
    Can you help someone in connection with this problem:
    user can not change password after first logging in Oracle 11g
    All the best
    Ragip Avdijaj

    Sounds like they are not getting logged in at all, so they are never getting to the point where they can change the password, but we need to see more detail to give a better answer (an example or copy-paste of a sqlplus session might help)

  • How to wirte query when using transaction tables.

    Hello,
    I am new to the database and working as java developer.
    I am saving the data in transaction table. when the component is deleted or added to the kit.
    Id kit_id comp_id trans_type
    1 k_01 c_01 added
    2 k_01 c_02 added
    3 k_01 c_01 deleted.
    4 k_01 c_05 added.
    5 k_02 c_06 added.
    6 k_01 c_02 deleted.
    i need to write query to get the all the components are attached to kit(k_01).
    Please help me write the query.
    Thanks,
    RK

    885176 wrote:
    Hello,
    I am new to the database and working as java developer.
    I am saving the data in transaction table. when the component is deleted or added to the kit.
    Id kit_id comp_id trans_type
    1 k_01 c_01 added
    2 k_01 c_02 added
    3 k_01 c_01 deleted.
    4 k_01 c_05 added.
    5 k_02 c_06 added.
    6 k_01 c_02 deleted.
    i need to write query to get the all the components are attached to kit(k_01).
    Please help me write the query.
    Thanks,
    RKSELECT <column list>
    FROM <table name>
    WHERE kit_id='k_01'
    I'd suggest you spend some time here ==> http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/toc.htm

  • NQS ERROR:14025 NO FACT TABLE EXISTS -after migrating from 10g to 11g

    NQS ERROR:14025 NO FACT TABLE EXISTS AT THE REQUESTED LEVEL OF DETAIL in all the reports after migrating from 10g to 11g ...
    then we applied the patch (One-off Patch for Bug: 11850704) for the error <<NQS ERROR:14025 NO FACT TABLE EXISTS AT THE REQUESTED LEVEL OF DETAIL>>
    But after applying the above the above patch we are still getting the same error.
    but in the above patch instructions file - Post deployment instructions to create the Variable
    Post Install Instructions:
    - To revert to the 10g navigator behavior for handling conforming dimensions,
    you must set the following session variable via an init block in the RPD:
    NO_FORCE_TO_DETAIL_BIN=1
    The default value for the above variable is 0.
    - Restart all servers (Admin Server and all Managed Server(s))
    but we didn’t find the process to create the specified variable and Initialization block in the RPD
    Can you please suggest us how to go further.
    Our questions are:

    Hi
    Refer the below thread.
    obiee 11g non-conforming dimensions and nQSError 14025
    Might be help you/
    Thanks,
    satya

  • How to find what transaction an user was running for a given period

    hi
    could anybody tel me
    how to find what transaction a particular user was running for a given period
    in the past.............

    Hi,
    U need to findout the list of Tcode excuted by SAP user
    1) Tcode: ST03N
    2) Select Expert Mode option
               (there u find  Server Host name & Today)
       If u select Host name u find DAY/WEEK/Month (same thing will in Today option)
    3)Now u need to select the option of DAY,WEEK etc.
    Now u can find in two ways
    1) Transaction profile (Standard / EarlyWatch)
    2) User (user profile)
    If u select the Transaction profile
    Under these u find the option of Aggregation----application/package/tranasation etc.
    I hope these will help u to findout.
    Regards
    ASR

  • Vi locks up after running for days

    I have some old code written in LV 7 that I ported over to 2011.  After fixing the legacy issues with DAQ and a save routine I ran it and it worked fine.  Three days ago it was started in order to record TC data and this morning is froze/crashed.  The other code which I did the same to runs for months with no incident.  I checked for files becoming large with nothing out of the ordenary.  Before re-launching LV and the vi I started WinDbg to record a dump file.  Anyone have any ideas or ran into a simular problem.

    Hello teslac,
    Did you also update your OS or PC when migrating to LabVIEW 2011? Nothing specific stands out based on your comments, but those changes would also be worth evaluating.  WinDbg is certainly a good idea. Additionally:
    -Are you using LabVIEW 2011 or 2011 SP1? 32- or 64-bit?
    -What OS is this?  What bitness?
    -Is this running in the LabVIEW development environment or is it compiled into an executable running on the machine?
    -Did the application crash and close, or just become unresponsive?
    -If the application did crash, a log file should have been generated by the IDE or runtime engine.  If you have that available, I'd recommend posting that here as it may give some insight to the issue.
    Regards,
    Tom L.

  • Problem running this in Oracle 11g, This was working fine in Oracle 10g

    Hi Friends,
    I used the following procedure "GIVE_ME_AN_ARRAY" in Crystal Report Version 11, using Oracle 10g and it was running fine, however when I created the following in Oracle 11g, all these objects created without any error, and when I call Procedure "GIVE_ME_AN_ARRAY" in Crystal Report 11 as well as in Microsoft Report Builder 2.0, following error occured.
    ORA-03113:- End of Communication Channel
    Please note, the said Procedure runs fine :-
    1. if I remove remaining part of UNION ALL Query in Procedure and compile.
    2. if I don't remove UNION ALL, but remove the following line.
    WHERE empno IN
    (select * from THE
    ( select cast( in_list(memp) as
    mytableType ) from dual ) a)
    Any Idea what am I missing ?
    My main task is to pass multiple strings to use 'IN' Operator in query.
    Please help me out.
    Thanks and Regards,
    Luqman
    create or replace type myTableType
    as table of varchar2 (255);
    create or replace function in_list( p_string in varchar2)
    return myTableType
    as
    l_string long default p_string || ',';
    l_data myTableType := myTableType();
    n number;
    begin
    loop
    exit when l_string is null;
    n := instr( l_string, ',' );
    l_data.extend;
    l_data(l_data.count) :=
    ltrim( rtrim( substr( l_string, 1, n-1 ) ) );
    l_string := substr( l_string, n+1 );
    end loop;
    return l_data;
    end;
    CREATE OR REPLACE PROCEDURE give_me_an_array (
    CV IN OUT sys_refcursor, memp in varchar2
    IS
    BEGIN
    OPEN CV FOR
    SELECT empno,
    ename
    FROM emp
    WHERE empno IN
    (select * from THE
    ( select cast( in_list(memp) as
    mytableType ) from dual ) a)
    UNION ALL
    SELECT empno,
    ename
    FROM emp
    WHERE empno IN
    (select * from THE
    ( select cast( in_list(memp) as
    mytableType ) from dual ) a);
    END give_me_an_array;

    ..is the "THE" operator still supported?
    I know this was the case in Oracle 8i, but later?... you can try using the "TABLE" operator instead.

  • Why is it accessing A: drive if left running for sometime?

    If the studio is left running for a while , it seems to miss the project folder and start looking at A: drive - Are the volumes dismounted automagically or is it a feature known in the early release?
    Sundar

    wjosten wrote:
    Other that large is corrupt data. Normally, a restore from backup fixes things.
    So, I discovered something new about iTunes today. The "Restore from backup" context menu option that appears when you click your iOS device in the Devices tree on the left of iTunes, is different from the "Restore" button that you get on the Summary tab for your device.
    "Restore from backup" just does an restore from backup. Whereas the Restore button does a restore and then restore from backup. Make sense? Hmm.
    This distinctly different functionality is not clear to the user, indeed the advice I was given above was to "Restore from backup", which in this instance is not what is needed to clear out the "Other" data.
    In summary, to fix my problem I:
    - performed a complete Backup (from iOS Device context menu)
    - performed a Restore (clicked Restore button on Summary tab)
    - after device is reset with latest iOS software, chose latest backup
    My other data shrank to 0.2Gb, and as an added bonus another 1.4 GB of other space was freed up from Apps and Video, even though I can't find anything missing, so I suspect there was other non-"Other" data that was cleared out by this procedure.
    Boz

Maybe you are looking for

  • Is there a way to have different photos on each page of your springboard, other than jailbreak?

    basically the questions says it all. i want to have several photos for my wallpaper rather than just one. is there a way to do this other than the jailbreak method and i do not even consider that. thanks

  • Ibook G4 problems - broken or not?

    Hi All (new to here), I was using my G4 (adobe, word) and then tried to start safari as well. The screen went fuzzy, so I turned it off incase something was being damaged (had a processor fry before). When I tried to restart, the fan kicked in first

  • How to replicate easy photo view/editing of Windows?

    I switched a few months ago from a Windows XP machine to a Mac Air running Lion. I've searched for the answers to these questions but they are too general to search for here or in the App Store, so I'll try submitting a big question. On my Windows XP

  • Sending the print preview for the dunning

    Hi .. I have to send the print preview of the <b>dunning letter</b> as a e-mail. I am able to get the pop up for the e-mail after pressing the back button from the print preview screen. After that there is no e-mail was sending. Could you please let

  • Hi experts i have some doughts

    i have loaded data into data targets but i want to load data to a particular 0MATERIAL object is it possible or not? if yes how ?if no why?