Issue with the exception of the loop

Hello

I had 4 database, I use dblinks to check some tables and write the results in a table. I have created a table to contain the instance names so that my loop check and perform my procedure.

declare

sql_string1 VARCHAR2 (4000);

sql_string2 VARCHAR2 (100);

Start

sql_string2: = "truncate table Backup."

immediately run sql_string2;

for r in (select INSTANCE_NAME, del HOST_NAME)

loop

sql_string1: = ' insert into Backup

SELECT "' | r.HOST_NAME | " '  '||', '''|| r.INSTANCE_NAME | " '  '||' ,

INPUT_TYPE, STATUS, START_TIME, END_TIME V$RMAN_BACKUP_JOB_DETAILS@'|| r.INSTANCE_NAME;

immediately run sql_string1;

COMMIT;

end loop;

exception

WHILE OTHERS THEN

NULL;

end;

/

If all listeners work or dbs work this procedure to work with no problems but if one of them is closed, simply insert the values until it gets error but I want that if she gets error will be another value. How can I do?

I changed the values in the table led

SYS@crofxd01:WSTORED: > select instance_name del;

INSTANCE_NAM

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

BLABLA

BLABLA

BLABLA

BLABLA

FPT

only the FPT is actual instance after I performed the procedure, I want to see that FPT values inserted DB.

Thank you

You must move the exceptions in the loop. Like this

declare
sql_string1 VARCHAR2 (4000);
sql_string2 VARCHAR2 (100);
Start
sql_string2: = "truncate table Backup."
immediately run sql_string2;
for r in (select INSTANCE_NAME, del HOST_NAME)
loop
sql_string1: = ' insert into Backup
SELECT "' | r.HOST_NAME | " '  '||', '''|| r.INSTANCE_NAME | " '  '||' ,
INPUT_TYPE, STATUS, START_TIME, END_TIME
OF V$RMAN_BACKUP_JOB_DETAILS@'|| r.INSTANCE_NAME;
Start
immediately run sql_string1;
exception
When then
null;
end;

COMMIT;
end loop;
end;

But make sure that you specify that the exception in the EXCEPTION block. Do not THEN use than OTHERS. Because it will catch all exceptions (long-awaited by you and should not not by you). It will hurt one day.

Tags: Database

