Many .DYN files being created

Ever since the PSUOct2013 (17082366) was applied to my 11gR1 install there have been many *.dyn created (sometimes multiple per minute) in my $ORACLE_HOME/dbs directory.
The only reason I found them (2 months later) is that I received a drive space warning.  The only thing that I can find about these files is that they are dynamic sql files. Oracle Dynamic SQL
I have started archiving them so as to reclaim drive space but haven't deleted yet until I find out what they are and why they are being created.
Anybody else seen this?

they are binary files though this is a snippet:
Ü Ü ï¾      8 ǃ p
†£
P      [1] [1] [1] [1]  X /ade/aime_rdbms_647529/rdbms/src/server/osds/sd.c nonenone    sdterm  ï¾ Çƒ      ˜[1]  8[1]      ô¤[1] x[1]  €[1] /ade/aime_rdbms_647529/rdbms/src/server/progint/opi/opidrv.c none    opiterm ï¾ X      ǃ      
:%ð            Ø
                                                                           à
    /ade/aime_rdbms_647529/rdbms/src/generic/vos/kgh.c nonenone    kghstack_finish ï¾ °      ǃ À    
X T¼L ˜                                                                                                                                                       
  /ade/aime_rdbms_647529/rdbms/src/server/progint/opi/jox.c nonenone 

