file in loop

page Windows pops up saying I need to format drive L before using.  L is an external hard drive that is loaded from a friend.

I disconnected Dr. L, ran Norton.  I even tempted to "format", which he cannot do.

It just keeps looping, like a bad cat

RSVP pls

If the formatting is an acceptable alternative, go to start / Control Panel / administrative tools / computer management / management of records and right click on the external drive (I assume this is a letter assigned and is recognized and that it is not marked as Active).  Click format, and then follow the prompts.  I suggest that you format to NTFS.  It should work.  If this isn't the case, after return and tell me what happened and any error messages that you received EXACTLY as they have been reported.  Do NOT use Norton for formatting - proceed as above.  In fact, you might want to disable Norton while you're doing it can interfere.  What is on this drive (just the data or nothing or value or is there already an installed operating system)?

You can get in trouble with your device drivers. Go to the Device Manager by going to start / find and type Device Manager and enter and then double-click on the program icon that appears.  Check each device to a red x, yellow! or white?  These identify devices with problems probably (drivers, but also of conflict or something else).  Click on each for more details and troubleshooting tips.  If you need to get drivers (and you need to do to the hard drive external at least and all you have time to do - they can help way beyond simply solve this problem), let the computer dealer or the manufacturer of the device (NOT of Microsoft Updates).  In fact, you must disable automatic updates in Windows Update driver as follows:http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/. Follow these steps to get the drivers: http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm.  Once you have the drivers, you can install them via the Manager device as follows:http://www.vistax64.com/tutorials/193584-device-manager-install-driver.html.   Then try formatting as described above again.

I hope this helps.  Keep me in the loop.

Good luck!

Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Tags: Windows