Similar Questions

  • problem of installing active sync 6.1 64-bit with active sync. you have a known issue with the compatibility. you have a work around where the way to get these two together?

    problem of installing active sync 6.1 64-bit with active sync.  you have a known issue with the compatibility. you have a work around where the way to get these two together?

    See: http://answers.microsoft.com/en-us/winphone/forum/wp6n-sync/microsoft-windows-mobile-device-center-61-driver/4cd26ba2-9583-47b7-b5e7-32b382cee0b2

  • Are there known issues with the help of Dreamweaver CS6 on Yosemite?

    Are there known issues with the help of Dreamweaver CS6 on Yosemite? I am considering an upgrade of the Mavericks.

    I don't think so I am still using DWCS4 on Yosemite and it runs like a dream, so I think that DWCS6 would be.

  • How can I get my ps 3.0 to install on my laptop? compatibility issues with the new version of windows

    How can I get my ps 3.0 to install on my laptop? compatibility issues with the new version of windows

    It is hopelessly outdated. It is simply not compatible.

    Mylenium

  • Are there known issues with the decommissioning of a folio to v20 v24 in CS6?

    Are there known issues with the decommissioning of an app to v20 in CS6?

    our application is v20, we have created the folio initially as v24 but could not get the corresponding app approved by apple, so we rebuilt the folio as a v20 but it errors on the download, ideas?

    You will need to completely recreate the folio.

    Bob

  • For those having issues with the iOS 9.3 update please read...

    Many people have problems with the update to iOS 9.3 and the issues are now flooding the iOS support forums. I hope that through the consolidation of some of the available information, that will help some of you not to mention hundreds of new threads asking all on the same things.

    Please do not shoot the Messenger if you already know all this. I'm just trying to help by providing information to the community. These problems are well known, Apple has recognized them and were reportedly working on a fix that should be out soon.

    Here are a few articles site technology explaining the problems if any of you are interested in reading them. They are in no particular order other than what my most recent Google search turned up for me.

    n-tapping-links-in-Safari-and-other-apps/ http://9to5mac.com/2016/03/27/some-users-Reporting-iPhone-Crashes-on-iOS-9-3-whe

    http://www.Forbes.com/sites/amitchowdhry/2016/03/24/Apple-iOS-9-3-is-causing-SER worried-ipad-problems.

    http://arstechnica.com/Apple/2016/03/Apple-pulls-iOS-9-3-update-for-older-device s-follows-activation-problems.

    ch-causes-new-software-to-make-older-iPhones-and-ipads-unusable-a6954791.html http://www.Independent.co.uk/Life-style/gadgets-and-Tech/News/iOS-93-Update-glit

    http://www.MacRumors.com/2016/03/25/Apple-ios93-iPad-2-update-bugs-remain/

    This contains some suggestions that may actually help some of you.

    http://osxdaily.com/2016/03/25/Troubleshooting-iOS-9-3-update-problems/

    Apple post these support articles a couple of days and they can help some of you as well

    If you are unable to activate your iPhone, iPad or iPod touch after installing iOS 9.3 - Apple Support

    If you are unable to activate your iPad 2 (GSM model) update to iOS 9.3 - Apple Support

    If anything suggested works for you right now, you have to just be patient (remember this thing "Please do not shoot the Messenger ' from above) and wait for that Apple releases update to the fixed software.

    It is very good that Apple is "working on it", but in the meantime our devices are worthless other than for the game.  E-mail links are a VERY big problem for those of us on the road.

    That being said, you know a way to revert to a prior to the 9.0s1 software?

    Thank you for taking the time to post these links.  It is disappointing that Apple has these on their website.

  • Is there a place I can go to to search for known issues with the applications made with DPS and the iPhone 6?

    I was wondering if there is a post or a site that lists known issues with products and applications on the iPhone 6.

    There was an application made, and for 3 devices that they all have the same problem where sometimes the app is fully loaded on the iphone 6.

    We tried to republish the content. Discovered that the problem is more than likely a connection slow or weak. I meant also more info on if there is a list of some sort with the known problems with some devices. Thank you much.

  • For the issue of the LOOP

    questions about a loop if anyone can help

    Here's a sp that I run manually.

    Set serveroutput on
    Start
    TBPNE. PROADMIN (p_user_id = > '123456', p_proj_id = > '5001');
    end;
    /


    creates a table with all the p_proj_id because they are different.
    Have 1 p_user_id im using

    can I run a loop like that?


    BEGIN
    FOR I IN (SELECT p_proj_id of ADMIN)
    II IN (SELECT user_id FROM user_master@PCRG_GP17 where user_id = "123456")
    LOOP
    TBPNE. PROADMIN@PCRG_GP17_EXEC (ii.p_user_id, i.p_proj_id);
    END LOOP;
    END;

    This is the part that I don't understand (ii.p_user_id, i.p_proj_id);
    If my variable SP 1 had no problem, but now I must fill in 2 variables, is this correct syntax?
    did I miss a comma after FOR i IN (SELECT p_proj_id FROM ADMIN)

    Using the format of your original example, passing parameters by keyword...

    BEGIN
      FOR i IN (SELECT p_proj_id FROM ADMIN)
      LOOP
        TBPNE.PROADMIN@PCRG_GP17_EXEC (p_user_id=>'123456',p_proj_id=>i.p_proj_id );
      END LOOP;
    END;
    

    If PCRG_GP17_EXEC() is defined with the parameters in this order (p_user_id, p_proj_id) then you can pass the same parameters of position;

    BEGIN
      FOR i IN (SELECT p_proj_id FROM ADMIN)
      LOOP
        TBPNE.PROADMIN@PCRG_GP17_EXEC ('123456',p_proj_id );
      END LOOP;
    END;
    
  • How to continue with the loop without breaking?

    Hi people,
    I wrote a simple procedure as follows
      create or replace procedure ploop is
     vsno number;
     vsal number;
     i number:=1;
      begin
     loop
      select sno,sal into vsno,vsal from x
     where sno=i;
      dbms_output.put_line(vsno||vsal);
     i:=i+1;
    exit when i>10;
     end loop;
     end;
    
    so at execution it gives me o/p as
    SQL>  exec ploop;
    11000
    22000
    33000
    44000
    55000
    66000
    77000
    88000
    99000
    1010000
    but now suppose if I delete a record in the table X.for example sno = 6 and then if I run the above procedure, then o/p appears in the form
    SQL> exec ploop;
    11000
    22000
    33000
    44000
    55000
    BEGIN ploop; END;
    
    *
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "VIDS.PLOOP", line 16
    ORA-01403: no data found
    ORA-06512: at line 1
    So what I need is that I need the loop should be continued without breaking and should display the o/p except the lack records.can u help me pls.?


    Regarding
    VIDS

    try adding the exception like this

    create or replace procedure ploop is
     vsno number;
     vsal number;
     i number:=1;
      begin
     loop
    begin
      select sno,sal into vsno,vsal from x
     where sno=i;
      dbms_output.put_line(vsno||vsal);
    exception when no_data_found then
      null;
    end;
     i:=i+1;
    exit when i>10;
     end loop;
     end;
    
  • Performance issue with the Update statement

    Oracle 10204

    I have a problem related to updaing one performance table.
    only 5000 lines should be updated.
    Hir are some details on the tables/M.V concerned:
    TABLE_NAME     LAST_ANALYZED          NUM_ROWS     SAMPLE_SIZE
    PS_RF_INST_PROD     1/20/2010 1:14:22 AM     7194402          7194402
    BL_TMP_INTRNT     1/27/2010 9:08:54 AM     885445          885445
    NAP_INTERNET     1/25/2010 11:47:02 AM     7053990          560777
    I tried to run the update with two options:
    1. with the plan than oracle choose.
    2. with notes I added.
    In both cases I he collapsed after more than an hour.

    Can any one suggest how to speed it up?

    Below are for the two option tkprof.
    Please note that beside the defualt statistics on those tables i also gathered statistics on two column level as followed:
    BEGIN
      SYS.DBMS_STATS.GATHER_TABLE_STATS (
          OwnName        => 'B'
         ,TabName        => 'BL_TMP_INTRNT'
        ,Estimate_Percent  => 100
        ,Degree            => 8
        ,Cascade           => TRUE
        ,No_Invalidate     => FALSE);
    END;
    /
    
    exec dbms_stats.gather_table_stats('B' , 'BL_TMP_INTRNT', cascade=>TRUE, method_opt=>'for columns SERVICE_UID size 254');
    exec dbms_stats.gather_table_stats('B' , 'BL_TMP_INTRNT', cascade=>TRUE, method_opt=>'for columns FIX_IP_USER size 254');
    Plan 1
    UPDATE BL_TMP_INTRNT A
       SET A.FIX_IP_USER =
              (SELECT C.PRODUCT_ID
                 FROM NAP_INTERNET B, PS_RF_INST_PROD C
                WHERE B.INST_PROD_ID = A.SERVICE_UID
                  AND B.SETID = 'SHARE'
                  AND C.INST_PROD_ID = B.NAP_SURF_UID)
     WHERE A.TERM_DESC LIKE '%ip%'
    
    call     count       cpu    elapsed       disk      query    current        rows
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    Parse        1      0.03       0.02          0          0          0           0
    Execute      1   1166.64    4803.78   17989002   18792167        117           0
    Fetch        0      0.00       0.00          0          0          0           0
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    total        2   1166.67    4803.81   17989002   18792167        117           0
    
    Misses in library cache during parse: 1
    Optimizer mode: FIRST_ROWS
    Parsing user id: 13
    
    Rows     Row Source Operation
    -------  ---------------------------------------------------
          0  UPDATE  BL_TMP_INTRNT (cr=0 pr=0 pw=0 time=2 us)
         46   TABLE ACCESS FULL BL_TMP_INTRNT (cr=586400 pr=22228 pw=0 time=15333652 us)
         15   HASH JOIN  (cr=18170453 pr=17931639 pw=0 time=3991064192 us)
         46    MAT_VIEW ACCESS FULL NAP_INTERNET (cr=5659886 pr=5655436 pw=0 time=988162557 us)
    329499624    MAT_VIEW ACCESS FULL PS_RF_INST_PROD (cr=12545734 pr=12311281 pw=0 time=2636471644 us)
    plan 2
    UPDATE BL_TMP_INTRNT A
       SET A.FIX_IP_USER =
              (SELECT /*+ index(b NAP_INTERNET_PK) index(c PS_RF_INST_PROD_PK)*/ C.PRODUCT_ID
                 FROM NAP_INTERNET B, PS_RF_INST_PROD C
                WHERE B.INST_PROD_ID = A.SERVICE_UID
                  AND B.SETID = 'SHARE'
                  AND C.INST_PROD_ID = B.NAP_SURF_UID)
     WHERE A.TERM_DESC LIKE '%ip%'
    
    call     count       cpu    elapsed       disk      query    current        rows
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    Parse        1      0.02       0.02          0          0          0           0
    Execute      1   4645.25    4613.70      95783   39798095        735           0
    Fetch        0      0.00       0.00          0          0          0           0
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    total        2   4645.27    4613.73      95783   39798095        735           0
    
    Misses in library cache during parse: 1
    Optimizer mode: FIRST_ROWS
    Parsing user id: 13
    
    Rows     Row Source Operation
    -------  ---------------------------------------------------
          0  UPDATE  BL_TMP_INTRNT (cr=0 pr=0 pw=0 time=1 us)
        473   TABLE ACCESS FULL BL_TMP_INTRNT (cr=10461 pr=10399 pw=0 time=4629385 us)
        408   MAT_VIEW ACCESS BY INDEX ROWID PS_RF_INST_PROD (cr=39776109 pr=85381 pw=0 time=4605125045 us)
       1350    NESTED LOOPS  (cr=39784584 pr=84974 pw=0 time=4601874262 us)
        470     MAT_VIEW ACCESS BY INDEX ROWID NAP_INTERNET (cr=23569112 pr=50472 pw=0 time=2544364336 us)
        470      INDEX FULL SCAN NAP_INTERNET_PK (cr=23568642 pr=50005 pw=0 time=2540300981 us)(object id 11027362)
        408     INDEX FULL SCAN PS_RF_INST_PROD_PK (cr=16215472 pr=34502 pw=0 time=2057500175 us)(object id 10980137)
    
    
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      db file scattered read                       1300        0.50          4.27
      db file sequential read                     85707        0.51         29.88
      latch: cache buffers chains                     1        0.00          0.00
      log file sync                                   1        0.00          0.00
      SQL*Net break/reset to client                   1        0.00          0.00
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1       14.73         14.73
    ********************************************************************************

    The problem in your update statement that is the query in your set clause is executed many times that there are lines in BL_TMP_INTRNT of 'intellectual property' in their column of term_desc. You mentioned there are about 5000, then the query joining NAP_INTERNET with PS_RF_ISNT_PROD is begun 5000 times.
    The trick is to join only once, be updated using join views - provided that it is preserved - key or by using the merge statement.

    Here is an example:

    SQL> create table bl_tmp_intrnt (fix_ip_user,service_uid,term_desc)
      2  as
      3   select level
      4        , level
      5        , 'aipa'
      6     from dual
      7  connect by level <= 5000
      8  /
    
    Tabel is aangemaakt.
    
    SQL> create table nap_internet (inst_prod_id,setid,nap_surf_uid)
      2  as
      3   select level
      4        , 'SHARE'
      5        , level
      6     from dual
      7  connect by level <= 10
      8  /
    
    Tabel is aangemaakt.
    
    SQL> create table ps_rf_inst_prod (product_id,inst_prod_id)
      2  as
      3   select level
      4        , level
      5     from dual
      6  connect by level <= 10
      7  /
    
    Tabel is aangemaakt.
    
    SQL> exec dbms_stats.gather_table_stats(user,'bl_tmp_intrnt')
    
    PL/SQL-procedure is geslaagd.
    
    SQL> exec dbms_stats.gather_table_stats(user,'nap_internet')
    
    PL/SQL-procedure is geslaagd.
    
    SQL> exec dbms_stats.gather_table_stats(user,'ps_rf_inst_prod')
    
    PL/SQL-procedure is geslaagd.
    
    SQL> set serveroutput off
    SQL> update ( select a.fix_ip_user
      2                , c.product_id
      3             from bl_tmp_intrnt a
      4                , nap_internet b
      5                , ps_rf_inst_prod c
      6            where a.term_desc like '%ip%'
      7              and a.service_uid = b.inst_prod_id
      8              and b.setid = 'SHARE'
      9              and b.nap_surf_uid = c.inst_prod_id
     10         )
     11     set fix_ip_user = product_id
     12  /
       set fix_ip_user = product_id
           *
    FOUT in regel 11:
    .ORA-01779: cannot modify a column which maps to a non key-preserved table
    

    Join is one key kept in the case of b.inst_prod_id and c.inst_prod_id are unique. Please refer to the documentation for more information here: http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/views.htm#sthref3055

    SQL> alter table nap_internet add primary key (inst_prod_id)
      2  /
    
    Tabel is gewijzigd.
    
    SQL> alter table ps_rf_inst_prod add primary key (inst_prod_id)
      2  /
    
    Tabel is gewijzigd.
    
    SQL> update /*+ gather_plan_statistics */
      2         ( select a.fix_ip_user
      3                , c.product_id
      4             from bl_tmp_intrnt a
      5                , nap_internet b
      6                , ps_rf_inst_prod c
      7            where a.term_desc like '%ip%'
      8              and a.service_uid = b.inst_prod_id
      9              and b.setid = 'SHARE'
     10              and b.nap_surf_uid = c.inst_prod_id
     11         )
     12     set fix_ip_user = product_id
     13  /
    
    10 rijen zijn bijgewerkt.
    
    SQL> select * from table(dbms_xplan.display_cursor(null,null,'allstats last'))
      2  /
    
    PLAN_TABLE_OUTPUT
    --------------------------------------------------------------------------------------------------------------------------------------
    SQL_ID  c7nqbxwzpyq5p, child number 0
    -------------------------------------
    update /*+ gather_plan_statistics */        ( select a.fix_ip_user               , c.product_id            from bl_tmp_intrnt
    a               , nap_internet b               , ps_rf_inst_prod c           where a.term_desc like '%ip%'             and
    a.service_uid = b.inst_prod_id             and b.setid = 'SHARE'             and b.nap_surf_uid = c.inst_prod_id        )
    set fix_ip_user = product_id
    
    Plan hash value: 1745632149
    
    ---------------------------------------------------------------------------------------------------------------------------------------
    | Id  | Operation                      | Name            | Starts | E-Rows | A-Rows |   A-Time   | Buffers |  OMem |  1Mem | Used-Mem |
    ---------------------------------------------------------------------------------------------------------------------------------------
    |   1 |  UPDATE                        | BL_TMP_INTRNT   |      1 |        |      0 |00:00:00.01 |      32 |       |       |          |
    |   2 |   NESTED LOOPS                 |                 |      1 |     10 |     10 |00:00:00.01 |      21 |       |       |          |
    |   3 |    MERGE JOIN                  |                 |      1 |     10 |     10 |00:00:00.01 |       9 |       |       |          |
    |*  4 |     TABLE ACCESS BY INDEX ROWID| NAP_INTERNET    |      1 |     10 |     10 |00:00:00.01 |       2 |       |       |          |
    |   5 |      INDEX FULL SCAN           | SYS_C00132995   |      1 |     10 |     10 |00:00:00.01 |       1 |       |       |          |
    |*  6 |     SORT JOIN                  |                 |     10 |    250 |     10 |00:00:00.01 |       7 |   267K|   256K|  237K (0)|
    |*  7 |      TABLE ACCESS FULL         | BL_TMP_INTRNT   |      1 |    250 |   5000 |00:00:00.01 |       7 |       |       |          |
    |   8 |    TABLE ACCESS BY INDEX ROWID | PS_RF_INST_PROD |     10 |      1 |     10 |00:00:00.01 |      12 |       |       |          |
    |*  9 |     INDEX UNIQUE SCAN          | SYS_C00132996   |     10 |      1 |     10 |00:00:00.01 |       2 |       |       |          |
    ---------------------------------------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       4 - filter("B"."SETID"='SHARE')
       6 - access("A"."SERVICE_UID"="B"."INST_PROD_ID")
           filter("A"."SERVICE_UID"="B"."INST_PROD_ID")
       7 - filter("A"."TERM_DESC" LIKE '%ip%')
       9 - access("B"."NAP_SURF_UID"="C"."INST_PROD_ID")
    
    32 rijen zijn geselecteerd.
    
    SQL> rollback
      2  /
    
    Rollback is voltooid.
    

    And it's your current statement. Please note the number of 5000 in the column begins:

    SQL> UPDATE /*+ gather_plan_statistics */ BL_TMP_INTRNT A
      2     SET A.FIX_IP_USER =
      3            (SELECT C.PRODUCT_ID
      4               FROM NAP_INTERNET B, PS_RF_INST_PROD C
      5              WHERE B.INST_PROD_ID = A.SERVICE_UID
      6                AND B.SETID = 'SHARE'
      7                AND C.INST_PROD_ID = B.NAP_SURF_UID)
      8   WHERE A.TERM_DESC LIKE '%ip%'
      9  /
    
    5000 rijen zijn bijgewerkt.
    
    SQL> select * from table(dbms_xplan.display_cursor(null,null,'allstats last'))
      2  /
    
    PLAN_TABLE_OUTPUT
    --------------------------------------------------------------------------------------------------------------------------------------
    SQL_ID  f1qtnpa0nmbh8, child number 0
    -------------------------------------
    UPDATE /*+ gather_plan_statistics */ BL_TMP_INTRNT A    SET A.FIX_IP_USER =           (SELECT
    C.PRODUCT_ID              FROM NAP_INTERNET B, PS_RF_INST_PROD C             WHERE B.INST_PROD_ID
    = A.SERVICE_UID               AND B.SETID = 'SHARE'               AND C.INST_PROD_ID =
    B.NAP_SURF_UID)  WHERE A.TERM_DESC LIKE '%ip%'
    
    Plan hash value: 3190675455
    
    -----------------------------------------------------------------------------------------------------------
    | Id  | Operation                     | Name            | Starts | E-Rows | A-Rows |   A-Time   | Buffers |
    -----------------------------------------------------------------------------------------------------------
    |   1 |  UPDATE                       | BL_TMP_INTRNT   |      1 |        |      0 |00:00:00.10 |    5076 |
    |*  2 |   TABLE ACCESS FULL           | BL_TMP_INTRNT   |      1 |    250 |   5000 |00:00:00.01 |       7 |
    |   3 |   NESTED LOOPS                |                 |   5000 |      1 |     10 |00:00:00.02 |      24 |
    |*  4 |    TABLE ACCESS BY INDEX ROWID| NAP_INTERNET    |   5000 |      1 |     10 |00:00:00.01 |      12 |
    |*  5 |     INDEX UNIQUE SCAN         | SYS_C00132995   |   5000 |      1 |     10 |00:00:00.01 |       2 |
    |   6 |    TABLE ACCESS BY INDEX ROWID| PS_RF_INST_PROD |     10 |     10 |     10 |00:00:00.01 |      12 |
    |*  7 |     INDEX UNIQUE SCAN         | SYS_C00132996   |     10 |      1 |     10 |00:00:00.01 |       2 |
    -----------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - filter("A"."TERM_DESC" LIKE '%ip%')
       4 - filter("B"."SETID"='SHARE')
       5 - access("B"."INST_PROD_ID"=:B1)
       7 - access("C"."INST_PROD_ID"="B"."NAP_SURF_UID")
    
    29 rijen zijn geselecteerd.
    

    Kind regards
    Rob.

  • Of the known issues with the java version '1.6.0_07 '?

    I've updated my desktop Ubuntu (HH) with the latest version of Java yesterday and now SqlDev (1.5.1) is not rendered. Other things (like the command-line Ant) Java still work. Unfortunately, I have no graphics other Java apps installed, so I don't know if it's something special to SD.

    Has anyone else had this problem? Or did bright ideas on how I could fix this?

    Cheers, APC

    blog: http://radiofreetooting.blogspot.com

    What do you mean exactly with "fail"? If you run from the command line, you get all the exceptions?
    Also, did you upgrade day + \sqldeveloper\bin\sqldeveloper.conf+:

    SetJavaHome C:\Archivos programa\Java\jdk1.6.0_07

    K.

    Published by: - K - 14/10/2008 14:39

  • Issues with the controller of Siri

    I got the last Apple TV since Christmas, and lately, it seems that I might have a problem with the controller of Siri. When you place your finger to use the contact surface, for that one click-much like the glass mini is not defined in law if that makes sense.

    Does not really affect the operation but is off-putting. If you want to just to click and press down, basically click twice on it records only one. He did not have it to begin with and has not been abandoned or anything - is always in perfect condition. Don't know if anyone has similar problems or if I have an error with mine?

    Sounds like it is damaged or defective for me

  • Cannot reset Apple ID same security issues with the link for valid reset. Help?

    So, I'm trying to reset my security questions, because I forgot the answers. I followed all the procedures to do, but it won't work.

    I clicked on the link for reset enter my Apple ID account page, then get the message: 'Reset Instructions sent. An email with the instructions was sent to @emailaddress. Follow the instructions in the email to reset your security questions. » - OK

    I opened the email: "Dear ME, recently made you a request to reset your Apple ID security questions and answers. To complete the process, click on the link below. Reset now >"I click on the link, it opens a new window with a login screen. - OK

    On the login screen, I entered my account information, email, and password in the fields and click the button to continue. Instead of connect, I get the message pop-under from the password field as follows: - FAIL

    I try again and again, but it never works. Whenever I get my password and trying to proceed, the loading spinner runs for a bit, then I get this message "to reset your security questions, sign in to your account and start again." I have never spent this page and in a region where I am able to actually reset my security questions. I tried with all browsers, Firefox, Chrome, Safari... nothing works. Now, I have tried 3 times reset by e-mail. It will not work. What is going on? Is the site broken?

    To make things worse, I don't have an option to call for framing according to the Apple website. The only option I get is to contact my operator. What the * is my carrier will repair my Apple ID? It's very frustrating say the least. Someone please help!

    You cannot reset the Security Questions If you forgot the. You can only reset them if you know them (which means that you also know your password).

    You can contact the Apple Support here to have a reset link you sent once they verify your identity:

    ACCOUNT SECURITY SUPPORT

    Good luck

    GB

  • Compatibility issue with the Portege 7020 / display CT 7200 & docking station

    Hi guys,.

    I have some problems with 2 cell phones.

    1 is:
    I bought a 7020 used to replace the broken of 7200 screen. After having disassembled the screen, I noticed that the connectors have the same number of threads, but one of the terminal of the 7200's screen has more. 'no problem' I thought, and with patience I picked up the cable of the adapter of 7020 one put in the 7200.
    But when I turned it on I saw only the colored lines and squares: S: S
    If you want I can provide with the NP, if it would help... Even if I check the compatibility before ordering.

    2nd problem:
    Portege 7200 correctly recognize the docking station, while a few beeps before starting the 7020, and obviously it does not work with him. I checked on the toshiba site and the dock would be totally compatible!

    And for the end... Where can I find the bios updates?

    Sorry for my bad English, I hope someone could help me!

    Kind regards
    Francesco

    Hello Francesco

    You'll be really lucky if someone here can help you with these old models of laptops. I'm sure they have about 10 years.
    No manual maintenance and sufficient knowledge is not easy to help you with this replacement of the screen.

    This problem with docking station may be related to defective hardware. The two laptops are so similar, and two of them can be used with this docking station. How you can be sure that equipment is high on 7020?

    The BIOS updates are available on http://eu.computers.toshiba-europe.com/innovation/download_bios.jsp, but as I can see for Portege 7000 there is no updated BIOS, just to 7020.

    If you wish, you can contact the nearest Toshiba service provider. they have manuals for maintenance for this old notebooks and allow you to provide accurate information on the parts you need.

  • WiFi issues with the new update

    I bought the new 4th generate Apple TV a month ago and yesterday he stopped to pick up my Wifi signal in my house. It worked completely fine for a month. I returned it to Best Buy because of this problem after checking the connection to my router, reset the modem, power cycling the Apple TV, etc..

    I just opened a brand new 4th generation Apple TV and it was quite good for 4 hours of work. I decided to check the latest updates and updates to the Apple TV. Once I've upgraded, he started to give me the same Wifi problems, that I had before.

    Apple TV cannot find my Wifi domain names or where they do not appear under networks, I get an error message telling me that I can't connect to my WiFi.

    I'm also having problems with my internet connection fall on me all of a sudden during streaming. I'm two bands ac Wifi 802.11 (2. 4 g and 5 G). There are times that I can connect to one and not the other. There are also moments where Apple TV can find one and not the other. And then there are moments where Apple TV can't find one or the other.

    This started to happen when I decided to update the new Apple TV out of the box.

    Everyone knows about this problem? Is that a way to factory reset Apple TV without it is updated during the process?

    Looks like a problem with the network

    You can get a diagnosis of istumbler, netstumbler or similar. Look for the strength of the signal, noise, networks nearby

    Entrust it to another network or Apple for testing

Maybe you are looking for