Why is the below IMAP code failing?

Hi,
Can any one point me whats wrong in the below code? It always gives no message found devoid of pressence of messages.
    mailStore.connect(username, password);
    inbox = mailStore.getFolder("inbox");
    inbox.open(Folder.READ_WRITE);
    IMAPFolder imapInbox = (IMAPFolder)inbox;
    Flags flg = new Flags(Flags.Flag.RECENT);
    SearchTerm newMess = new FlagTerm(flg, true);
    System.out.println(imapInbox.getMessageCount());
    Message[] mails = imapInbox.search(newMess);
    if(mails.length == 0) {
      System.out.println("No Messages Found");
    } else {
      System.out.println(mails.length + "Mails found");
    }Thanks,
Harish Srinivasan

Again, see the debugging section of the FAQ. The protocol trace will be very helpful.

Similar Messages

  • Why does the Adobe Updater keep failing?

    Why does the Adobe Updater keep failing? I close my Webroot antivirus app and the update keeps failing for the Extension Manager 6.0.8 Update. The message is "Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7". I cannot retry until the Adobe Updater appears again in the notification bar (lower right of my Win 7 desktop.

    Hi,
    You can try to manually install the updates:
    Product updates
    Helpful Links:
    Installation failed. Error U44M1P7 | Updates
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-updates-dont-install.html

  • Why have the patch return codes changed?

    When patching sparc Solaris 10, have the patch return code 2's now become code 1's? Why the change? Is there documentation somewhere about this? What other ones have changed?

    Code 1 could indicate a number of different things besides patch allready installed which there is a code allready for. I do not really have the time to search through all the logs to verify this. I believe this is a problem that needs addressed.

  • Please help me on the below error code.

    Hi All,
    Good evening. Can any one help me on the below error
    What is the route cause for that n what is the solution?
    ORA-27101: shared memory realm does not exist. "
    Regards,
    GR

    What is the route cause for that "Error ORA-27101 is reporting that the shared memory key generated by the client does not match any currently existing keys. This is to be expected if the ORACLE_HOME or ORACLE_SID used by the client is not the same as that used when starting up the database."
    n what is the solution?That depends on the type of your connection.
    You should probably check your listener.ora and make sure your ORACLE_HOME is set properly.
    See Metalink Doc Id 122183.1

  • TS1368 Why does the app store sometimes fail to connect?

    I often cannot connect to the app store with my new iPad, while I can at other times.  All the support suggestions suggest that my WiFi connection is the problem. However all the other apps that need the WiFi connection, such as Safari, email and Dropbox work all the time. This seems to indicate that my connection is OK. Why is the app store app unable to connect reliably?

    It will happen if you activate a new device in your iTunes account, such as a new iPod, or, from my experience, randomly. Apple stepped up security some months back to cut down on fraudulent purchases.

  • Why cannot the below code find cookie?

    Hi,
    Please see the following code in the aspx.cs file:
    public bool IsShow()
    try
    string strAppFloatCnt = string.Empty;
    if (System.Web.HttpContext.Current.Request.Cookies["appFloatCnt"] != null)
    strAppFloatCnt = System.Web.HttpContext.Current.Request.Cookies["appFloatCnt"].Value;
    int appFloatCnt = 0;
    if (!string.IsNullOrEmpty(strAppFloatCnt))
    appFloatCnt = Convert.ToInt32(strAppFloatCnt);
    DateTime expires = DateTime.Now.AddDays(60);
    if (appFloatCnt < 5)
    if (System.Web.HttpContext.Current.Request.Cookies["appFloatCnt"] == null)
    HttpCookie cookie = new HttpCookie("appFloatCnt");
    cookie.Value = (appFloatCnt + 1).ToString();
    cookie.Expires = expires;
    System.Web.HttpContext.Current.Response.Cookies.Add(cookie);
    else
    System.Web.HttpContext.Current.Response.Cookies["appFloatCnt"].Value = (appFloatCnt + 1).ToString();
    System.Web.HttpContext.Current.Response.Cookies["appFloatCnt"].Expires = expires;
    return true;
    else { return false; }
    catch (System.Exception ex)
    return false;
    And then I called this method in the aspx file like the following way:
    <input type="hidden" id="hiddenIsShowAppFloat" value="<%=IsShow()%>" />
    Each time I refresh this page in Google Chrome, System.Web.HttpContext.Current.Request.Cookies["appFloatCnt"] always return NULL. Why?
    Where should I edit the above code so that System.Web.HttpContext.Current.Request.Cookies["appFloatCnt"] can return the correct value instead of always NULL?
    (I am using VS 2012. Operating system is Windows 7 Professional.)
    Please help to sort out this problem. Thank you.
    QQ

    Please use the ASP.NET forums for ASP.NET related questions:
    http://forums.asp.net

  • Why is the adobe air installer failing?

    Hi there,
    I am trying to install Story Plus on my laptop, but I get an error message saying there's a problem with the installer, get a fresh copy from the author.
    so, here's the log from that issue.  Thanks for any help you can offer.
    [2014-12-28:15:36:12] Runtime Installer begin with version 15.0.0.356 on Windows 8 x86
    [2014-12-28:15:36:12] Commandline is: -playerVersion=16,0,0,235 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 https://story.adobe.com//AIR/AdobeStory.air
    [2014-12-28:15:36:12] No installed runtime detected
    [2014-12-28:15:36:12] Invoking Application Installer for combined install
    [2014-12-28:15:36:12] Launching subprocess with commandline C:\Users\Warren\AppData\Local\Temp\AIR7884.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Warren\AppData\Local\Temp\AIR7884.tmp -playerVersion=16,0,0,235 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url https://story.adobe.com//AIR/AdobeStory.air
    [2014-12-28:15:36:12] Application Installer begin with version 15.0.0.356 on Windows 8 x86
    [2014-12-28:15:36:12] Commandline is: -runtime C:\Users\Warren\AppData\Local\Temp\AIR7884.tmp -playerVersion=16,0,0,235 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url https://story.adobe.com//AIR/AdobeStory.air
    [2014-12-28:15:36:12] No installed runtime detected
    [2014-12-28:15:36:13] Unpackaging https://story.adobe.com//AIR/AdobeStory.air to C:\Users\Warren\AppData\Local\Temp\fla91A9.tmp
    [2014-12-28:15:40:15] Application signature verified
    [2014-12-28:15:40:15] Unpackaging/validation complete
    [2014-12-28:15:44:23] Converting unpackaged application to a native installation package in C:\Users\Warren\AppData\Local\Temp\flaE7A.tmp
    [2014-12-28:15:44:24] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-12-28:15:44:31] Application Installer end with exit code 7
    [2014-12-28:15:44:31] Subprocess app installer failed (7)
    [2014-12-28:15:44:31] Runtime Installer end with exit code 7
    [2014-12-28:16:14:27] Runtime Installer begin with version 15.0.0.356 on Windows 8 x86
    [2014-12-28:16:14:27] Commandline is: -playerVersion=16,0,0,235 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 https://story.adobe.com//AIR/AdobeStory.air
    [2014-12-28:16:14:27] No installed runtime detected
    [2014-12-28:16:14:28] Invoking Application Installer for combined install
    [2014-12-28:16:14:28] Launching subprocess with commandline C:\Users\Warren\AppData\Local\Temp\AIR6F61.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Warren\AppData\Local\Temp\AIR6F61.tmp -playerVersion=16,0,0,235 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url https://story.adobe.com//AIR/AdobeStory.air
    [2014-12-28:16:14:28] Application Installer begin with version 15.0.0.356 on Windows 8 x86
    [2014-12-28:16:14:28] Commandline is: -runtime C:\Users\Warren\AppData\Local\Temp\AIR6F61.tmp -playerVersion=16,0,0,235 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url https://story.adobe.com//AIR/AdobeStory.air
    [2014-12-28:16:14:28] No installed runtime detected
    [2014-12-28:16:14:29] Unpackaging https://story.adobe.com//AIR/AdobeStory.air to C:\Users\Warren\AppData\Local\Temp\fla9BC1.tmp
    [2014-12-28:16:18:24] Application signature verified
    [2014-12-28:16:18:24] Unpackaging/validation complete
    [2014-12-28:16:21:07] Converting unpackaged application to a native installation package in C:\Users\Warren\AppData\Local\Temp\flaAC8D.tmp
    [2014-12-28:16:21:08] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2014-12-28:16:21:24] Application Installer end with exit code 7
    [2014-12-28:16:21:24] Subprocess app installer failed (7)
    [2014-12-28:16:21:24] Runtime Installer end with exit code 7

    Hi,
    Can you please try the following?
    - First do a fresh install of Adobe AIR. You can get the latest one from https://get.adobe.com/air
    - Download the Adobe Story installer file directly from this url: https://story.adobe.com/AIR/AdobeStory.air
    - Double click on the downloaded file to install it.
    If this still fails, please mail us the logs at DL-AdobeStory-support<at>adobe<dot>com

  • Why is the below given block giving an exception

    DECLARE
    TYPE typ_tab_oid IS TABLE OF ncs_domain.sco_item_results.OID%TYPE;
    v_tab typ_tab_oid;
    CURSOR cur_oid
    IS
    SELECT OID
    FROM ncs_domain.sco_item_results sir
    WHERE sir.is_total = 'Y';
    v_error_code NUMBER (10);
    v_error_messg VARCHAR2 (4000);
    BEGIN
    BEGIN
    OPEN cur_oid;
    LOOP
    FETCH cur_oid
    BULK COLLECT INTO v_tab LIMIT 1000;
    EXECUTE IMMEDIATE 'explain plan into ncs_domain.my_plan_table for FETCH cur_oid
    BULK COLLECT INTO v_tab LIMIT 1000';
    FORALL i IN 1 .. v_tab.COUNT
    DELETE FROM ncs_domain.sco_item_results_bkp sir
    WHERE sir.OID = v_tab (i);
    EXECUTE IMMEDIATE 'explain plan into ncs_domain.my_plan_table for DELETE FROM ncs_domain.sco_item_results_bkp sir
    WHERE sir.OID = v_tab (i)';
    COMMIT;
    EXIT WHEN cur_oid%NOTFOUND;
    END LOOP;
    CLOSE cur_oid;
    EXCEPTION
    WHEN OTHERS
    THEN
    ROLLBACK;
    v_error_code := SQLCODE;
    v_error_messg := SQLERRM;
    INSERT INTO ncs_domain.my_error_log
    VALUES (v_error_code, v_error_messg);
    COMMIT;
    raise_application_error (-20001,
    v_error_code || ' ' || v_error_messg
    END;
    EXCEPTION
    WHEN OTHERS
    THEN
    raise_application_error (-20002, 'can not insert into error log table');
    END;
    Edited by: user8731258 on Dec 3, 2009 9:26 PM

    You still seem to be missing the \ tag before and after your code, which makes it a bit difficult.
    A FORALL loop can only run a single statement.
    [code]
    FORALL i IN 1 .. v_tab.COUNT
      DELETE FROM ncs_domain.sco_item_results_bkp sir
       WHERE sir.OID = v_tab (i);
    [/code]
    is the extent of the FORALL.  Outside of the FORALL, the variable i is undefined-- that counter only exists in the FORALL so you can't use it in subsequent statements.
    You could change the FORALL to a regular FOR loop (in which case you'd lose the bulk bind benefits) so that the loop counter is visible to more of your code
    [code]
    FOR i IN 1 .. v_tab.COUNT
    LOOP
      DELETE FROM ncs_domain.sco_item_results_bkp sir
       WHERE sir.OID = v_tab (i);
      v_plan :='explain plan into ncs_domain.my_plan_table for DELETE FROM ncs_domain.sco_item_results_bkp sir'---line 33
          ||'WHERE sir.OID ='||v_tab (i);
      EXECUTE IMMEDIATE v_plan;
    END LOOP;
    [/code]
    Justin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Why does the update of PShopCC fail?

    In Creative Cloud, I cannot update PhotoShop. It downloads and then says "Update Failed. Errors encountered during installation (U44M1P7)."

    Please follow the instructions given in kb document : http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-upda tes-ccm.html

  • WHY DOES THE PE EDITOR KEEP FAILING TO LOAD

    I have a brand new problem with Photoshop Elements 8, which I've been using in Windows for several years.
    Suddenly the PE editor refuses to load--either from "Fix" in the album space or from "Edit" in the Workspace. It starts to load (with the green dots moving across the bar) and then kicks out.  Even after I signed in successfully to PE,  the editor still fails to load. Any suggestions?

    One easy fix for Adobe programs is to Reset Preferences = Press/HOLD Ctrl+Alt+Shift while starting program
    IF your problem is a corrupted preferences file, this is the fix

  • HT1277 When i try to set up my account it is saying logging in to the Yahoo IMAP server failed

    I am trying to set up my mail account and it keeps asking me to enter the password even though i have done so numerous times and i keep entering the correct password but it is telling me that it is incorrect. What should I do to get my mail because as it is it will not let me recieve any new mail even though I am getting it through my ipad and iphone.

    Hello,
    The Password rejection can confuse people since it's a catch all meaning...
    This Password, Username, Authentication method... is not recognized on this Port to this Server, or a server end problem.
    If using a browser to login via WebMail works it's not Name or Password, but one of the other ones.
    The receiving email ports are:
    IMAP is port 143
    IMAP-SSL is port 993
    POP is port 110
    POP-SSL is port 995
    Outgoing ports are...
    SMTP and SMTP-SSL is on ports 25, 587 and 465. Port 587 has to be SSL, and port 465 is enforced TLS-wrapped and is generally used by Outlook users.
    http://hints.macworld.com/article.php?story=20110208153256491
    Another trick is to use the minimum 8 characters for the PW...
    http://hints.macworld.com/article.php?story=20110208153256491

  • HT201109 Final Cut Pro X - Why does the trial version keep failing?

    Process:         Final Cut Pro Trial [4005]
    Path:            /Volumes/VOLUME/Final Cut Pro Trial.app/Contents/MacOS/Final Cut Pro Trial
    Identifier:      com.apple.FinalCutTrial
    Version:         10.0.8 (221398)
    Build Info:      ProEditor-22139008018000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [144]
    Responsible:     Final Cut Pro Trial [4005]
    User ID:         501
    Date/Time:       2013-12-21 00:01:58.489 -0500
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  010133C7-71FE-7E00-B668-9077858DDF11
    Sleep/Wake UUID: 5697EF8F-BAA6-42A2-91C1-DF989828B00C
    Crashed Thread:  2  BGTask: FFThumbnailRequestManager  Dispatch queue: NSOperationQueue Serial Queue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    ETc......

    the trial has no length limit.
    my assumption:
    you try to handle wmv material, using the flip4mac plugin
    its free trial has a length limit.
    purchase a licence …

  • Why does the 3g data network fail every day?

    Goes down for at least an hour a day

    Is this in a highly populated area? Is it the same location and time usually?

  • Schema Expdp-IMPdp , i have the below errors in my imp log

    Hello All,
    I am doing some exp/imp of schemas in a OBI environment and size around 300GB of each shema,  after quiet a long time.., and not sure of the imp log errors whether to ignore or rerun my import with any changes or drop schemas and reimport ......
    My IMP statement is
    impdp system/********@OBIDEV schemas=ODS,DWH,STG,GEOGRAPHY directory=dumpdir dumpfile=BI2011_SCHEMAS.dmp logfile=impBI2011_SCHEMAS.log
    Errors from the imp log :
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"GEOGRAPHY" already exists
    ORA-31684: Object type USER:"DWH" already exists
    ORA-31684: Object type USER:"STG" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    ORA-39083: Object type ROLE_GRANT failed to create with error:
    ORA-01919: role 'ROLE_SRC' does not exist
    Failing sql is:
    GRANT "ROLE_SRC" TO "STG" WITH ADMIN OPTION
    ORA-39083: Object type ROLE_GRANT failed to create with error:
    ORA-01919: role 'ROLE_STG' does not exist
    Failing sql is:
    GRANT "ROLE_STG" TO "ODS" WITH ADMIN OPTION
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    a
    --- and after some lines again the below errors, many failing sql's to created the tables ..
    ORA-39083: Object type TABLE:"STG"."STG_ART_STOCK_OIG_XT" failed to create with error:
    ORA-06564: object BI_SRC_FILES does not exist
    Failing sql is:
    CREATE TABLE "STG"."STG_ART_STOCK_OIG_XT" ("YEARWEEK" NUMBER, "ARTICLE_NUMBER" NUMBER, "BU_CODE" NUMBER, "ART_QTY_STOCK" NUMBER, "PM_CODE" VARCHAR2(10 BYTE)) ORGANIZATION EXTERNAL ( TYPE ORACLE_LOADER DEFAULT DIRECTORY "BI_SRC_FILES" ACCESS PARAMETERS ( RECORDS DELIMITED BY NEWLINE CHARACTERSET WE8MSWIN1252 STRING SIZES ARE IN BYTES BADFILE 'ART_STOCK_OIG.bad'
    ORA-39083: Object type TABLE:"STG"."STG_ART_STOCK_INGKA_XT" failed to create with error:
    ORA-06564: object BI_SRC_FILES does not exist
    ORA-39083: Object type TABLE:"STG"."STG_ART_PMCODE_INGKA_XT" failed to create with error:
    ORA-06564: object BI_SRC_FILES does not exist
    Failing sql is:
    CREATE TABLE "STG"."STG_IFPM_XT" ("YEAR" VARCHAR2(255 BYTE), "TERTIAL" VARCHAR2(255 BYTE), "YW" VARCHAR2(255 BYTE), "STORE_NAME" VARCHAR2(255 BYTE), "BUDGET" VARCHAR2(255 BYTE), "ACTUAL_SALES" VARCHAR2(255 BYTE), "CUSTOMERS" VARCHAR2(255 BYTE), "VISITORS" VARCHAR2(255 BYTE), "REST_SALES" VARCHAR2(255 BYTE), "EXIT_CAFE_SALES" VARCHAR2(255 BYTE), "SWE_FOOD_SALES" VARCHAR2
    ORA-39083: Object type TABLE:"STG"."HFB_PA_EXT" failed to create with error:
    ORA-06564: object TEMP does not exist
    Failing sql is:
    CREATE TABLE "STG"."HFB_PA_EXT" ("HFB_ID" NUMBER, "HFB_DESC" VARCHAR2(100 BYTE), "RA_ID" NUMBER, "RA_DESCR" VARCHAR2(100 BYTE), "PA_ID" NUMBER, "PA_DESCR" VARCHAR2(100 BYTE)) ORGANIZATION EXTERNAL ( TYPE ORACLE_LOADER DEFAULT DIRECTORY "TEMP" ACCESS PARAMETERS ( records delimited  by newline
        skip 1
        fields  terminated by ','
        missing field values are null
          ) LOCAT
    ORA-39151: Table "GEOGRAPHY"."CAHC" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "ODS"."ZZ_ODS_ART_STOCK_T"                  26.81 GB 321434766 rows
    imported "ODS"."ODS_PM_CODE_T":"SYS_P15548"          259.4 MB 3418214 rows  (are the sys tables effected here)
    Then the rows started importing ....
    Share all the possible ways to avoid the above all errors in the imp log as it has to be shared with the client ,    Thanks for the swif response and help in advance.
    Regards,
    RanG

    HI,
    RanG wrote:
    Hello All,
    I am doing some exp/imp of schemas in a OBI environment and size around 300GB of each shema,  after quiet a long time.., and not sure of the imp log errors whether to ignore or rerun my import with any changes or drop schemas and reimport ......
    My IMP statement is
    impdp system/********@OBIDEV schemas=ODS,DWH,STG,GEOGRAPHY directory=dumpdir dumpfile=BI2011_SCHEMAS.dmp logfile=impBI2011_SCHEMAS.log
    Errors from the imp log :
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"GEOGRAPHY" already exists
    ORA-31684: Object type USER:"DWH" already exists
    ORA-31684: Object type USER:"STG" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    ORA-39083: Object type ROLE_GRANT failed to create with error:
    ORA-01919: role 'ROLE_SRC' does not exist
    Failing sql is:
    GRANT "ROLE_SRC" TO "STG" WITH ADMIN OPTION
    ORA-39083: Object type ROLE_GRANT failed to create with error:
    ORA-01919: role 'ROLE_STG' does not exist
    Failing sql is:
    GRANT "ROLE_STG" TO "ODS" WITH ADMIN OPTION
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    a
    --- and after some lines again the below errors, many failing sql's to created the tables ..
    ORA-39083: Object type TABLE:"STG"."STG_ART_STOCK_OIG_XT" failed to create with error:
    ORA-06564: object BI_SRC_FILES does not exist
    Failing sql is:
    CREATE TABLE "STG"."STG_ART_STOCK_OIG_XT" ("YEARWEEK" NUMBER, "ARTICLE_NUMBER" NUMBER, "BU_CODE" NUMBER, "ART_QTY_STOCK" NUMBER, "PM_CODE" VARCHAR2(10 BYTE)) ORGANIZATION EXTERNAL ( TYPE ORACLE_LOADER DEFAULT DIRECTORY "BI_SRC_FILES" ACCESS PARAMETERS ( RECORDS DELIMITED BY NEWLINE CHARACTERSET WE8MSWIN1252 STRING SIZES ARE IN BYTES BADFILE 'ART_STOCK_OIG.bad'
    ORA-39083: Object type TABLE:"STG"."STG_ART_STOCK_INGKA_XT" failed to create with error:
    ORA-06564: object BI_SRC_FILES does not exist
    ORA-39083: Object type TABLE:"STG"."STG_ART_PMCODE_INGKA_XT" failed to create with error:
    ORA-06564: object BI_SRC_FILES does not exist
    Failing sql is:
    CREATE TABLE "STG"."STG_IFPM_XT" ("YEAR" VARCHAR2(255 BYTE), "TERTIAL" VARCHAR2(255 BYTE), "YW" VARCHAR2(255 BYTE), "STORE_NAME" VARCHAR2(255 BYTE), "BUDGET" VARCHAR2(255 BYTE), "ACTUAL_SALES" VARCHAR2(255 BYTE), "CUSTOMERS" VARCHAR2(255 BYTE), "VISITORS" VARCHAR2(255 BYTE), "REST_SALES" VARCHAR2(255 BYTE), "EXIT_CAFE_SALES" VARCHAR2(255 BYTE), "SWE_FOOD_SALES" VARCHAR2
    ORA-39083: Object type TABLE:"STG"."HFB_PA_EXT" failed to create with error:
    ORA-06564: object TEMP does not exist
    Failing sql is:
    CREATE TABLE "STG"."HFB_PA_EXT" ("HFB_ID" NUMBER, "HFB_DESC" VARCHAR2(100 BYTE), "RA_ID" NUMBER, "RA_DESCR" VARCHAR2(100 BYTE), "PA_ID" NUMBER, "PA_DESCR" VARCHAR2(100 BYTE)) ORGANIZATION EXTERNAL ( TYPE ORACLE_LOADER DEFAULT DIRECTORY "TEMP" ACCESS PARAMETERS ( records delimited  by newline
        skip 1
        fields  terminated by ','
        missing field values are null
          ) LOCAT
    ORA-39151: Table "GEOGRAPHY"."CAHC" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "ODS"."ZZ_ODS_ART_STOCK_T"                  26.81 GB 321434766 rows
    imported "ODS"."ODS_PM_CODE_T":"SYS_P15548"          259.4 MB 3418214 rows  (are the sys tables effected here)
    Then the rows started importing ....
    Share all the possible ways to avoid the above all errors in the imp log as it has to be shared with the client ,    Thanks for the swif response and help in advance.
    Regards,
    RanG
    Because the table already exists. You can use the TABLE_EXISTS_ACTION option, so you can tell impdp what to do if the table it is trying to create already exists.
    TABLE_EXISTS_ACTION={SKIP | APPEND | TRUNCATE | REPLACE}
    impdp system/********@OBIDEV schemas=ODS,DWH,STG,GEOGRAPHY directory=dumpdir dumpfile=BI2011_SCHEMAS.dmp logfile=impBI2011_SCHEMAS.log table_exists_action=replace
    Thank you

  • View the html source code of an apex page

    Hi everyone,
    I search to how I can view the html source code of an apex page and to be able to modify it. That's why viewing the html source code from the browser when the application is running doesn't arrange me.
    Has anyone an idea how it can this be possible?
    Best regards,

    Khadija Khalfallah wrote:
    Hi everyone,
    I search to how I can view the html source code of an apex page and to be able to modify it. That's why viewing the html source code from the browser when the application is running doesn't arrange me. What do you mean?
    Do you want to be able to pull up the HTML source generated by Apex, modify that copy, and then feed it back into Apex with the chagnes you made? If so you can't. Apex generates the HTML through its tools and you have to modify the generation routines to get different HTML.
    Do you merely want to look at the generated HTML? In Internet Explorer all you have to do is right click on the page and choose View Source to open a window with the HTML source in an editor. I sometimes find it useful to save a page and manually edit the copy to immediately see the effects of certain changes to the underlying HTML and/or Javascript without permanantly making the change in Apex.

Maybe you are looking for

  • Airport and Airplay on PC

    The airplay Icon on my PC goes on and off... I have an airport express. Is there something to do ? When I try to make an update on my PC, it says that the windows version is to old... but it uses to work... and it works great with my Ipod. I have an

  • How to close running program?

    Is there a way to close a program in Windows if I know the loaded exe name? How is this done? There is a program called kill.exe from the NT resource kit. It's used as "kill.exe processname". I'd like to use something similar but through a Java objec

  • Disappearing Channel Strip slots & Plug-ins?

    Just bouncing down a project i've almost finished. For some reason (and i have experienced this problem before over a few versions of Logic now) the top section of the control strip for outputs 1-2, 3-5, 5-6 and plugs-ins used for them have disappear

  • Can I re-install Flex Builder trial after 60 days again?

    As far as I understand Flex Builder trial version stops working after 60 days. Can I after the 60 days uninstall Flex Builder and re-install it again with 60 more days or does Flex Builder somewhere (e.g. in Registry ) set a flag that Flex Builder wa

  • Rf transciever kit

    can i make pc controled robot using labview the kit is not from ni but it is usb rf transciever kit  and if yes the how...plzz give brief idea..ITS REALLY URGENT THNX