Choose file by FM F4_FILENAME more times then program auto execution!

Dear all,
  I met a situation: one program have file path to enter,press F4 for file selection screen popup,choose file then OK back to program,and i find the file selection is wrong,so choose file again by F4...after back,program is auto execution...more than 2 times file selection will occurs this problem...i use FM F4_FILENAME code in event AT-SELECTION SCREEN, detail as follow:
DATA: P_PATH  LIKE IBIPPARMS-PATH.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_PATH.
  CALL FUNCTION 'F4_FILENAME'
       EXPORTING
            FIELD_NAME = 'PATH'
       IMPORTING
            FILE_NAME  = P_PATH.
Is there anything wrong in my code? or solution for this situation?  Tks!
BR
Regina

Use FILE_OPEN_DIALOG.
DATA: L_FILETAB     TYPE FILETABLE,
      L_FILETAB_H   TYPE FILETABLE WITH HEADER LINE,
      INITIAL_DIR_PATH TYPE STRING,
      L_RC          TYPE I.
  REFRESH L_FILETAB.
  INITIAL_DIR_PATH = 'C:\'.
  CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
    EXPORTING
    WINDOW_TITLE            = 'Select the Asset Master Data file'
   DEFAULT_EXTENSION       =
   DEFAULT_FILENAME        =
    FILE_FILTER             = 'Text Files (.TXT)|.TXT|'
    INITIAL_DIRECTORY       = INITIAL_DIR_PATH
      MULTISELECTION          = SPACE
   WITH_ENCODING           =
    CHANGING
      FILE_TABLE              = L_FILETAB
      RC                      = L_RC
   USER_ACTION             =
   FILE_ENCODING           =
    EXCEPTIONS
      FILE_OPEN_DIALOG_FAILED = 1
      CNTL_ERROR              = 2
      ERROR_NO_GUI            = 3
      NOT_SUPPORTED_BY_GUI    = 4
      OTHERS                  = 5
  IF SY-SUBRC <> 0.
    WRITE:/ 'Error while selecting the input file'.
  ELSE.
    LOOP AT L_FILETAB INTO L_FILETAB_H.
      FNAME = L_FILETAB_H-FILENAME.
      EXIT.
    ENDLOOP.
  ENDIF.