Similar Messages

  • Mysterious files being created in pages. Unable to unlock or delete them.

    Mysterious files being created in pages. Unable to unlock or delete.

    It turns out that you cannot update or delete a Syndication Map that is currently assigned to a Port in the Repository.  You must remove the map from the Port in the Repository and then you can change and/or delete them. 
    1) bring up the MDM Console
    2) Unload the repository
    3) drill into Admin ~ Port
    4) Remove or change the map associated to the port
    5) Load the repository
    6) Then you go into Syndicator and either Update the Map or Delete it
    It had nothing to do with security.
    Thank you for your help.

  • 0kb files being created!?

    I was trying to update my site today and when I 'publish site changes' multiple files are being created as 0kb instead of actually having the data that I see while creating the page(s). Much thanks for any help/advice you all have.
    Aaron

    When you have problems with iWeb or publishing, you really need to publish to a local folder to find out where the problem is. See....
    http://www.iwebformusicians.com/WebMusic/iWebTips.html
    Are you using iWeb's apology for an FTP?

  • Why is my Zip file being created with size of O KB?

    I have the following code
    public static int createZip (String directory)
                       throws IOException {
         File path = new File( directory );
         File outZip = new File("c:\\wip\\sams9dbExport.zip");
         boolean boo = outZip.createNewFile();
         FilenameFilter filter = new FilenameFilter() {
            public boolean accept(File dir, String name) {
                return name.endsWith(".xml");
        if ( outZip.exists() ) System.out.println("File exists");
         System.out.println(" Files and filters made");
         // These are the files to include in the ZIP file
         String[] fileList = path.list(filter);
        // Create a buffer for reading the files
        byte[] buf = new byte[1024];
        try {
            // Create the ZIP file
            String outFilename = "sams9dbExport.zip";
            ZipOutputStream out = new ZipOutputStream( new FileOutputStream( outFilename ) );
            // Compress the files
            for ( int i=0; i < fileList.length; i++ ) {
                FileInputStream in = new FileInputStream( "c:\\wip\\"+fileList[i] );
                 System.out.println( fileList[i] );
                // Add ZIP entry to output stream.
                out.putNextEntry( new ZipEntry( "c:\\wip\\"+fileList[i] ) );
                System.out.println("Added an entry");
                // Transfer bytes from the file to the ZIP file
                int len;
                while ( ( len = in.read( buf ) ) > 0 ) {
                    out.write( buf, 0, len );
                // Complete the entry
                out.closeEntry();
                in.close();
            // Complete the ZIP file
             out.close();
        } catch (IOException e) {
             System.out.println( e.toString() );
             return 0;
        return 1;
    }And I get the following output
    SQL> @ziptest
    File exists
    Files and filters made
    AH_QUERY.xml
    Added an entry
    myclob.xml
    Added an entry
    myclob1.xml
    Added an entry
    myclob2.xml
    Added an entry
    PERSONNEL.xml
    Added an entry
    PERS_ALG.xml
    Added an entry
    sampledoc.xml
    Added an entry
    ut_ah_query1.xml
    Added an entry
    ut_provider.xml
    Added an entry
    PL/SQL procedure successfully completed.
    SQL>
    But my file is created empty. I previously added a println statement in the while loop to see if it was reading and writing bytes and it was.
    Any ideas?

    I have the following code
    public static int createZip (String directory)
    throws IOException {
    File path = new File( directory );
    File outZip = new
    = new File("c:\\wip\\sams9dbExport.zip");
    boolean boo = outZip.createNewFile();So these two lines will create sams9dbExport.zip with size 0 bytes, if file didn't exist.
    No need to do that....
    try {
    // Create the ZIP file
    String outFilename = "sams9dbExport.zip";
    ZipOutputStream out = new ZipOutputStream(
    tStream( new FileOutputStream( outFilename ) );Probably you are looking a wrong "sams9dbExport.zip" -file. Your application will create two "sams9dbExport.zip"-files, one into wip-folder with 0 bytes, and other into default directory.
    >
    But my file is created empty. I previously added a
    println statement in the while loop to see if it was
    reading and writing bytes and it was.
    Any ideas?

  • Duplicate text files being created with ~ appended

    Whenever I edit a text file with TextEditor and save it, a duplicate file is created with a ~ appended to the end of the name.
    Example:
    After editing and saving my_file.txt my_file~.txt is also created.
    The result is I get two files with exactly the same contents.
    my_file.txt
    my_file~.txt
    I would really like to stop it from doing this. It clutters up everything. It has done this since I first installed the OS. My file system format is Mac OS Extended (Journaled). Any suggestions?

    I looked through the preferences for TextEditor. I had "Delete the automatic backup file unchecked". I think checking this option will fix the problem.

  • Thousands of individual .txt files being created while using "next available file name" option in Save to ASCII step

    I'm using Signal Express to record Load vs Displacement data and export it to a format our engineers can work with (in this case ASCII is okay). It would seem that by selecting the Next Available File Name from the drop down arrow it would do just that. For instance a typical save path for me would look like C:\....Desktop\Project Number and Description\Run_1.txt within that Run1.txt file would be all the data points for that run. When I hit record again Signal Express would (SHOULD) create a Run_2 since it's the Next Available File Name.
    But instead what it does is creates a single txt file for every single sample point being read. Needless to say, If I'm recording 6 second of data at 1khz I end up with thousands of txt files!
    The first thing that comes to mind is, why would anyone want this?
    Second is how can I record multiple individal runs for the same project and have the file name increment?
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise

    ...and more attachments of the ASCII save path, before and after acquiring 4 seconds of data along with one of the files from that folder.
    Again, this is 4 seconds of two-channel spring  plot data at 100 Samples to Read @ 1k Rate (Start Run.... wait 4 seconds or two full test sample cycles... Stop Run).
    ~EDIT~
    The .txt file would not attach (I think it's too small). Here's what it looks like if you were to open it:
    Load vs Displ - Displ (inches)    Load vs Displ - Load (lbs)
    3.736323                              273.751906
    Also, for some reason it won't let me attach my project file. It's a .seproj extension but the forum thinks it's 1k in size and "empty"
    Message Edited by OKors on 06-05-2009 05:57 PM
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise
    Attachments:
    FolderBeforeSave.JPG ‏39 KB
    FolderAfterSave.JPG ‏239 KB

  • Too many trace files apparently created on behalf of Health Monitor

    Every ~10 minutes I see two pairs of trc+trm files that appear to be nothing more than a nuisance. A nuisance because if you don't get rid of them, then commands such as "ls -lt | head" take too long to complete. Even after setting disablehealth_check=true, the files still keep coming. The only thing I can find is a correspondence between the rows in v$hm_run and these trace files.
    The RDBMS appears to be working fine and there's nothing in the alert log that would explain their existence. Having said that, I'll go ahead and admit that I don't these are false negatives but it sure looks like they are.
    Below is a sample of the two trace files in the 4 files that get created every 10 minutes. Thanks.
    Here is V11106_m001_8138.trc (including the preamble)
    Trace file /opt/oracle/diag/rdbms/v11/V11106/trace/V11106_m001_8138.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /opt/oracle/product/11.1.0.6
    System name: Linux
    Node name: rhel01.dev.method-r.com
    Release: 2.6.18-92.1.13.el5xen
    Version: #1 SMP Thu Sep 4 04:20:55 EDT 2008
    Machine: i686
    Instance name: V11106
    Redo thread mounted by this instance: 1
    Oracle process number: 26
    Unix process pid: 8138, image: [email protected] (m001)
    *** 2009-04-03 00:31:36.650
    *** SESSION ID:(139.36) 2009-04-03 00:31:36.650
    *** CLIENT ID:() 2009-04-03 00:31:36.650
    *** SERVICE NAME:(SYS$BACKGROUND) 2009-04-03 00:31:36.650
    *** MODULE NAME:(MMON_SLAVE) 2009-04-03 00:31:36.650
    *** ACTION NAME:(DDE async action) 2009-04-03 00:31:36.650
    ========= Dump for error ORA 1110 (no incident) ========
    ----- DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Here is V11106_m000_8136.trc (minus the preamble)
    *** 2009-04-03 00:31:36.471
    *** SESSION ID:(139.34) 2009-04-03 00:31:36.471
    *** CLIENT ID:() 2009-04-03 00:31:36.471
    *** SERVICE NAME:(SYS$BACKGROUND) 2009-04-03 00:31:36.471
    *** MODULE NAME:(MMON_SLAVE) 2009-04-03 00:31:36.471
    *** ACTION NAME:(Monitor Tablespace Thresholds) 2009-04-03 00:31:36.471
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    ----- DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- (Action duration in csec: 1) -----
    ----- END DDE Actions Dump -----

    Oracle Database 11g by Sam R. Alapati, Charles Kim seems to be a better resource. Here's a link.
    http://books.google.com/books?id=14ZH0eZV6G8C&pg=PA60&lpg=PA60&dq=oracle+disable+adr&source=bl&ots=brbhVP05RD&sig=WpaASLcGzJHgBB8Q-RqHu0Efy3k&hl=en&ei=AybaSemkNJSwywWSptXuDg&sa=X&oi=book_result&ct=result&resnum=7#PPA81,M1
    When I list hm rows (from x$dbkrun I presume), it shows this detail (which repeats many, many times)
    HM RUN RECORD 1
    RUN_ID 184481
    RUN_NAME HM_RUN_184481
    CHECK_NAME DB Structure Integrity Check
    NAME_ID 2
    MODE 2
    START_TIME 2009-04-05 22:44:43.385054 -05:00
    RESUME_TIME <NULL>
    END_TIME 2009-04-05 22:44:43.718198 -05:00
    MODIFIED_TIME 2009-04-05 22:44:43.718198 -05:00
    TIMEOUT 0
    FLAGS 0
    STATUS 5
    SRC_INCIDENT_ID 0
    NUM_INCIDENTS 0
    ERR_NUMBER 0
    REPORT_FILE <NULL>
    The corresponding data from v$hm_run (and the view definition itself) show that status = 5 means 'COMPLETED'. The interesting thing is that RUN_MODE.RUN_MODE is 'REACTIVE'. This seems to say that it's not a proactive thing. But if something is reacting, then why is it showing no error (i.e., ERR_NUMBER = 0)?

  • Problem with duplicate files being created

    I'm having a problem with PSE7 copying files from my camera card to my computer.
    It will copy over all new jpg files fine but once it gets to the NEF (RAW)  files it will not only copy the new files from today but recopy all  those NEF files from other days that are already downloaded so that I end up with files like this:
    DSC_2200.NEF
    DSC_2200-1.NEF
    DSC_2200-2.NEF and so on.  It's very annoying and I have to repeatedly  delete all the duplicate files and this takes up time. I do use the  global search function in Windows to delete them but would prefer they  don't do this in the first place. They do eat up a lot of space.
    I have the settings set to only copy over new files in PSE so why is it copying over older files? Does anyone have any clues?

    You can set up a scan when you create a new device in System Preferences:
    go to System Preferences --> FCSVR Pref pane --> Devices Pane and then choose create new device ("+" sign and the Device Assistant will appear. You choose the type and then you can set up a Full or Add only Scan here.)
    Other option is to set up a Scan via the Administration window in the Java Client:
    This is not as easy since there is no Device Assistant.
    go to Admin window in Java Client --> Response and then create a new 'Scan' response on the device you want to scan. 'Scan Productions' is something different, maybe you want that instead, I don't know. Depending on how you set it up, it can create a Production in FCSVR catalogue for each folder or subfolder and that media will be scanned and placed into that Production in FCSVR catalogue.
    Anyways, once you create the Scan Response, go to Admin pane --> Schedule. Create a new schedule and add the 'Scan' response you just created to the "Response List" section. Don't forget to check "Enabled"...can't tell you how many times I created the response but then forgot to enable it.
    Once you scan the assets, they are in the FCSVR catalogue with clip proxies, thumbnails and posterframes. If you have existing FCP projects that use this media, you will want to make sure the media in the FCP project is connected to that same media that was scanned. When you upload the FCP project, it will not dup the assets, just add the FCP project to it, unless you didn't set the EIP device correctly. If you look in Search All Jobs, the only thing that should be generated at this point it Edit Proxies (if you enabled them) and Elements.
    Now my question to you is the same as Chris' question here http://discussions.apple.com/thread.jspa?messageID=9147105#9147105. How did you set things up so far? What is your workflow? Where is your media?

  • Duplicate photo files  being created in Bridge

    I have a Mac Book pro with sno leopard and use CS5 and am having weird issues with photos from my canon 5d mk II and 7 d. Bridge is creating duplicate photo files after I download them. Sure adobe told me to purge my cache , ok, that works but it just starts re creating them again?

    You can set up a scan when you create a new device in System Preferences:
    go to System Preferences --> FCSVR Pref pane --> Devices Pane and then choose create new device ("+" sign and the Device Assistant will appear. You choose the type and then you can set up a Full or Add only Scan here.)
    Other option is to set up a Scan via the Administration window in the Java Client:
    This is not as easy since there is no Device Assistant.
    go to Admin window in Java Client --> Response and then create a new 'Scan' response on the device you want to scan. 'Scan Productions' is something different, maybe you want that instead, I don't know. Depending on how you set it up, it can create a Production in FCSVR catalogue for each folder or subfolder and that media will be scanned and placed into that Production in FCSVR catalogue.
    Anyways, once you create the Scan Response, go to Admin pane --> Schedule. Create a new schedule and add the 'Scan' response you just created to the "Response List" section. Don't forget to check "Enabled"...can't tell you how many times I created the response but then forgot to enable it.
    Once you scan the assets, they are in the FCSVR catalogue with clip proxies, thumbnails and posterframes. If you have existing FCP projects that use this media, you will want to make sure the media in the FCP project is connected to that same media that was scanned. When you upload the FCP project, it will not dup the assets, just add the FCP project to it, unless you didn't set the EIP device correctly. If you look in Search All Jobs, the only thing that should be generated at this point it Edit Proxies (if you enabled them) and Elements.
    Now my question to you is the same as Chris' question here http://discussions.apple.com/thread.jspa?messageID=9147105#9147105. How did you set things up so far? What is your workflow? Where is your media?

  • Too many class files are creating.....

    Hi,
    I am using SwingUtilities.invokeLater() method to update my JTextPane.it is working fine but it is creating number of class files depends upon how many times i am calling SwingUtilities.invokeLater() method....In my application i am calling SwingUtilities.invokeLater() method 5 times so it is creating 5 class files.
    So pl let me know the solution to avoid the same.............thnx

    In my application i am calling
    g SwingUtilities.invokeLater() method 5 times so it
    is creating 5 class files.
    So pl let me know the solution to avoid the
    same............So why is this a problem?

  • Strange "iPOD" Files being Created in My Pictures Folder

    A friend of mine wants to know why PSE7 seems to be creating these files in the My Pictures folder whenever she clicks on a PSD file (for example) to start PSE editor? It also seems that if she uses one of the effects on a pic these IPod files are also created.
    She has hunderds of these things floating around in various folders. PSE also feels the need to create a manifest.txt file to list them all.
    IPod_adding_drama
    IPod_advanced_dodge_burn
    IPod_blending_layers
    IPod_blurring_background
    IPod_correcting_images_batch
    IPod_correcting_perspective
    IPod_create_greeting_card
    IPod_create_pdf_slideshow
    IPod_create_slideshow
    IPod_curved_photo
    IPod_frame_layers
    IPod_generic
    IPod_getting_slideshows_on_tv
    IPod_hockneyesque
    IPod_insider_tips
    IPod_lightening_eyes
    IPod_making_skies_blue
    IPod_panorama
    IPod_photo_collage
    IPod_photo_frames
    IPod_photo_mail
    IPod_pic_in_pic
    IPod_quick_fix
    IPod_scalloped_brush
    IPod_scene_clean
    IPod_sharpening_tools
    IPod_travel
    IPod_type_masks
    IPod_unsharp_mask
    IPod_whimsical_woodcut
    Thaks
    Jeff

    See the ongoing discussion in:
    http://www.elementsvillage.com/forums/showthread.php?t=47557

  • .webloc files being created from .pdf files viewed in Exchange 2003 webmail

    I have a person here that when she views a pdf file through an exchange webmail account, it then turns into a .webloc file and is no longer useable. She is using one of the newer MacBook Air computers.
    I don't have the notebook here in front of me at this time.
    Stephen Hathaway

    No updates, we have a feeling it started with a corrupt adobe file on the network.  All clients that opened this one document seem to be having this error now.  Does anyone know what this error means:
    %%%%[ Error generating pdf file. Please retry with these features turned
    off: optimize CompressObjects ]%%%%
    Error 32 relocating files.
    The process cannot access the file because it is being used by another
    process.
    How do I turn off : "optimize CompressObjects"
    Thanks.

  • LCK files being created with PAK files when processed through ODDC

    I'm encountering a problem where after commit of a batch in ODDC the files are transferred to the server, but the PAK files are accompanied by a LCK file that is preventing the Distributed Document Capture service from picking them up and processing them. This started occurring after ODDC Patch 4 (14538424) was applied. I'd blame the patch, but not all users encounter the problem. Users encountering the problem are using Win7 and IE9. That said, users that don't encounter the problem are using the same OS and browser. Has anyone encountered this before? What was the resolution? I suspect it's a browser setting, but haven't identified it yet.
    Thanks

    I stumbled on a link in the oracle forum which says that the "create or replace package XXX" at the start of the PL/SQL procedure when run seems to intermittently cause the ORA-04068: existing state of packages has been discarded problem.
    As per the solution suggested an “alter package XXX compile" can be executed after the changes are made and then we would no longer get the error in BPEL/ESB and dont have to bounce the server too.
    __http://forums.oracle.com/forums/thread.jspa?threadID=185762_
    However the above solution does not seem to resolve the issue.
    Any help in this regard would be highly appreciated.
    Thanks,
    Deepthi

  • Unexpected xmp files being created

    Can anyone help?
    I am helping a family member to migrate her programmes and data to a new PC (running Windows 7 64 bit). This is a telephone and email exercise  as she lives abroad.
    Upon installing Photoshop Elements and transferrng her stock of about 8,000 jpeg photos from her old machine she has discovered that virtually every one has an xmp file associated with it.
    She never uses RAW (her compact camera cannot generate RAW files) and only a small proportion of her pictures have been previously edited in the PSE Editor module. I always thought that both the PSE Organiser and Editor modules wrote their metadata to the xmp section within the jpeg itself and that separate xmp sidecar files were only created when RAW files were edited using ACR with the appropriate options set.. She has used Picasa in the past to index her pictures, if that is relevant.
    I am not a regular Elements user myself (I use Photoshop CC plus Lightroom) and I have not been able to come up with a satisfactory explanation. . Any ideas please?

    There is no logical explanation although if your family member is a Mac user or more precisely a user of iOS these files can get automatically generated by a photo app or by the iPad/iPhone camera roll.

  • HELP!! Temp files being created when saving in CS2???!!

    Hi all,
    I recently upgraded my OS to leopard and since i did this i have been having this strange problem?When I save a file in illustrator (CS2) it is also creating some kind second archive file (Acr1860018314.tmp for example) does anyone know what is causing this it is really annoying

    I'm on CS2 and it sometimes happens even though I have nothing else running except E-mail and maybe Preview. A restart seems to help, but I haven't discovered why the temps appear. They don't do any harm and you can safely trash them to no ill effect.

Maybe you are looking for

  • Satellite L40 won't shut down with power connected, and won't go in standby

    Hi everybody. I hope someone can help me. Basically, there are two problems: one with shutting the laptop (Satellite L40-17U (Vista 32-bit Home Premium SP1) ) down when the power is connected, and one with closing the lid and putting it to sleep. 1.

  • How do you cancel your debit card from itunes?

    I have had fraudulent use of my card details and wish to suspend my debit card from iTunes until the problem is resolved. I will then add new debit card details when I feel it is safe to do so. I have had my bank account emptied 3 times this year fra

  • Related to error handling and Packages

    I was asked the following question for an interview Suppose u have an application that makes use of many user-defined packages. How can u trace a specific (application) error to a particular Package? Please share ur views. Thanks in advance..

  • PDF Problems @ Printers - Export Methods?

    I am working on a brochure that is mostly white text on black, with a few full colour pictures. There are also some manufacturer's logos that I inverted to make them white on black too, all in CMYK mode in PS. Though there were still black boxes arou

  • No valuation variant found for valuation area 4000

    Dear Experts When we are saving the production order we are getting the Following Error "No valuation variant found for valuation area 4000" i have check from my side the config for Valuation Varaint and Costing Variant is OK can any one please help