Similar Questions

  • File Flash loop

    Import a bit of video in a project of Director MX 2004 on a Mac equipped with 10.4.something with the latest version of QT, I encountered a strange problem. The checkbox to complete the video swf is checked, but the video ignores it and stops at the end of the file. I just want to have a spinning globe appear on the opening screen and stay there until the user goes to another marker. It should be stone simple.

    I tried to download the latest patch to version 10.1 version 10.1.1. but even when I install using the installer of Shockwave, it opens as 10.1 once again, so he has another problem. The real link for download that will modernize MX 2004 is an upgrade of the developer, but I can't find a general upgrade. Maybe that's the problem. Perhaps, it seeks to develop on a Mac.

    Any ideas out there?

    Steve W.

    Hi Rob,

    In fact, this does seem to be the problem. I use the standard version of Flix On2 to encode a QT video file into a SWF, but the closure for swf feature is disabled in this version, therefore, swf files, it creates automatically stop at the end.

    Well, back to the drawing board...

    Thanks for your help.

    Steve

  • Need help: loop of pl/sql with UTL_FILE reading and analysis of file text 2

    Hello, I am working on a new project using the UTL_FILE utility in oracle 11 g. and I was wondering if someone could help me with a pl/sql code, I can't understand.
    My goal is to open and then read a Type_de_fichier file1.txt
    copy a specific paragraph of the file1.txt where
    the first word in a specific line in the file1.txt starts with "foo" then when the last word in fichier1.txt ends in 'ZEN'
    write to file2.txt only the analysis section in my where statement.
    I don't know if it's possible, but any guidance will greatly appreciate!

    My code example:

    CREATE OR REPLACE PROCEDURE my_app2 IS
    Utl_file.file_type inFile;
    OutFile utl_file.file_type;
    buffer VARCHAR2 (30000);
    BEGIN
    -Open a file to read
    InFile: = utl_file.fopen ('TEST_DIR', 'mytst.txt', 'r');
    -Opens a file for writing
    OutFile: = utl_file.fopen ('TEST_DIR', "Out.txt", "w");

    -Check the file is open
    IF utl_file.is_open (InFile) THEN
    -lines in the file in loop
    LOOP
    BEGIN
    UTL_FILE.get_line (InFile, buffer);
    -Write to out.txt
    UTL_FILE.put_line (OutFile, buffer, FALSE);
    UTL_FILE.fflush (outfile);

    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    EXIT;
    END;
    END LOOP;
    END IF;
    UTL_FILE.fclose (INFILE);
    UTL_FILE.fclose (outfile);
    EXCEPTION
    WHILE OTHERS THEN
    RAISE_APPLICATION_ERROR (-20099, "UTL_FILE Unknown Error");
    END my_app2l;
    /

    Hello

    According to the code should work-

    CREATE OR REPLACE PROCEDURE my_app2 IS
       infile              utl_file.file_type;
       outfile             utl_file.file_type;
       buffer              VARCHAR2(30000);
       b_paragraph_started BOOLEAN := FALSE; -- flag to indicate that required paragraph is started
    BEGIN
       -- open a file to read
       infile := utl_file.fopen('TEST_DIR', 'mytst.txt', 'r');
       -- open a file to write
       outfile := utl_file.fopen('TEST_DIR', 'out.txt', 'w');
    
       -- check file is opened
       IF utl_file.is_open(infile)
       THEN
          -- loop lines in the file
          LOOP
             BEGIN
                utl_file.get_line(infile, buffer);
    
                IF buffer LIKE 'foo%' OR b_paragraph_started
                THEN
                   --write to out.txt
                   utl_file.put_line(outfile, buffer, FALSE);
                   b_paragraph_started := TRUE;
                END IF;
    
                IF buffer LIKE '%ZEN'
                THEN
                   b_paragraph_started := FALSE;
                END IF;
                utl_file.fflush(outfile);
    
             EXCEPTION
                WHEN no_data_found THEN
                   EXIT;
             END;
          END LOOP;
       END IF;
       utl_file.fclose(infile);
       utl_file.fclose(outfile);
    EXCEPTION
       WHEN OTHERS THEN
          raise_application_error(-20099, 'Unknown UTL_FILE Error');
    END my_app2l;
    /
    

    What I've done here is added a new Boolean variable. Loop in each iteration after reading one line, we check if the line starts with "foo". If yes then set the Boolean variable and writing out the startup file until we get a line that ends with "ZEN." That way even if there are several paragraphs in an input file starting with foo and ending with ZEN, then those should get copied to the output file.

    Hope this helps,

    -Gregory

  • A swf file looping

    How to make a loop of swf file? Loop is checked in the properties, but it is not always in the loop...

    Chances are that your project file Flash has a stop() at the end of the last image of the film that prevents your looping SWF file.    What did you use to create your SWF file?

    Nancy O.

  • complete the loop and get data

    I need to acquire the acquisition values of data every x seconds. Waiting in the loop of data acquisition is defined so that the next N samples are acquired after x seconds. Pressing stop the loop of consumer DAQ stops after the sec x which is connected to the wait function.

    1. how to stop the inner loop immediately when you press a stop?

    I also write acquired samples after doing some calculations on the samples.

    1. plan of sample of the queue to file consumer loop. Is there any other recommendations such as drop loop is not without samples? How many data can an expectation of the queue?

    Thank you.

    sonotk,

    You've missed the point. Rather than having a 5000 milliseconds of wait, use an expectation of 100 ms and count the number of times that you have been waiting for 100 ms.  When the count reaches 50, sample and start the count again.

    The counter is just in the shift register containing an integer. Inside the while loop you have a box structure. Test the shift count register to see if it is 50. If set to True, use the real case of the structure of the case. Inside, it's all in your loop except waiting and the logic of the judgment. In the case of false, you add 1 to the shift register and wait 100 ms.

    Looking at your picture code once again, it seems that the shift with TempData and VoltData regsiters are not necessary because you never use the data previous iteration on the left side.

    Ranjeet,

    Make a simple VI with two loops and some expectations.  Run with execution highlighting market to see what is happening.  It is a good learning tool.

    Lynn

  • FTP delete several files

    I use the attached VI "programmatic FTP file transfer.vi" to move the log files to a machine to my local computer using FTP linux. (it works fine)

    Once the transfer is complete, I want to delete the files from my linux machine,

    I'm using labview in 2014.

    I do not see a multiple delete labview vi FTP

    I already have a list of the files and paths I want to remove a table/cluster.

    Any ideas?

    Thank you

    James

    I think you have answered your own question, in that it must filter the file listing the files with a .log extension. This can be done using the model Match VI string in the file selection loop.

    If you specify a regular expression of the newspaper, or more precisely \.log$ (which looks like for .log at the end of a string), it will return a shift of the matched string. If there is no match, it returns-1. In order to check if the corresponding offset is greater than or equal to zero (ie. There is a .log extension) and then logically AND with file type checking.

  • Large file support function

    I have a SP (code below) that creates a new data file or added to an existing file if a threshold is reached.

    So as you can see, I can close with more than 1 data file.

    A few examples:

    maximum size = 30G, size of the data file is 28G, I add 1 G if the data file should be 29G

    maximum size = 30G, size of the data file is 28 g, I add 2G if the datafuke should be 30 g

    maximum size = 30G, size of the data file is 28 g, I add 3G so I should now have 2 data files 1 of them being of 30G and the other 1 G

    Basically, the code will be go through each data file and make 30G (file_max_m) until all the space is exhausted

    I can use some help create and integrate a function that can tell me if TBS supports large files. If it does not support

    such features as described above should be left alone (may have multiple data files) if she does not support, I just want to keep

    resize the file.

    Any help with this change of function and the code will be greatly appreciated

    01.intro create or replace
    02.Markus (add_space) procedure of
    03. p_tablespace varchar2,
    04 p_gibabytes number
    05.) is
    06 add_m number: = 1024 * p_gibabytes;
    07 required_m number: = 0;
    08 created_m number: = 0;
    09 file_max_m number: = 1024 * 30; -30G
    10 ts_size number: = 0;
    11 start
    (12 for ts in)
    13. Select
    14 nom_tablespace,
    (15 round)
    (16 total)
    17 case when CanGrow = "YES" and bytes, maxbytes then
    18 maxbytes / 1024 / 1024
    19. other
    20 bytes / 1024 / 1024
    21 end
    22.) over (partition by tablespace_name)
    23.) tablespace_m,.
    24 file_name,
    (25. round)
    (26 total)
    27 case when CanGrow = "YES" and bytes, maxbytes then
    28 maxbytes / 1024 / 1024
    29. on the other
    30 bytes / 1024 / 1024
    31 end
    32.) over (partition by filename)
    file_m 33).
    34. of dba_data_files
    "35. where nom_tablespace = upper (p_tablespace) and online_status = 'ONLINE' and status =" AVAILABLE "
    36 and p_gibabytes between 1 and 999
    37 order by desc - last file_id firstly the file
    loop 38).
    39 ts_size: = ts.tablespace_m; -for report
    40 required_m: = ts.tablespace_m + add_m;
    41 -
    42 - resize datafile (s)
    43 -
    44 created_m: = created_m + ts.file_m;
    45 if (created_m < required_m and ts.file_m < file_max_m) then
    46 report
    47 number size_m: = ts.file_m + required_m - created_m; -current size + difference is new size
    48 start
    49 if (size_m > file_max_m) then
    50 size_m: = file_max_m;
    51 end if;
    52 dbms_output.put_line('alter database datafile ''' || ts.file_name ||) "' resize '. size_m | AM; -' | TS.file_m | Am to ' | round (size_m/1024, 3) | 'G');
    53 created_m: = created_m + size_m;
    54 end;
    55 end if;
    56 end loop;
    57 -
    58 - Add data files
    59. -
    60 while (required_m > 0 and created_m < required_m)
    61 loop
    62 report
    63 size_m number: = required_m - created_m;
    64 start
    65 if (size_m > file_max_m) then
    66 size_m: = file_max_m;
    67 end if;
    68 dbms_output.put_line('alter tablespace ' || p_tablespace || q'"add datafile '+DATA01' size"' || size_m ||) AM; -- ' || round (size_m/1024, 3) | 'G');
    69 created_m: = created_m + size_m;
    70 end;
    71 end loop;
    72 - report
    73 dbms_output.put_line ('-tablespace ': upper (p_tablespace) |) "resize" | p_gibabytes | "G of |  ts_size | Am to ' | required_m | 'M');
    74.end;
    75 /
    76.la sho err
    77.
    78.
    79.Le ADD_SPACE compiled PROCEDURE
    80.
    81.
    82 - bug fixed and tested here
    83.Stentor set serveroutput size unlimited
    84 create tablespace testts datafile ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\TESTTS01. DBF' size 9G Online;
    85.Le exec add_space ('testts', 1);
    86 drop tablespace testts including content and data files;
    87.
    88.
    89. tablespace created TESTTS.
    90.l anonymous block finished
    91.Les alter database datafile ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\TESTTS01. DBF' resize 10240M; -from 9216M to 10G
    92 - tablespace TESTTS resized 1 G of M 9216 10240 m
    93.Le tablespace TESTTS dropped.
    94.
    95.
    96 - another test
    97 - add 1 G of users
    98 add_space exec ('users', 1);
    99.
    100.
    101 - script is created
    102. anonymous block finished
    103.Le alter database datafile ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\USERS03. DBF' resize 2499M; -from 1255M to 2, 44G
    104 - tablespace USERS resized 1 G from 1475 to 2499 M
    105.
    106.
    107 - I did run this script and file is resized
    108.INO database datafile ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\USERS03. DBF' altered.
    109.
    110.
    111 - Add another 1 G users
    112 add_space exec ('users', 1);
    113.
    114.
    115 - script is created
    116.Le anonymous block finished
    117.avant alter database datafile ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\USERS03. DBF' resize 3743M; -of 2499M 3 655 G
    118 - tablespace USERS resized 1 G of 2719 M 3743 M

    /

    Hello

    Try this. I didn't test it. Just remember that the command can be a bit difgferent for bigfiles. I'll check that. Now, he must be able to manage the resizing of bigfile tablespace.

    create or replace
    procedure add_space(
      p_tablespace varchar2,
      p_gibabytes number,
      p_diskgroup varchar2 default '+DATA01'
    ) is
      add_m       number := 1024 * p_gibabytes;
      required_m  number := 0;
      created_m   number := 0;
      file_max_m  number := 1024 * 30; -- 30G
      ts_size     number := 0;
    begin
      for ts in (
        select
          tablespace_name,
          (select bigfile from dba_tablespaces where tablespace_name = dba_data_files.tablespace_name) bigfile,
          round(
            sum(
              case when autoextensible = 'YES' and bytes < maxbytes then
                maxbytes / 1024 / 1024
              else
                bytes / 1024 / 1024
              end
            ) over (partition by tablespace_name)
          ) tablespace_m,
          file_name,
          round(
            case when autoextensible = 'YES' and bytes < maxbytes then
              maxbytes / 1024 / 1024
            else
              bytes / 1024 / 1024
            end
          ) file_m
        from dba_data_files
        where tablespace_name = upper(p_tablespace) and online_status = 'ONLINE' and status = 'AVAILABLE'
        and p_gibabytes between 1 and 999
        order by file_id desc -- last file first
      ) loop
        ts_size := ts.tablespace_m; -- for report
        required_m := ts.tablespace_m + add_m;
        if (ts.bigfile = 'YES') then
          file_max_m := 1024 * 1024 * 32; -- 32TB
        end if;
        --
        -- resize datafile(s)
        --
        created_m := created_m + ts.file_m;
        if (created_m < required_m and ts.file_m < file_max_m) then
          declare
            size_m    number := ts.file_m + required_m - created_m; -- current size + difference is new size
            sql_text  varchar2(2000) := q'"ALTER DATABASE DATAFILE '{file_name}' RESIZE {size}M;"';
          begin
            if (ts.bigfile = 'YES') then
              sql_text  := q'"ALTER TABLESPACE '{tablespace_name}' RESIZE {size}M;"';
            end if;
            if (size_m > file_max_m) then
              size_m := file_max_m;
            end if;
            sql_text := replace(replace(replace(sql_text,
              '{tablespace_name}', ts.tablespace_name),
              '{file_name}', ts.file_name),
              '{size}',size_m
            );
            dbms_output.put_line(sql_text || '; -- from ' || ts.file_m || 'M to ' || round(size_m / 1024, 3) || 'G');
            created_m := created_m + size_m;
          end;
        end if;
      end loop;
      --
      -- add datafiles
      --
      while (required_m > 0 and created_m < required_m)
      loop
        declare
          size_m    number := required_m - created_m;
          sql_text  varchar2(2000) := q'"ALTER TABLESPACE {tablespace_name} ADD DATAFILE '{diskgroup}' SIZE {size}M;"';
        begin
          if (size_m > file_max_m) then
            size_m := file_max_m;
          end if;
          sql_text := replace(replace(replace(sql_text,
            '{tablespace_name}', p_tablespace),
            '{diskgroup}', p_diskgroup),
            '{size}',size_m
          );
          dbms_output.put_line(sql_text || '; --' || round(size_m / 1024, 3) || 'G');
          created_m := created_m + size_m;
        end;
      end loop;
      -- report
      dbms_output.put_line('-- tablespace ' || upper(p_tablespace) || ' resized ' || p_gibabytes || 'G from ' ||  ts_size  || 'M to ' || required_m || 'M');
    end;
    /
    sho err
    
  • Reading text file and adding to start

    var file = File(myFilePath);
    file.open("a", "TEXT");
    //alert("file opened! it is: \n" + file);
    
    
    while (!file.eof){ // Loop doesn't trigger here
        var line = file.readln();
        alert("line is:\n" + line);
    }
    
    
    file.close();
    

    CheminMonFichier is a string that contains a file path in a text file on my drive.

    Two issues here:
    (1) why not the time loop trigger? Is expressions of the folklore of the position by default when you open a file for addition? ("a")
    (2) how to open a file for add-to-start (' a + ')

    The case is the following:
    I have a file already existing with some properties of the object. I want to open this file and add additional properties to top/beginning of it.

    This script alert help?

    What new eyes can do, but mine was 75 years old and new new goal is good.

  • save multiple files for the web in JPEG max at a resolution of 800%

    I had more than 200 created illustrator files. They all have the same dimensions. I wanted an adobe illustrator script that saves all files for the web in jpeg.

    Export options must be max.resolution of all files should be increased to 800%.

    I think it's the reasoning

    Open a folder with all the files

    loop through each file

    Save for web each in jpeg format to the quality of resolution and up to 800%

    the names of all jpeg files should be the same from these illustrator files (if possible)

    I will be very thankful to you if you could help me

    Best regards,

    Hassan Ali

    As far as I understand your request it is also possible with a simple action in batch mode.

  • Generate WebHelp loop refresh results

    I know that sounds familiar to you, but that's a different matter to this discussion: http://forums.adobe.com/message/5745727. I have deployed the fix for this problem and now looks a the webhelp works.

    However, this problem is when I generate a project of the child, he published with success; However, when I click on the table of contents file, refresh loop begins and the content does not appear. Is it only seems to happen to me, not the other 2 technical writers who use RoboHelp.

    Any ideas?

    Update: uninstall and Reinstall RoboHelp worked... for some reason any.

  • Need help: UTL_FILE read and write in the text file

    Hello, I'm on version 11 GR 2 by using the UTL_FILE function to read a text file and then write the lines where it starts with the word "foo" and put an end to my writing in the text file where the line with the word "ZEN". Now I have several lines that begin with 'foo' and 'ZEN' allow a paragraph, and in this paragraph, there is a line that begins with "DE4.2". Therefore,.
    I need to write all of the paragraphs that include the "DE4.2" line in their beginning and end of lines 'foo' and 'ZEN '.

    FOR EXAMPLE:

    FOO/234E53LLID
    IT'S MY SECOND LINE
    IT'S MY THIRD LINE
    DE4.2 IT OF MY FOURTH LINE
    IT'S MY FIFTH LINE
    ZEN/DING3434343

    FOO/234E53LLID
    IT'S MY SECOND LINE
    IT'S MY THIRD LINE
    IT'S MY FIFTH LINE
    ZEN/DING3434343

    I'm only interested in writing the first paragraph tha includes line DE4.2 in one of the paragraph of lines not the second ther that does not include the "DE4.2".

    Here is my code so far:

    CREATE OR REPLACE PROCEDURE my_app2 IS
    Utl_file.file_type INFILE;
    outfile utl_file.file_type;
    buffer VARCHAR2 (30000);
    b_paragraph_started BOOLEAN: = FALSE; -flag to indicate which required paragraph is started

    BEGIN
    -Open a file to read
    INFILE: = utl_file.fopen ('TEST_DIR', 'mytst.txt', 'r');
    -Opens a file for writing
    outfile: = utl_file.fopen ('TEST_DIR', "Out.txt", "w");

    -Check the file is open
    IF utl_file.is_open (infile)
    THEN
    -lines in the file in loop
    LOOP
    BEGIN
    UTL_FILE.get_line (infile, buffer);
    APPLICATION STARTING POINT-
    Buffer IF LIKE 'foo %' THEN
    b_paragraph_started: = TRUE;
    END IF;
    -SEARCH FOR GRADS APPS
    IF b_paragraph_started AND buffering LIKE '% 4% ' THEN
    UTL_FILE.put_line (outfile, buffer, FALSE);
    END IF;
    -REQUEST FOR ENDPOINT
    Buffer IF LIKE '% ZEN' THEN
    b_paragraph_started: = FALSE;
    END IF;
    UTL_FILE.fflush (outfile);

    EXCEPTION
    WHEN no_data_found THEN
    EXIT;
    END;
    END LOOP;
    END IF;
    UTL_FILE.fclose (INFILE);
    UTL_FILE.fclose (outfile);
    EXCEPTION
    WHILE OTHERS THEN
    raise_application_error ("-20099, ' UTL_FILE unknown error");
    END my_app2;
    /

    When I run this code I get only one line: DE4.2 it ME LACK THE WHOLE PARAGRAPH

    PLEASE ADVISE...

    I agree with reservations of Justin on the length of a "paragraph" and the number of users that are running at the same time, so here is a version without the collections.

    CREATE or replace PROCEDURE my_app2 IS
       infile utl_file.file_type;
       outfile utl_file.file_type;
       buffer VARCHAR2(30000);
       b_paragraph_started BOOLEAN := FALSE; -- flag to indicate that required paragraph is started
       b_toprint BOOLEAN := FALSE;
       l_para_start pls_integer;  -- start of "paragraph"
    BEGIN
       infile := utl_file.fopen('TEST_DIR', 'mytst.txt', 'r');
       outfile := utl_file.fopen('TEST_DIR', 'out.txt', 'w');
       LOOP
          BEGIN
             utl_file.get_line(infile, buffer);
             IF buffer LIKE 'FOO%' THEN
                b_paragraph_started := TRUE;
                l_para_start := UTL_FILE.FGETPOS(infile) - (length(buffer) + 1);
             END IF;
             IF b_paragraph_started and buffer like '%DE4%' THEN
                b_toprint := TRUE;
             END IF;
             If buffer like 'ZEN%' THEN
                IF b_toprint THEN
                   UTL_FILE.FSEEK(infile, l_para_start);
                   utl_file.get_line(infile, buffer);
                   while buffer not like 'ZEN%' loop
                      utl_file.put_line(outfile,buffer, FALSE);
                      utl_file.get_line(infile, buffer);
                   end loop;
                   utl_file.put_line(outfile,buffer, FALSE);
                end if;
                b_paragraph_started := FALSE;
                b_toprint := false;
                utl_file.fflush(outfile);
             end if;
          EXCEPTION
             WHEN no_data_found THEN
                EXIT;
             END;
       END LOOP;
       utl_file.fclose(infile);
       utl_file.fclose(outfile);
    END my_app2;
    

    Test:

    SQL> !cat mytst.txt
    FOO/234E53LLID
    THIS IS MY SECOND LINE
    THIS IS MY THIRD LINE
    DE4.2 THIS IS MY FOURTH LINE
    THIS IS MY FIFTH LINE
    ZEN/DING3434343
    
    FOO/234E53LLID
    THIS IS MY SECOND LINE
    THIS IS MY THIRD LINE
    THIS IS MY FIFTH LINE
    ZEN/DING3434343
    
    FOO/234E53LLID again
    THIS IS MY second SECOND LINE
    THIS IS MY second THIRD LINE
    DE4.2 THIS IS MY second FOURTH LINE
    THIS IS MY second FIFTH LINE
    ZEN/DING3434343 again
    
    SQL> exec my_app2;
    
    PL/SQL procedure successfully completed.
    
    SQL> !cat out.txt
    FOO/234E53LLID
    THIS IS MY SECOND LINE
    THIS IS MY THIRD LINE
    DE4.2 THIS IS MY FOURTH LINE
    THIS IS MY FIFTH LINE
    ZEN/DING3434343
    FOO/234E53LLID again
    THIS IS MY second SECOND LINE
    THIS IS MY second THIRD LINE
    DE4.2 THIS IS MY second FOURTH LINE
    THIS IS MY second FIFTH LINE
    ZEN/DING3434343 again
    

    You may need to change the length (buffer) + 1 depending on your platform and if you want a blank line s NLE out paragraphs, add another call to put_line after that outside of the loop in the fi l_toprint block.

    John

  • PPT loop to serve the lobby layout

    Hello - how can I make a presentation of powerpoint in a continuous loop and have a permanent loop when I download and use it for Document sharing in the share pod?  And it is possible without having to buy additional, non-Adobe Acrobat Connect Pro Adobe products? My intention is to use in my layout of the Lobby.

    Thank you.

    This can be accomplished without buy presenter, but it is a process in several steps. Here's how you would:

    1. Download your PPT on the login server (preferably the content library)
    2. Download output files that the server generates to create the Flash version of your presentation. Should be pulled down like a zip.
    3. Unzip the output files.
    4. Go in the data folder.
    5. Search for the viewer.xml file
    6. Open in Notepad or another program that will allow you to modify an XML file.
    7. On line two, add loop = "true". I placed it after start = 'play' (see image below).
    8. Save the viewer.xml file.
    9. Re - zip the output files.
    10. Download the zip file on the server of connection or your sharing, and module when you press play, the file should loop.

    If you have received presenter, you can check the box for the presentation in a loop and it does this job for you.

  • Transfer of temporal settings on a loop of multi-view display edit view?

    When I insert my session in muti-track mode I stretched both the clips that are curly and whenever I load the session it takes time for the program to stretch these loops.  I want to do is go into edit mode and transfer the settings exact time stretch I discovered multitrack to change the display.

    In other words I would like to permenantly, stretch loops (destructive edit) so I have to wait for them to be stretched in MT view whenever I load the session.  However, the settings seem to be different in each view, in fact, when working with a clip-in loop in MT he doesn't tell me same what percentage the clip as stretched... summer seems so impossible to replicate this in edit mode.

    Is there anyway to duplicate my temporal extension settings in edit view without extensive trial and error, seems almost impossible, but maybe I'm missing something, thanks for any help. -kp

    Kristoff P wrote:

    I can't seem to find a way to stretch a certain tempo in editing a file in loop mode, is it possible?

    I don't think that there is a way to do it at all. You must keep in mind that reading mechanisms are different, and that EV is not a player in a loop as such. Really, this is why I suggested you get loops to play properly in MV and export the result of this in a single file to reintegrate.

  • The symbols encountered and end of file

    Hello guys,.

    I've been watching it for centuries but stain cant why Oracle complains.
    Ideas:

    [http://www.metallon.org/test/lost.jpg: code and error]

    create or replace
    PROCEDURE MOVE_EUROCONTROL
    AS
    BEGIN


    declare
    cursor file descriptor
    is
    Select ALLTEXT in CSV_EUROCONTROL;

    iRecordnum int: = 0;
    bBiStable BOOLEAN: = FALSE;
    v_ALLTEXT varchar2 (2000): = ";


    Descriptor file OPEN;
    RETRIEVE the v_ALLTEXT file descriptor;
    -Updated variable to get the maximum used SHAREDID +.
    Select max (SHAREDID) 1 ARCH_EUROREC00 iRecordnum; +

    For r_filehandle in the file descriptor
    LOOP
    If (substr (inputbuffer, 5, 2) = '00') THEN
    + / * Insert the statement for 00 type with the original recordnum value replaced by iRecordNum * / +.
    If bBiStable = FALSE THEN
    bBiStable: = TRUE;
    ON THE OTHER
    bBistable: = FALSE;
    iRecordNum: = iRecordNum 1; +
    END IF;

    ElseIf (substr (inputbuffer, 5, 2) = '01') THEN
    + / * Insert the statement for 01 type with the original recordnum value replaced by iRecordNum * / +.
    v_alltext: = 'dsds ';

    END IF;

    END LOOP;
    CLOSE file descriptor;

    truncate table CSV_EUROCONTROL given that the table must be empty anyway (free space) +.
    -NULL; +
    END MOVE_EUROCONTROL;

    You have two questions. First of all, it isn't elsif, else if. Second, you are tying to use two constructions of different cursor loop at the same time, you must choose only one.

    Your code should be either:

    create or replace procedure move_eurocontrol
    as
       cursor filehandle is
          select alltext from csv_eurocontrol;
       var_irecordnum int := 0;
       var_bbistable boolean := false;
    begin
       --Update variable to get the maximum SHAREDID used
       select max(sharedid) + 1 into var_irecordnum from arch_eurorec00;
       for r_filehandle in filehandle loop
          if (substr(r_filehandle.alltext, 5, 2) = 'HH') then
       */*insert statement for 00 type with original recordnum value replaced by iRecordNum*/*
             if var_bbistable = false then
                var_bbistable := true;
             else
                var_bbistable := false;
                var_irecordnum := var_irecordnum + 1;
             end if;
          elsif (substr(r_filehandle.alltext, 5, 2) = '00') then
             var_irecordnum := var_irecordnum + 1;
          end if;
       end loop;
    end move_eurocontrol;
    

    What is an implicit cursor (sort of) for the loop, although if you follow this path, I would not declare the cursor separately, but in the itselg of loop statement:

    for r_filehandle in (select alltext from csv_eurocontrol) loop
    

    If you want to use an explicit cursor loop, then it should look like:

    create or replace procedure move_eurocontrol
    as
       cursor filehandle is
          select alltext from csv_eurocontrol;
       var_irecordnum int := 0;
       var_bbistable boolean := false;
       var_alltext varchar2(2000) := '';
    begin
       select max(sharedid) + 1 into var_irecordnum from arch_eurorec00;
       open filehandle;
       loop
          fetch filehandle into var_alltext;
          exit when filehandle%not_found;
          if (substr(var_alltext, 5, 2) = 'HH') then
       */*insert statement for 00 type with original recordnum value replaced by iRecordNum*/*
             if var_bbistable = false then
                var_bbistable := true;
             else
                var_bbistable := false;
                var_irecordnum := var_irecordnum + 1;
             end if;
          elsif (substr(var_alltext, 5, 2) = '00') then
             var_irecordnum := var_irecordnum + 1;
          end if;
       end loop;
       close filehandle;
       --truncate table CSV_EUROCONTROL --since table should be empty anyway (free up space)
       --NULL;
    end move_eurocontrol;
    

    John

  • Loading an xml to an XML file

    I'm trying to load a xml from an XML file, but I'm having problems. My first xml file is very simple - it contains only an attribute with the name of another file xml in it (eventually I'll have several here xml files and loop through them... that is why I want to load an XML to an xml file).

    Currently, with the code below, I can get the main xml file to load ("main.xml"), but I can't get the secondary xml files to load from the main.xml.

    I want to get childNode values in the secondary xml file, then use them in my .swf in the areas of text and whatnot.

    Any guidance? I think I'm wrong on the line where I say "i.newxml.load (i.attributes.location);"

    -How can I get it work?

    not so count and _root.count are the same:

    Count is variable digital. address and phone properties impossible to attribute to it.

    Try:

    Addressâ = [];
    phoneA = [];
    parseXML() {} function
    addressA.push(this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue);
    phoneA.push(this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue);
    }

Maybe you are looking for

  • Why a mail merge stops working in the current version of TB?

    More 36.6.0 TB stopped working after a long use and without incident in earlier versions. This kind of thing is getting old with each version of TB.

  • Satellite A210 - BIOS does not work after upgrade

    Hello I have a satellite A210-17 for a few years now, but I made the mistake to go to the Microsoft Web siteto make a BIOS setting to day and once I installed upgrading BIOS, that the laptop did not return ever on, black screen. I brought a guy in th

  • I can't get the new tab button to open a blank tab. Nothing happens when I click it.

    I think that this problem started a few days ago, when Firefox automatically updated, but I'm not sure. All I know is that when I try to open a new tab by clicking the new tab, nothing happens. I have to do this a lot, so it's really frustrating.

  • drivers for internet

    I recently reinstalled windows XP and now I have no internet, I was wondering what I would need for ethernet controller drivers. I think it's a "intel 82801GB ICH7 - LAN Controller [a-1] (PHY: 82562ET) ' but I'm not sure.

  • HP Officejet Pro 8500 A909n

    I have a HP Officejet Pro 8500 A909n I've had for a while.  Recently it from printing in pink even though my settings was to black ink only.  Then he stopped and started printing in black.  Want to know what caused this. Also, I wanted to know if in