Similar Messages

  • FAST REFRESH OF MV IS TAKING MORE TIME THEN COMPLETE REFRESH IN PRODUCTION

    Hi
    We have production enviroment in which FAST REFRESH OF MV IS TAKING MORE TIME THEN COMPLETE REFRESH. Can you tell me what are the differences between this refreshes?
    Regards,
    RJ.

    Sure:
    create table emp (id number(9));
    Table created.
    SQL> alter table emp add primary key (id);
    Table altered.
    create materialized view log on emp;
    Materialized view log created.
    create materialized view emp_mv as select * from emp;
    Materialized view created.
    Complete refresh:
    SQL> exec dbms_snapshot.refresh('EMP_MV','C');
    PL/SQL procedure successfully completed.
    Fast Refresh:
    SQL> exec dbms_snapshot.refresh('EMP_MV','F');
    PL/SQL procedure successfully completed.
    This is the basic setup. There are many more options to the create materialized view statement, just FYI.
    Idan.

  • Trying to export RAW originals from Aperature 3 to LightRoom 4: I choose File Export Originals. I think then Pictures LR. But then I can't find files in LR library.Files seem stuck in Pictures as NEF

    Trying to export RAW originals from Aperature 3 to LightRoom 4: I choose File>Export>Originals. Then Pictures>LR. But then I can't find files in LR library.Files seem stuck in Pictures as NEF and or DNG files. I know Im stuck on something dumb but I am stuck. Help?

    You now need to import those files into Lightroom.
    BTW, Lightroom uses a "referenced" system so your images will always be in the folders you download/copy them to. Lightroom is a database first and foremost, albeit with non-destructive editing capabilities (effectively Adobe Camera Raw).

  • Jdbc takes more time then sqlplus

    Hi,
    I am using type 4 jdbc driver(classes12.jar) to access the oracle10.0.2.
    The table is quite huge having total rows 33,213,317,702.
    The problem I am facing is, the same query If i runs on TOAD takes time of the order of 30-40 seconds.
    And If I run using JDBC it take around 250 seconds.
    Which is significantly larger. Has anbody have clues on that
    The query return just 30 rows. I am using Prepared Statement. and the time mentioned above is just the time taken to execute query. It doesn't include the time to get the connection or to get data from the result set.

    >
    I have removed this from the sql query /*+ ORDERED parallel(a11) use_hash(a11)
    *******************************SQLPlus Log *********************
    Execution Plan
    Plan hash value: 690042758
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | Pstart| Pstop | TQ |IN-OUT| PQ Distrib |
    | 0 | SELECT STATEMENT | | 1 | 1253 | 32188 (40)| 00:09:40 | | | | | |
    |* 1 | COUNT STOPKEY | | | | | | | | | | |
    | 2 | TEMP TABLE TRANSFORMATION | | | | | | | | | | |
    | 3 | PX COORDINATOR | | | | | | | | | | |
    | 4 | PX SEND QC (RANDOM) | :TQ10001 | 1 | 18 | 1 (0)| 00:00:01 | | | Q1,01 | P->S | QC (RAND) |
    | 5 | LOAD AS SELECT | | | | | | | | Q1,01 | PCWP | |
    | 6 | PX RECEIVE | | 1 | 18 | 1 (0)| 00:00:01 | | | Q1,01 | PCWP | |
    | 7 | PX SEND ROUND-ROBIN | :TQ10000 | 1 | 18 | 1 (0)| 00:00:01 | | | Q1,00 | P->P | RND-ROBIN |
    | 8 | PX PARTITION HASH ALL | | 1 | 18 | 1 (0)| 00:00:01 | 1 | 64 | Q1,00 | PCWC | |
    | 9 | TABLE ACCESS BY LOCAL INDEX ROWID | DIM_COM_ADVERTISER_ACCOUNT | 1 | 18 | 1 (0)| 00:00:01 | 1 | 64 | Q1,00 | PCWP | |
    | 10 | BITMAP CONVERSION TO ROWIDS | | | | | | | | Q1,00 | PCWP | |
    |* 11 | BITMAP INDEX SINGLE VALUE | DIM_ADV_ACCOUNT_BIDX29 | | | | | 1 | 64 | Q1,00 | PCWP | |
    | 12 | PX COORDINATOR | | | | | | | | | | |
    | 13 | PX SEND QC (ORDER) | :TQ20004 | 1 | 1253 | 32188 (40)| 00:09:40 | | | Q2,04 | P->S | QC (ORDER) |
    | 14 | VIEW | | 1 | 1253 | 32188 (40)| 00:09:40 | | | Q2,04 | PCWP | |
    |* 15 | SORT ORDER BY STOPKEY | | 1 | 214 | 32186 (40)| 00:09:40 | | | Q2,04 | PCWP | |
    | 16 | PX RECEIVE | | 1 | 1253 | | | | | Q2,04 | PCWP | |
    | 17 | PX SEND RANGE | :TQ20003 | 1 | 1253 | | | | | Q2,03 | P->P | RANGE |
    |* 18 | SORT ORDER BY STOPKEY | | 1 | 1253 | | | | | Q2,03 | PCWP | |
    | 19 | SORT GROUP BY | | 1 | 214 | 32186 (40)| 00:09:40 | | | Q2,03 | PCWP | |
    | 20 | PX RECEIVE | | 1 | 34 | 3 (0)| 00:00:01 | | | Q2,03 | PCWP | |
    | 21 | PX SEND HASH | :TQ20002 | 1 | 34 | 3 (0)| 00:00:01 | | | Q2,02 | P->P | HASH |
    | 22 | BUFFER SORT | | 1 | 1253 | | | | | Q2,02 | PCWP | |
    | 23 | TABLE ACCESS BY LOCAL INDEX ROWID | DIM_COM_ACCOUNT_TERM | 1 | 34 | 3 (0)| 00:00:01 | 1 | 1 | Q2,02 | PCWC | |
    | 24 | NESTED LOOPS | | 1 | 214 | 32184 (40)| 00:09:40 | | | Q2,02 | PCWP | |
    | 25 | NESTED LOOPS | | 1 | 180 | 32183 (40)| 00:09:40 | | | Q2,02 | PCWP | |
    |* 26 | HASH JOIN | | 1 | 61 | 32183 (40)| 00:09:40 | | | Q2,02 | PCWP | |
    | 27 | PX RECEIVE | | 1 | 7 | 2 (0)| 00:00:01 | | | Q2,02 | PCWP | |
    | 28 | PX SEND HASH | :TQ20000 | 1 | 7 | 2 (0)| 00:00:01 | | | Q2,00 | P->P | HASH |
    | 29 | PX BLOCK ITERATOR | | 1 | 7 | 2 (0)| 00:00:01 | | | Q2,00 | PCWC | |
    | 30 | TABLE ACCESS FULL | SYS_TEMP_0FDAE1E8A_59FE93DB | 1 | 7 | 2 (0)| 00:00:01 | | | Q2,00 | PCWP | |
    | 31 | PX RECEIVE | | 7855 | 414K| 32180 (40)| 00:09:40 | | | Q2,02 | PCWP | |
    | 32 | PX SEND HASH | :TQ20001 | 7855 | 414K| 32180 (40)| 00:09:40 | | | Q2,01 | P->P | HASH |
    | 33 | PX PARTITION HASH SUBQUERY | | 7855 | 414K| 32180 (40)| 00:09:40 |KEY(SQ)|KEY(SQ)| Q2,01 | PCWC | |
    | 34 | TABLE ACCESS BY LOCAL INDEX ROWID| FACT_TRF_ADV_TERM_DAILY | 7855 | 414K| 32180 (40)| 00:09:40 | KEY | KEY | Q2,01 | PCWP | |
    | 35 | BITMAP CONVERSION TO ROWIDS | | | | | | | | Q2,01 | PCWP | |
    | 36 | BITMAP MINUS | | | | | | | | Q2,01 | PCWP | |
    | 37 | BITMAP MINUS | | | | | | | | Q2,01 | PCWP | |
    | 38 | BITMAP AND | | | | | | | | Q2,01 | PCWP | |
    | 39 | BITMAP MINUS | | | | | | | | Q2,01 | PCWP | |
    | 40 | BITMAP MINUS | | | | | | | | Q2,01 | PCWP | |
    | 41 | BITMAP MERGE | | | | | | | | Q2,01 | PCWP | |
    | 42 | BITMAP KEY ITERATION | | | | | | | | Q2,01 | PCWP | |
    | 43 | BUFFER SORT | | | | | | | | Q2,01 | PCWP | |
    | 44 | TABLE ACCESS FULL | SYS_TEMP_0FDAE1E8A_59FE93DB | 1 | 13 | 2 (0)| 00:00:01 | | | Q2,01 | PCWP | |
    |* 45 | BITMAP INDEX RANGE SCAN | FACT_TRF_ADVTD_NEW2_BDX16 | | | | | KEY | KEY | Q2,01 | PCWP | |
    |* 46 | BITMAP INDEX SINGLE VALUE | FACT_TRF_ADVTD_NEW2_BDX14 | | | | | KEY | KEY | Q2,01 | PCWP | |
    |* 47 | BITMAP INDEX SINGLE VALUE | FACT_TRF_ADVTD_NEW2_BDX14 | | | | | KEY | KEY | Q2,01 | PCWP | |
    | 48 | BITMAP MERGE | | | | | | | | Q2,01 | PCWP | |
    | 49 | BITMAP KEY ITERATION | | | | | | | | Q2,01 | PCWP | |
    | 50 | BUFFER SORT | | | | | | | | Q2,01 | PCWP | |
    |* 51 | TABLE ACCESS FULL | DIM_COM_DATE | 371 | 5194 | 4 (0)| 00:00:01 | | | Q2,01 | PCWP | |
    |* 52 | BITMAP INDEX RANGE SCAN | FACT_TRF_ADTD_NEW2_BDX1 | | | | | KEY | KEY | Q2,01 | PCWP | |
    |* 53 | BITMAP INDEX SINGLE VALUE | FACT_TRF_ADVTD_NEW2_BDX14 | | | | | KEY | KEY | Q2,01 | PCWP | |
    |* 54 | BITMAP INDEX SINGLE VALUE | FACT_TRF_ADVTD_NEW2_BDX14 | | | | | KEY | KEY | Q2,01 | PCWP | |
    | 55 | PARTITION RANGE SINGLE | | 1 | 119 | 3 (0)| 00:00:01 | 1 | 1 | Q2,02 | PCWP | |
    | 56 | PARTITION HASH ALL | | 1 | 119 | 3 (0)| 00:00:01 | 1 | 64 | Q2,02 | PCWP | |
    | 57 | TABLE ACCESS BY LOCAL INDEX ROWID | DIM_COM_URL | 1 | 119 | 3 (0)| 00:00:01 | 1 | 64 | Q2,02 | PCWP | |
    |* 58 | INDEX RANGE SCAN | IX_DIM_COM_URL_BID_URLSID | 1 | | 2 (0)| 00:00:01 | 1 | 64 | Q2,02 | PCWP | |
    | 59 | PARTITION RANGE SINGLE | | 1 | | 2 (0)| 00:00:01 | 1 | 1 | Q2,02 | PCWP | |
    | 60 | PARTITION HASH ITERATOR | | 1 | | 2 (0)| 00:00:01 | KEY | KEY | Q2,02 | PCWP | |
    |* 61 | INDEX RANGE SCAN | DIM_COM_ACCOUNT_TERM_IDX1 | 1 | | 2 (0)| 00:00:01 | KEY | KEY | Q2,02 | PCWP | |
    Predicate Information (identified by operation id):
    1 - filter(ROWNUM<=30)
    11 - access("ACCOUNT_KEY"='6270741410')
    15 - filter(ROWNUM<=30)
    18 - filter(ROWNUM<=30)
    26 - access("A11"."ACCOUNT_SID"="C0")
    45 - access("A11"."ACCOUNT_SID"="C0")
    46 - access("A11"."PRODUCT_SID" IS NULL)
    47 - access("A11"."PRODUCT_SID" IS NULL)
    51 - filter("A13"."DATE_KEY">=TO_DATE('2007-06-13 00:00:00', 'yyyy-mm-dd hh24:mi:ss'))
    52 - access("A11"."DATE_SID"="A13"."DATE_SID")
    53 - access("A11"."PRODUCT_SID"=1)
    54 - access("A11"."PRODUCT_SID"=8)
    58 - access("A11"."URL_SID"="URL_SID")
    61 - access("A11"."TERM_SID"="TERM_SID")
    Statistics
    559 recursive calls
    185 db block gets
    140470 consistent gets
    704 physical reads
    72528 redo size
    3230 bytes sent via SQL*Net to client
    349 bytes received via SQL*Net from client
    3 SQL*Net roundtrips to/from client
    123 sorts (memory)
    0 sorts (disk)
    29 rows processed
    SQL>
    JDBC Log is
    Is something like this
    BCV FUNC CharacterSet.convertAL32UTF8BytesToJavaChars: return=28
    DBCV FUNC DBConversion._CHARBytesToJavaChars(bytes[], nbytes[], chars[], cs): returned 28
    DBCV FUNC DBConversion.CHARBytesToJavaChars(bytes[]= (6000 bytes):
    68 74 74 70 3a 2f 2f 77 77 77 2e 70 69 6e 6f 75 74 6c 65 74
    2e 63 6f 6d 2f 70 69 6e 72 74 73 2e 61 73 70 78 3f 67 61 64
    3d 43 4b 62 4c 69 36 63 43 45 67 69 71 72 35 33 58 6b 66 48
    52 48 52 69 4f 79 4a 6e 39 41 79 44 4f 2d 70 49 4e 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    ... last 5800 bytes were not printed to limit the output size byteOffset=0, chars[]= (136020 bytes):
    00 22 00 63 00 75 00 73 00 74 00 6f 00 6d 00 20 00 6c 00 61
    00 70 00 65 00 6c 00 20 00 70 00 69 00 6e 00 73 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    ... last 135820 bytes were not printed to limit the output sizecharOffset=65009, nbytes[0]=25, charSize=1500)
    DBCV FUNC DBConversion._CHARBytesToJavaChars(bytes[]= (6000 bytes):
    68 74 74 70 3a 2f 2f 77 77 77 2e 70 69 6e 6f 75 74 6c 65 74
    2e 63 6f 6d 2f 70 69 6e 72 74 73 2e 61 73 70 78 3f 67 61 64
    3d 43 4b 62 4c 69 36 63 43 45 67 69 71 72 35 33 58 6b 66 48
    52 48 52 69 4f 79 4a 6e 39 41 79 44 4f 2d 70 49 4e 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    ... last 5800 bytes were not printed to limit the output size, byteOffset=0, chars[]= (136020 bytes):
    00 22 00 63 00 75 00 73 00 74 00 6f 00 6d 00 20 00 6c 00 61
    00 70 00 65 00 6c 00 20 00 70 00 69 00 6e 00 73 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    ... last 135820 bytes were not printed to limit the output size, charOffset=65009, cs=873, nbytes[0]=25,charSize=1500)
    DBCV FUNC CharacterSet.convertAL32UTF8BytesToJavaChars(bytes (length=6000),offsetBytes=0,chars (length=68010), offsetChars=65009, countArr[0]=25,convertWithReplacement=true,charSize=1500)
    DBCV FUNC CharacterSet.convertAL32UTF8BytesToJavaChars: return=25
    DBCV FUNC DBConversion._CHARBytesToJavaChars(bytes[], nbytes[], chars[], cs): returned 25
    JTTC FUNC oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows:return: validRows = 29
    DRVR FUNC OracleStatement.execute_maybe_describe():return validRows = 29, needToPrepareDefineBuffer = false
    DRVR FUNC OracleStatement.doExecuteWithTimeout():return validRows = 29, needToPrepareDefineBuffer = false
    I am using literals.
    If you need any more info pl. let me know.
    Thanks much
    * Sorry - The sqlplus log is not going in correct format.

  • I'm gonna try this just ONE MORE TIME then.... I'm done with trying to figure it out.....

    Listen staff, anyone, Moses, Jesus, Muhammad, Buddha, Zeus, Batman etc. I'm posting about this once again in hopes that someone ELSE will come along with some sort of help.
    There's got to be some sort of explanation for this text shifting thing..... it's actually STOPPING me dead in my tracks trying to get ANY work done.  So here I am groveling at the feet of the masters....
    So.... as simple as I can show it (again).... screen one JUST a rectangle and some simple text lined up on the bottom of it...  And screen two... the resulting text shift in 'Preview' mode.
    And.... for the life of me I don't know why, but here's the Muse file...  WAIT!  where and how do I 'attach file' ?  I see no access to that... oh well, how would that simple Muse file help anyway?
    Thanks for any bread crumbs you can throw my way....
    Cliff
    oh yeah....... yes I have the latest update... as of today.

    Gentlemen!  You made my evening.....
    As to the font question.  Yes, I can find fonts that it will work as expected—and this is the only work around. But of course not being able to use a desired font and then hunting for, and having to use an alternative is not a way I, nor you, would want to go...correct?
    But..... I'm now in hopes that this will be addressed and corrected sometime in the near future..... why?
    BECAUSE I FREAKIN' LOVE THIS PROGRAM.... and really wish to use it exclusively for website design.
    Thanks again for the replies.....
    Goodnight
    Cliff

  • Query taking more time then required.

    I have aquery which is taking is taking 8-9 min to retrieve data. It contain 27,000 rows. pls tell me how can i optimize this query.
    SELECT DEPO_CODE,
    DEPO_NAME,
    DEPO_LOCAL_NAME,
    CIRCLE_ID,
    CIRCLE_CODE,
    CIRCLE_NAME,
    CIRCLE_LOCAL_NAME,
    VILLAGE_ID,
    VILLAGE_CODE,
    VILLAGE_NAME,
    VILLAGE_LOCAL_NAME,
    MEM_ID,
    MEM_CODE,
    MEM_NAME,
    MEM_LOCAL_NAME,
    MEM_TYPE,
    Mem_typ_srno,
    AMOUNT,
    SHARE_AMT,
    TONNAGE,
    (NVL(AMOUNT, 0)) - (NVL(SHARE_AMT, 0)) Balance
    FROM (SELECT D.DP_TYPE_CODE DEPO_CODE,
    D.DP_TYPE_NAME DEPO_NAME,
    D.DP_TYPE_NAME_LOCAL DEPO_LOCAL_NAME,
    G.GUT_ID CIRCLE_ID,
    G.GUT_CODE CIRCLE_CODE,
    G.GUT_NAME CIRCLE_NAME,
    G.LOCAL_GUT_NAME CIRCLE_LOCAL_NAME,
    V.VILLAGE_ID VILLAGE_ID,
    V.VILLAGE_CODE VILLAGE_CODE,
    V.VILLAGE_NAME VILLAGE_NAME,
    V.LOCAL_VILLAGE_NAME VILLAGE_LOCAL_NAME,
    M.FAAM_ID MEM_ID,
    M.FAAM_CODE MEM_CODE,
    M.FAAM_NAME MEM_NAME,
    M.FAAM_LOCAL_NAME MEM_LOCAL_NAME,
    decode(T.MEMBER_TYPE,
    'Y',
    'ºÉ¦ÉɺÉnù',
    'N',
    'ʤÉMÉ®ú-ºÉ¦ÉɺÉnù',
    'G',
    'MÉä]õEòäxÉ',
    'D',
    'Êb÷{ÉÉìÊZÉ]õ®') MEM_TYPE,
    decode(T.MEMBER_TYPE, 'Y', 1, 'N', 2, 'D', 3, 'G', 4) Mem_typ_srno,
    SUM(NVL(T.AMOUNT, 0)) AMOUNT,
    NULL SHARE_AMT,
    T.TONAGE TONNAGE
    FROM CANE_DEPOSIT_TRN T,
    CANE_DEPOSITE_TYPE_MST D,
    FA_ACT_MST M,
    VILLAGE_MST V,
    GUT_MST G
    WHERE T.ACC_ID = M.FAAM_ID
    AND T.DEPOSIT_TYPE_ID = D.DP_TYPE_ID
    AND M.FAAM_VILLAGE = V.VILLAGE_ID(+)
    AND V.GUT_ID = G.GUT_ID(+)
    AND T.TRDATE BETWEEN NVL(&P_FROM_DATE, T.TRDATE) AND
    NVL(&P_TO_DATE, T.TRDATE)
    AND T.MEMBER_TYPE = NVL(&p_grower_type_id, T.MEMBER_TYPE)
    AND M.FAAM_ID = NVL(&P_ACC_ID, M.FAAM_ID)
    AND D.DP_TYPE_ID = NVL(&P_DEPOSITE_TYPE_ID, D.DP_TYPE_ID)
    AND T.COMPANY = &P_COMPANY_ID
    AND T.BRANCH = &P_BRANCH_ID
    AND G.GUT_ID = NVL(&p_gut_id, G.GUT_ID)
    and v.village_id = nvl(&p_village_id, V.VILLAGE_ID)
    GROUP BY D.DP_TYPE_CODE,
    D.DP_TYPE_NAME,
    D.DP_TYPE_NAME_LOCAL,
    G.GUT_ID,
    G.GUT_CODE,
    G.GUT_NAME,
    T.MEMBER_TYPE,
    G.LOCAL_GUT_NAME,
    V.VILLAGE_ID,
    V.VILLAGE_CODE,
    V.VILLAGE_NAME,
    V.LOCAL_VILLAGE_NAME,
    M.FAAM_ID,
    M.FAAM_CODE,
    M.FAAM_NAME,
    M.FAAM_LOCAL_NAME,
    M.MEMBER_TYPE,
    T.TONAGE
    UNION ALL
    SELECT D.DP_TYPE_CODE DEPO_CODE,
    D.DP_TYPE_NAME DEPO_NAME,
    D.DP_TYPE_NAME_LOCAL DEPO_LOCAL_NAME,
    G.GUT_ID CIRCLE_ID,
    G.GUT_CODE CIRCLE_CODE,
    G.GUT_NAME CIRCLE_NAME,
    G.LOCAL_GUT_NAME CIRCLE_LOCAL_NAME,
    V.VILLAGE_ID VILLAGE_ID,
    V.VILLAGE_CODE VILLAGE_CODE,
    V.VILLAGE_NAME VILLAGE_NAME,
    V.LOCAL_VILLAGE_NAME VILLAGE_LOCAL_NAME,
    M.FAAM_ID MEM_ID,
    M.FAAM_CODE MEM_CODE,
    M.FAAM_NAME MEM_NAME,
    M.FAAM_LOCAL_NAME MEM_LOCAL_NAME,
    NULL MEM_TYPE,
    NULL Mem_typ_srno,
    NULL AMOUNT,
    SUM(NVL(S.AMOUNT, 0)) SHARE_AMT,
    NULL TONNAGE
    FROM CANE_DEPOSIT_TRF_TO_SHARE S,
    CANE_DEPOSITE_TYPE_MST D,
    FA_ACT_MST M,
    VILLAGE_MST V,
    GUT_MST G
    WHERE S.ACC_ID = M.FAAM_ID
    AND S.DEPOSIT_TYPE_ID = D.DP_TYPE_ID
    AND M.FAAM_VILLAGE = V.VILLAGE_ID(+)
    AND V.GUT_ID = G.GUT_ID(+)
    AND S.TRDATE BETWEEN NVL(&P_FROM_DATE, S.TRDATE) AND
    NVL(&P_TO_DATE, S.TRDATE)
    AND M.FAAM_ID = NVL(&P_ACC_ID, M.FAAM_ID)
    AND D.DP_TYPE_ID = NVL(&P_DEPOSITE_TYPE_ID, D.DP_TYPE_ID)
    AND S.COMPANY = &P_COMPANY_ID
    AND S.BRANCH = &P_BRANCH_ID
    AND G.GUT_ID = NVL(&p_gut_id, G.GUT_ID)
    and v.village_id = nvl(&p_village_id, V.VILLAGE_ID)
    GROUP BY D.DP_TYPE_CODE,
    D.DP_TYPE_NAME,
    D.DP_TYPE_NAME_LOCAL,
    G.GUT_ID,
    G.GUT_CODE,
    G.GUT_NAME,
    G.LOCAL_GUT_NAME,
    V.VILLAGE_ID,
    V.VILLAGE_CODE,
    V.VILLAGE_NAME,
    V.LOCAL_VILLAGE_NAME,
    M.FAAM_ID,
    M.FAAM_CODE,
    M.FAAM_NAME,
    M.FAAM_LOCAL_NAME,
    M.MEMBER_TYPE)
    ORDER BY Mem_typ_srno, DEPO_CODE, CIRCLE_ID, VILLAGE_ID, MEM_NAME

    Maybe
    when using if-parameter-is-null-then-all approach and parameters are mostly not null pushing predicates can substantially reduce the number of rows to join (to an extent where indexes are not really necessary).
    Could not be of any help as the Optimizer is very good at predicate pushing and might have seen to it already.
    Rewritten to ANSI join syntax
    <tt>
    WHERE S.ACC_ID = M.FAAM_ID
      AND S.DEPOSIT_TYPE_ID = D.DP_TYPE_ID
      AND M.FAAM_VILLAGE = <b><font color="red">V</font>.VILLAGE_ID<font color="red">( + )</font></b>
      AND <b><font color="red">V</font>.GUT_ID</b> = <b><font color="blue">G</font>.GUT_ID<font color="blue">( + )</font></b>
    </tt>
    being suspicious about the combination as above
    select depo_code,depo_name,depo_local_name,
           circle_id,circle_code,circle_name,circle_local_name,
           village_id,village_code,village_name,village_local_name,
           mem_id,mem_code,mem_name,mem_local_name,
           mem_type,mem_typ_srno,
           amount,share_amt,tonnage,
           (nvl(amount, 0)) - (nvl(share_amt, 0)) balance
      from (select d.depo_code,d.depo_name,d.depo_local_name,
                   g.circle_id,g.circle_code,g.circle_name,g.circle_local_name,
                   v.village_id,v.village_code,v.village_name,v.village_local_name,
                   m.mem_id,m.mem_code,m.mem_name,m.mem_local_name,
                   t.mem_type,t.mem_typ_srno,
                   sum(t.amount) amount,to_number(null) share_amt,t.tonage
              from (select acc_id,deposit_type_id,amount,tonnage,
                           decode(member_type,'Y','oɦÉÉoÉnu','N','E¤ÉMÉ®ú-oɦÉÉoÉnu','G','MÉä]oEoäxÉ','D','Eb÷{ÉÉiEZÉ]o®') mem_type,
                           decode(member_type,'Y',1,'N',2,'D',3,'G',4) mem_typ_srno,
                      from cane_deposit_trn
                     where trdate between nvl(&p_from_date,trdate) and nvl(&p_to_date,trdate)
                       and member_type = nvl(&p_grower_type_id,member_type)
                       and company = &p_company_id
                       and branch = &p_branch_id
                   ) t
                   join
                   (select dp_type_id,dp_type_code depo_code,dp_type_name depo_name,dp_type_name_local depo_local_name
                      from cane_deposite_type_mst
                     where dp_type_id = nvl(&p_deposite_type_id,dp_type_id)
                   ) d
                on t.deposit_type_id = d.dp_type_id
                   join
                   (select faam_id,faam_village,faam_id mem_id,faam_code mem_code,faam_name mem_name,faam_local_name mem_local_name,member_type
                      from fa_act_mst
                     where m.faam_id = nvl(&p_acc_id,m.faam_id)
                   ) m
                on m.faam_id = t.acc_id
                   left join
                   (select village_id,gut_id,village_code,village_name,local_village_name village_local_name
                      from village_mst
                     where v.village_id = nvl(&p_village_id,village_id)
                   ) v
                on m.faam_village = v.village_id
                   left join
                   (select gut_id circle_id,gut_code circle_code,gut_name circle_name,local_gut_name circle_local_name
                      from gut_mst
                     where g.gut_id = nvl(&p_gut_id,g.gut_id)
                   ) g
                on v.gut_id = g.gut_id
             group by d.depo_code,d.depo_name,d.depo_local_name,
                      g.circle_id,g.circle_code,g.circle_name,
                      t.mem_type,
                      g.circle_local_name,
                      v.village_id,v.village_code,v.village_name,v.village_local_name,
                      m.mem_id,m.mem_code,m.mem_name,m.mem_local_name,m.member_type,
                      t.tonage
            union all
            select d.depo_code,d.depo_name,d.depo_local_name,
                   g.circle_id,g.circle_code,g.circle_name,g.circle_local_name,
                   v.village_id,v.village_code,v.village_name,v.village_local_name,
                   m.mem_id,m.mem_code,m.mem_name,m.mem_local_name,
                   null mem_type,null mem_typ_srno,null amount,
                   sum(s.amount) share_amt,null tonnage
              from (select acc_id,deposit_type_id,amount
                      from cane_deposit_trf_to_share
                     where trdate between nvl(&p_from_date,trdate) and nvl(&p_to_date,trdate)
                       and s.company = &p_company_id
                       and s.branch = &p_branch_id
                   ) s
                   join
                   (select dp_type_id,dp_type_code depo_code,dp_type_name depo_name,dp_type_name_local depo_local_name
                      from cane_deposite_type_mst
                     where dp_type_id = nvl(&p_deposite_type_id,dp_type_id)
                   ) d
                on s.deposit_type_id = d.dp_type_id
                   join
                   (select faam_id mem_id,faam_village,faam_code mem_code,faam_name mem_name,faam_local_name mem_local_name,member_type
                      from fa_act_mst
                     where faam_id = nvl(&p_acc_id,faam_id)
                   ) m
                on m.faam_id = s.acc_id
                   left join
                   (select village_id,gut_id,village_code,village_name,local_village_name village_local_name
                      from village_mst
                     where village_id = nvl(&p_village_id,village_id)
                   ) v
                on m.faam_village = v.village_id
                   left join
                   (select gut_id circle_id,gut_code circle_code,gut_name circle_name,local_gut_name circle_local_name
                      from gut_mst
                     where gut_id = nvl(&p_gut_id,gut_id)
                   ) g
                on v.gut_id = g.gut_id
             group by d.depo_code,d.depo_name,d.depo_local_name,
                      g.circle_id,g.circle_code,g.circle_name,g.circle_local_name,
                      v.village_id,v.village_code,v.village_name,v.village_local_name,
                      m.mem_id,m.mem_code,m.mem_name,m.mem_local_name,m.member_type
    order by mem_typ_srno,depo_code,circle_id,village_id,mem_nameRegards
    Etbin

  • I just paid for in-app credit and purchase failed so i tried 8 more times. then i finally put in my credit card details to my account, just charged me 9 dollars but didnt get the credit in the game?

    I just paid for an in-app game credit, i was stupid and kept pressing it cause purchase failed.
    then i couldnt update any apps until i put my credit card details in, which i thought i had already.
    then after i got charged 9 bucks which on the receipt was all from that game... but when i go to the game, i didnt get any credit?
    anyone know what to do or how to fix this?
    thanks.

    You need to take it up with the app's customer service people.

  • Whenever I play a downloaded film, it tells me that I can't play it without authorizing it. So I type in my password to authorize it, and it asks me about 3 more times, then I finally get to watching the video and it's just a black screen and no audio.

    Oh, and by the way, the video was playing, it's just a blank screen and no audio. The timeline at the bottom of the screen is moving along but nothing is playing. Any help would be much appreciated.
    ~ Alex

    See if there is any insight to your issue in this Support Article...
    http://support.apple.com/kb/TS1389

  • ONe more time - Java program Help -

    HI. I need to know what the code would be to print the Nodes. I simply can't figure it out.I'm not allowed to change anything or add anything. I just have to fill in the methods and make the ListSort work as it is. I can't figure out how to print each node so the out put looks like this:
    *12 2 10 5*
    *12 2 10 5*
    Eventually I have to have to program sort them but I can probably figure it out if I can just print them. ANy help? I have posted before but with no luck. GOod advice its just i can't find out the code to write in the printLIst and insertNodeAtBeginning that will get the nodes to print.
    * implements various methods related to manipulating a singly-linked list
    public class LinkedList
    private Node firstNode = null;
    * prints all the elements of the list in order on one line, separated by s
    paces
    * puts a line of dashes above and below the printed list
    public void printList()
    System.out.println("----------");
    Node currentNode = firstNode;
    System.out.println("----------");
    * inserts a new node into the list at the beginning of the list
    public void insertNodeAtBeginning(Node newNode)
    // quick error checking
    if (newNode == null)
    return;
    // TODO: insert newNode into the beginning of the list
    * inserts the newNode into the list just before the first node that
    * has a larger value than newNode; if the list is empty or if newNode
    * has the smallest value, then newNode will be inserted at the beginning
    * of the list; if newNode has the largest value in the list, then it
    * should be inserted at the end of the list
    public void insertNodeInAscendingOrder(Node newNode)
    // quick error checking
    if (newNode == null)
    return;
    // TODO: insert newNode in the right place in the list
    * remove the first node in the list and return it. if there are no
    * elements in the list, then return null
    public Node removeFirstNode()
    return firstNode;// TODO: remove the first element in the list and return
    it, or
    // return null if the list is empty
    * use recursion to sort the given list in ascending order
    public static void recursiveListSort(LinkedList list)
    // quick error checking
    if (list == null)
    return;
    // TODO: use recursion to sort the list
    Next file:
    public class ListSort {
    * @param args
    public static void main(String[] args) {
    LinkedList list = new LinkedList();
    list.insertNodeAtBeginning(new Node(5));
    list.insertNodeAtBeginning(new Node(10));
    list.insertNodeAtBeginning(new Node(2));
    list.insertNodeAtBeginning(new Node(12));
    list.printList();
    LinkedList.recursiveListSort(list);
    list.printList();
    Next File:
    public class Node
    private int value;
    public Node next = null;
    public Node(int newValue)
    value = newValue;
    public int getValue()
    return value;
    }

    You did receive good advice previously and would do well to study it and search the forum as well. One other thing to help you get advice is to post your code so it is readable without hurting the eyes. So please use code tags so that your code will be well-formatted and readable. To do this, place the tag &#91;code&#93; at the top of your block of code and the tag &#91;/code&#93; at the bottom, like so:
    &#91;code&#93;
    // your code block goes here.
    &#91;/code&#93;

  • SYS_REFCURSOR takes more time than direct query execution

    I have a stored proc which has 4 inputs and 10 output and all outputs are sys_refcursor type.
    Among 10 ouputs, 1 cursor returns 4k+ records and all other cursors has 3 or 4 records and average 5 columns in each cursors. For this, it takes 8 sec to complete the execution. If we directly query, it gives output in .025 sec.
    I verified code located the issue with cursor which returns 4k+ only.
    The cursor opening from a temporary table (which has 4k+ records ) without any filter. The query which inserted into temporary is direct inserts only and i found nothing to modify there.
    Can anyone suggest, how we can bring the results in less than 3 sec? This is really a challenge since the code needs to go live next week.
    Any help appreciated.
    Thanks
    Renjish

    I've just repeated the test in SQL*Plus on my test database.
    Both the ref cursor and direct SQL took 4.75 seconds.
    However, that time is not the time to execute the SQL statement, but the time it took SQL*Plus in my command window to print out the 3999 rows of results.
    SQL> create or replace PROCEDURE TEST_PROC (O_OUTPUT OUT SYS_REFCURSOR) is
      2  BEGIN
      3    OPEN  O_OUTPUT FOR
      4      select 11 plan_num, 22  loc_num, 'aaa' loc_nm from dual connect by level < 4000;
      5  end;
      6  /
    Procedure created.
    SQL> set timing on
    SQL> set linesize 1000
    SQL> set serverout on
    SQL> var o_output refcursor;
    SQL> exec test_proc(:o_output);
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.04
    SQL> print o_output;
      PLAN_NUM    LOC_NUM LOC
            11         22 aaa
            11         22 aaa
            11         22 aaa
            11         22 aaa
            11         22 aaa
    3999 rows selected.
    Elapsed: 00:00:04.75
    SQL> select 11 plan_num, 22  loc_num, 'aaa' loc_nm from dual connect by level < 4000;
      PLAN_NUM    LOC_NUM LOC
            11         22 aaa
            11         22 aaa
            11         22 aaa
            11         22 aaa
            11         22 aaa
            11         22 aaa
    3999 rows selected.
    Elapsed: 00:00:04.75
    That's the result I expect to see, both taking the same amount of time to do the same thing.
    Please demonstrate how you are running it and getting different results.

  • I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? Create a personal cloud?

    I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? To create a personal cloud?
    Can someone advise as to whether i can do the following:
                                Future Internet connection -------------------TIME CAPSULE (containing all files) -------------- Backed up on the WD 2T Hard-drive I have
                                      (not connected yet)                                         I                                                          (*connected to timecapsule physically)
                                                                                                            I
                    I                                         I                                                I                                                              I                                                I
          Macbook Pro                             iMac                                       HP (PC)                                             OLD Macbook Pro                         iPhone
    (used for remote working)       (Used for home working)     (used for heavy CAD and rendering)    (not being used for anything at the moment)        (& iPods)
    I am looking to have all my files in one place as i am hopelessly disorganised. I know the online clouds are a good solution (used Dropbox at work and uni for 3 years) however i am wanting to create my own 'dropbox/icloud' at home. So whenever i get back home with my laptop, any work i have been working on whilst out that day is updated to the timecapsule, and then ultimately as i turn on the other devices, they update to those newer versions of the files. Please tell me that the 3TB time capsule i have can do this, otherwise it feels rather overpriced as a wireless storage device?
    Another note (to those in the know) If i am to be working on large files (REVIT/SOLIDWORKS/KEYSHOT/CREO/AUTOCAD) - is the timecapsule connection good enough to support editing and updating these files?
    I know i may be asking a question that many have before, but as a bit of a technical novice I wanted a clear-cut answer to my specific circumstances. Your help is greatly appreciated.
    (*can i use this WD hard-drive that is connected to the Time Capsule as a back up? so that the time machine back-ups/any back ups are also backed up onto this one? can the WD be a backup for the TC?)
    Kind Regards
    Joe

    The diagram was supposed to look more like this......
    Internet ---------TIME CAPSULE(containing all files) --------WD 2T Harddrive
                                                I
         I                           I                          I                            I                                   I
    Macbook Pro         iMac                 HP (PC)            OLD Macbook Pro           iPhone
    Sorry!
    Regards
    Joe

  • I was backing up my iPhone and importing photos onto iPhoto at the same time , then suddenly it says no more space available (i had 48GB before i do this and now i have 18GB) i can't find the back up or the photo anywhere , how can i delete them ?

    i was backing up my iPhone and importing photos onto iPhoto at the same time , then suddenly it says no more space available (i had 48GB before i do this and now i have 18GB) i can't find the back up or the photo anywhere , how can i delete them ? i dont need the pictures or the back ups , i want to delete them but they are not there

    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
    iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then reboot. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation. You also need enough space left over to allow for growth of the data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown asBackups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Reboot and it should go away.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) to explore the volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Deleting files inside an iPhoto or Aperture library will corrupt the library. Any changes to a photo library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install ODS in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The application window will open, eventually showing all files in all folders, sorted by size with the largest at the top. It may take a few minutes for ODS to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with ODS, quit it and also quit Terminal.

  • For some reason, I can not delete bookmarks. I did one at a time, then tried 5 or 6 and it worked once then no more. I then tried 1 at a time and it worked once the no more. This is a brand new computer (Win7) and FF just loaded about 3 hours ago.

    # Question
    For some reason, I can not delete bookmarks. I did one at a time, then tried 5 or 6 and it worked once then no more. I then tried 1 at a time and it worked once the no more. Why is this happening? This is a brand new computer (Win7) and FF just loaded about 3 hours ago. Do not know how the bookmarks even got in there. Some were ok, but no order and some that were never bookmarks. Looks like FF tried to import some BM's from the Virtual XP installed, but did not get it any where near right. I need to completely delete all of them and install from a saved .html file.

    Well, I did not see the exact problem that I was having listed in the articles, BUT the problem is solved for now.
    I opened FF and the Bookmarks to Organize again. I deleted all of the folders and entries, ONE AT A TIME, AND IT WORKED. Evidently, for what ever reason, FF did not like "Batch" deletes of ANY amount greater than 1 and the HANG UP would occur.
    Deleting one at a time then importing the good .html from a good file, loaded the wanted Bookmarks. Yea

  • Flat file as a source - now more confused then before.

    Sorry to open this topic again - i just got confused to what needs to be done (i did read all of the posts on previous topic - honest!) got confused to who did what and how it needs to be done. it's hard to be stupid sometimes :(
    here is what i have:
    OWB server (target + runtime repository) = RHEL 4
    Source (the location of the flat files) = shared drive/folder on Windows
    OWB client (my machine) = Windows (unfortunatelly)
    I followed the steps described in
    http://download-uk.oracle.com/docs/cd/B31080_01/doc/owb.102/b28223/def_flatfiles.htm#CHDHBECD
    created samba mount point from OWB server to the Source files:
    /mnt/folderA/folderB/source_file.txt
    mapped shared drive from the source onto my machine
    Z:/folderA/loderB
    created location for the flat files in OWB:
    TEST_LOCATION = \\windows\folderA\folderB\
    imported flat files into OWB (had to go through the sample)
    created the map 'TARGETLOAD' - simple load the data from the flat file into the table
    validation produced the following message:
    VDL-2398: No data file specified. Generated code will use the sampled file name and the file location 'TEST_LOCATION'
    --which is fine isn't it? it should be using this file in that location
    generation went OK.
    deployment produced this error:
    SQL*Loader-500: Unable to open file (/u01/app/oracle/product/10.2.0/owb_1/owb/bin/unix/\windowsfolderAfolderBTARGETLOAD.ctl)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    i checked this directory - there are 2 files there that were created by OWB:
    \\windows\folderA\folderB\TARGETLOAD.ctl
    \windowsfolderAfolderBTARGETLOAD.log
    Could anyone please enlighten me on what is going on? What do i have to change/amend/edit/tweak in order to solve this? all i want is to be able to load the data from flat file on the source windows box into the table in OWB server.
    Any help/thoughts would be greatly appreciated.

    Hi GB
    Thank you very much for your reply.
    I cannot use external tables - my superiors decided agains it, so i am lambered with external files (even jedi mind trick didn't work!).
    What i do is import external files from windows box. The location is specified as \\windows\forlderA\folderB
    --Mount the drive onto unix then register the files location as the unix path.
    i have a samba mount point from unix box to this windows location. But what i can't do is to select is as a location. i even tried to mapping this mount point onto windows box, so that it looks like \\unix\mnt\folderA\folderB - and of cause when i execute - i get the same error.
    I even tried configuring the sql loader (right click on map and select configure -- create), but i cannot do it even that way. coz everytime i try to create - OWB automatically assigns windows path to it.
    IT told me to let them know what i need and they will create it (map the drive etc) the problem is - i can't think of how to do it! and i do not have a priveleges to start 'trying things out'... well they say if i break their security one more time -i am in trouble!
    I know it sounds sad, but could you please let me know what i need to have/to do in order to make it work.
    Hope you do not mind my request and thank you very much for all your kind help and advise
    Kind Regards
    Vix

  • Mackeeper has detected a virus in the time capsule back up - it is not possible to dele - it ite the file. Do I find time capsule in finder and delete the whole computer back up, then crate a fresh back up? Is that the only solution please?

    mackeeper has detected a virus in the time capsule backup, it is not possible to delete the infected file. Do I mount time capsule in finder and then consign to junk the whole computer backup then create a fresh backup? Is that the only solution please.

    Follow these instructions to uninstall MacKeeper. They have been tested with the most recent version of MacKeeper. Earlier versions than the one released in 2012 require more extensive work to uninstall all its components. Never install such junk on a Mac.
    If you actually used MacKeeper to alter your system, e.g. "remove excess binaries" or such, you will need to reinstall OS X as well as all your additional software. Uninstalling MacKeeper is insufficient to reverse the corruption it is capable of - once again, that is if you used it.
    If you merely installed MacKeeper but did not use it to perform any particular action, the following instructions will suffice.
    If you used MacKeeper to encrypt any files or folders, use MacKeeper to un-encrypt them first.
    Quit the MacKeeper app if it is running.
    Open your Applications folder: Using the Finder's Go menu, select Applications.
    Drag the MacKeeper icon from your Applications folder (not the Dock) to the Trash.
    You will be asked to authenticate (twice):
    You do not need to provide a reason for uninstalling it:
    Just click the Uninstall MacKeeper button. You will be asked to authenticate again.
    After it uninstalls you may empty the Trash and restart your Mac. All that will remain is an inert log file that does nothing but occupy space on your hard disk.
    May I suggest that you review the following setting in System Preferences?
    Although you may easily override that setting, it will serve to protect you from inadvertently installing garbage. The overwhelming majority of Macs I come across have the MacKeeper installer file already present in their Downloads folder, often multiple copies of it. The downloaded file itself can do nothing until it is opened and installed, and the above setting (known as Gatekeeper - not to be confused with MacKeeper) will prevent that from occurring.

Maybe you are looking for

  • Firefox crashes 3 seconds after I open it. What to do?

    I have this problem for a few days, mozilla keeps crashing (even if going in safe mode) and i don't know why, or what to do. I just open it, it loads foar a few seconds and then crashes and asks me to send the report. I need help cause I got a few ta

  • Error in ELM - Maintain BP - CRM_MKTLIST_STAGING013

    HI all, when i try to upload BP with ELM, SYSTEMS (CRM 7.0) show me the following error message: 0 business partners maintained message errore - CRM_MKTLIST_STAGING013 I have this problem after that i have implemented CRM_MKTLIST_BADI badi. The probl

  • In need of a Software Developer for a Photoshop Plugin / Extension

    I'm in need of a software developer that can create a plug-in or extension panel for Photoshop, according to my instruction.  Is there a list of developers available from Adobe?  Are you a software developer that can help?  Please let me know.

  • Getting Active Directory Users in UCM User Admin - Users Tab

    Hello All We have integrated WLS with our Active Directory. And we are getting all the active directory users under Security Realms >myrealm >Users and Groups tab in WLS Console. We are also able to login to webcenter spaces and Content server using

  • HST50: Unix - How Headstart calls forms and reports uppercase/lowercase from a Menu

    We are migrating a 'in production' Headstart generated application from Windows to Unix. We had to a little time in setting the lowercase implementation names, setting the prefs to generate lowercase file..... So good so far. When testing the applica