Reporting tool for access.log and other files

Any know of a good reporting tool to make useful reports out of the log files in
Weblogic?

I think you should verify this with Oracle Support.
This is the perfect measure to have them drop the phone on you.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Any setting to use alt+tab for switching adobe and other file ?

    any setting to use alt+tab for switching adobe and other file ? instead of opening a adobe file agin and agin?
    thanks.
    really hate using win8...........................

    i mean ..can adobe fild open it in a normal way like win7 did...
    so i can use alt+tab to switch task easily..

  • Appropriate directory for themes, logs and config files

    Hello, I would like to know what would be the appropriate directory to place a application's config directory that contains themes, logs and config files for that application.
    I want that directory to be accessible but since ~/Library is now invisible on Lion, that kinda rules it out for accessibility. The only place left now would be ~/Applications, but I don't think it was intended for that.
    There is also an invisible config file that contains the path to the config directory and that's what the app uses to know where the config directory is located. The current emplacement of that config file is in the home directory, which I think is not in accordance to Apple's guidelines. So where should I place that file?
    What should I do?
    Thanks

    Whee wrote:
    I wish I could choose both of your answers as being the good one.
    Thanks for the additional info about the Home and Documents directory, that clears a lot of things up. I needed to know that too. Do you know where that documents is located now? http://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPFileSy stem/Articles/WhereToPutFiles.html
    Apple prefers you use the system API for these things. Here is one document that explains it.
    So even though I won't use NSDefaults because what I am working on is a cross Platform app that is in C, I will put the config file in ~/Library/Preferences and the config folder in ~/Library/Application Support.
    Almost everything has a C equivalent. You can use CFPreferences instead. I strongly urge you to use one of the system APIs instead of trying to write your own files. For one thing, the user can put their home directory virtually anywhere they want. For another, Lion is rewriting the underlying architecture with the new screen sharing and iCloud. If you use the system APIs, your program will work properly with any new technologies or custom network settings.

  • Tool for multiplex avi and wav files?

    Hi! I'm looking for a tool to multiplex avi and wav files? I use Tmpgenc for doing this with mpg files, but there is no support for avi files.
    Regards / Jimmy

    VirtualDub!
    Mylenium

  • Using Sym Links for .dbf, .log, and .ctl files?  Will this work in 10g?

    Hello,
    We have an old database server we use for testing/development and it's running very low on diskspace on one of the filesystems on the box. At this point in time, adding space is not a simple option for several reasons. However, there are several other data partitions on this server with plenty of space available.
    I read a paper published by Sun Microsystems that advocates the use of symbolic links for dbf, ctl, and log files:
    http://www.sun.com/blueprints/0103/817-1048.pdf
    Are there any drawbacks/caveats we need to be aware of, or is this really as simple as just stopping the db, moving a few files to another fs, symlinking their locations, and restarting the db?
    Thanks for your input/advice.

    I think you should verify this with Oracle Support.
    This is the perfect measure to have them drop the phone on you.
    Sybrand Bakker
    Senior Oracle DBA

  • Reporting tools for idoc

    hi,
        can anybody tell me what are the reporting tools for idocs.
    thank you very much.

    Hi,
    Can you make your question a little clear, i mean what do you actually mean by saying reporting tools for idoc.
    regards,
    Syed

  • HT3702 Why can't I download my already purchased music and other files from iCloud, even though I owe money to iTunes for my most recent purchases.  Doesn't seem right that they keep me from accessing those files which I've already paid for!

    Why can't I download my already purchased music and other files from iCloud, even though I owe money to iTunes for my most recent purchases.  Doesn't seem right that they keep me from accessing those files which I've already paid for!

    - Are you saying that they are not listed in your Purchased section?
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - Are they listed in your Puchases history when you log into your account on your computer?
    - Are they still available now for purchase? If not then you are out of luck
    If they are still available and listed in your Puchase History then contact iTunes
    http://www.apple.com/support/itunes/

  • APIs for accessing the ESS log and output files from UCM

    Hi,
    As I understand, the output and log files of an ESS job will be uploaded to UCM.
    We have a requirement where in we are building a simple error handling framework, which gets triggered after a series of ESS jobs are run. In the error handling framework based on some processing logic we need to e-mail the error or log files to the users. I am not able to find any information related to retrieving the log and output files for and ESS job from UCM. Any inputs on this will be appreciated.
    Thanks for your help,
    Thiru

    For accessing content in UCM you can use the RIDC APIs or UCM Web Services. Note that the UCM also provides features for workflow etc. that could potentially be used for notifications refer to the developer guide for details. For UCM related questions you may want to use this forum instead
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Using AE(htmldb 2.0)  as for reporting tool for other oracle databases.

    Maybe I was mistaken, but when I first saw the HTMLDB demo's I saw this as a slick way to build a browser based reporting tool for the masses for quasi-ad-hoc reporting on some of our larger databases that currently have limited reporting capability, and also as a possible replacement for the many MSAccess applets we have.
    I just got 2.0 installed and working on a 9i database and went through the basic tutorials, but I can't find much info on how to connect to other oracle databases.
    Are my options as follows?:
    create dblinks from the local database that houses htmldb to all the other databases?
    or
    install htmldb schemas on each database I want to access from htmldb?
    or
    I'll keep looking, but if any of you have any pointers or know of a tutorial that explains the best way to do this it would be greatly appreciated!
    tia

    As for question 1, yep, that's what I mean. Example:
    In a schema in the App Express instance, create a user called "APP1_USER", and then
    create view app1_user.people as select * from people@link_user@remotedb
    As for the next question, using the built-in insert/update/delete processes will give you
    ORA-01461: can bind a LONG value only for insert into a LONG column
    among other errors. Apparently version 2.1 will fix this. See Cannot Update VARCHAR column in Remote DB
    We address this problem by creating pl/sql APIs for DML, and then writing our own insert/update processes. Slows us down a little, but even with that, App Express remains a productive choice for us.
    Another weird problem: auto-row fetch (built-in to HTML DB) doesn't work over db links when you have two columns for a primary key. Many ways around this, e.g. create sequence-populated primary key, create a view with single column that concatenates primary key column values (key1|key2)
    Hope this helps!
    -John

  • How to get Log and Output File Names for a concurrent request

    Hi,
    I am submitting a concurrent frm OAF with the following code in AM
    try{
    OADBTransaction tx = getOADBTransaction();
    Connection conn = tx.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    Vector parameters = new Vector();
    parameters.addElement("10");
    nRequestID= cr.submitRequest("CIE","DTFEMP","","",false,parameters);
    tx.commit();
    }catch(RequestSubmissionException e)
    How do i get the handle to log and output files for the abvoe concurrent request ?
    One more thing is there a way where we can evaluate the environment variables
    like in the above example once i get a the request id
    logfile = $APPLCSF/$APPLOUT/"l"+requestID+".log"
    and
    outputfile=$APPLCSF/$APPLOUT/"o"+requestID+".out"
    is there a way i can get the values of $APPLCSF and $APPLOUT from the os ?
    Thanks
    Tom...
    Thanks
    Tom ...

    You can query the Fnd_Concurrent_Requests table using Request_ID, which has the log & out file directory details.
    Hth
    Srini

  • Block size in tt for writing data to transaction log and checkpoint files

    Hello,
    what block size is TimesTen using when its writing data to transaction log and checkpoint files? Does it use some fixed block size during filesystem writes?

    Although in theory logging can write 2 KB blocks in almost all circumstances it will write 4 KB or larger so yes a filesystem with a 4 KB block size is fine for both checkpointing and logging.
    Chris

  • ALD API and ALD (Advanced Layout Designer) as a reporting tool for AddOns

    Dear all,
    as per SMP "ISVs and VARs can integrate combit's List & Label functionality into any SAP Business One Add-on without additional combit license fees", so am i right it means that LnL (ALD) has an API which allows to manipulate it right from SBO AddOn?
    and yes, according to the combit site (e.g., http://www.combit.net/en/page1077.aspx?action=display&articleid=KBTE000662) this really has API.
    so the questions are:
    1. does anybody has any expierence with ALD as a reporting tool for the SBO AddOns (ALD API expierence)?
    2. does anybody has any samples (how to call ALD API from AddOn)?
    3. are there any elearning materials at the SMP regarding ALD API usage from the AddOns?
    4. is ALD API available for the SAP 2005 SP01 as well as SAP 2007 versions?
    please comment on this with your point of views and some attitude
    thank you and kind regards,
    A.

    Hi Alexey,
    I've got ALD running at sites (2005A SP1).
    1) ALD is certainly more powerful than PLD in terms of presentation and formulas. The only limitation I came across was that you can only have 1 data table in a report (unlike other report writers like Crystal or Reporting Services). Also, working with special lines and serial/batch data in marketing documents is overly complex in my opinion.
    2) There were some samples attached to SAP Notes. I'm afraid my samples would be useless because you'd have to have the same UDFs and my reports are quite site specific.
    3) I've never seen ALD learning material from SAP but there was a decent enough manual that came with the addon.
    4) Not sure. I think you'll need to ask Combit directly.
    Pros:
    a) I particularly like the sound of the API although I haven't had a chance to look at it yet
    b) Some nice built in features like labels and the ability to create layouts for user queries (...PLD is capable of doing this, just not very well )
    c) Software is part of 2007A (ie no additional license fee)
    d) Integrated with SBO
    Cons:
    a) The integration is not perfect (eg if you use the SBO Mailer then report attachments still use the PLD layout and not ALD).
    b) A bit buggy at times (although this was on an early 2005A version)
    c) Formulas use a C++ type syntax which can be confusing for those not used to it though there is a formula builder to help out.
    d) No reports built in. SAP/Combit should be considering having all marketing documents and maybe some other key reports built in as standard.
    All things considered, ALD is worth looking at if PLD is not up to the job.
    Hope that helps,
    Owen

  • Can I "partition" a HD for TM and other files?

    Well, I have never used Time Machine before and recently when I thought about starting to use it, I connected to my MacBook the external hard drive which contains apps, music, movies etc. (pretty much a "manual backup" you can say), but I got a message that Time Machine works when the hard drive is used exclusively for TM and doesn't have other content (I hope I understood well).
    So, is there any way to "partition" my HD so one place will be reserved for Time Machine and in another I can keep movies, music and other files that I do not want to keep in my MacBook anyway?
    I hope I won't have to buy a new HD just for TM.
    Thank you in-advance for the help.

    itsjamesd wrote:
    is there any way to "partition" my HD so one place will be reserved for Time Machine and in another I can keep movies, music and other files that I do not want to keep in my MacBook anyway?
    in fact, that is a very good idea.
    see http://web.me.com/pondini/Time_Machine/3.html
    and http://web.me.com/pondini/Time_Machine/6.html
    however, i would not recommend getting started unless you have a backup of the files located on that external. so, buying an additional external may be in order in any case ...

  • Why do I not have access to all the features of my Canon MG5320 printer in all applications which use a printer? The printer has two paper paths. The rear path is used for photo paper and other specialty papers. this is only one "unavailable".

    I have an iMac late 2012 with OSX 10.8.
    The MG5320 has two paper feed paths; one at the rear for photo paper, brochure paper, and other specialty papers and a tray for regular 8½x11 paper. It also can print on CDs and DVDs and has an automatic duplexer. Canon provides a utility for printing on the CDs and DVDs and also for printing photos and other specialty items. This is available in Mac format also. I installed the most recent drivers and utilities.
    I also have a HP IBM Compatible computer on which the above printer as well as an Epson are installed. Every option of each printer is available in every software application that has need for a printer.
    The Mac printer dialog varies from one application to another. The only applications that list the option for selecting paper quality which includes photo paper are Office for Mac, Pages, and Numbers. Not likely that I would be using any of these for photo printing. Auto duplexing, however, is not available here or in any other applications.
    The print dialog in Aperture, Photoshop Elements for Mac, ACDSee for Mac, or iPhoto provide the choice of numerous sizes of paper but no option for paper quality. Therefore, I attempted to use the print utility supplied by Canon and updated by Apple for printing some photos. The photos are selected in this utility. When the print command was given I was shown a message that the printer was being reset. It then began printing a spreadsheet, which was not even open, from the front tray on regular paper in fast draft quality.
    It is essential that the rear feed be available for printing photos. The printer will not accept photo paper from the front tray. The greater proportion of my printing is photos or other specialty items all of which use paper that must be fed from the rear feed.
    An acquaintence who considers himself to be somewhat of a Mac expert insists that the printer options that I require are available and all I need to do is look for them. The print dialog should be clear enough that "looking for options" is not a necessity. Even so, I have dilligently searched every variation of the Mac print dialog on my iMac and only the office type applications named above included anything other than the basic printer functions.
    I have also searched numerous locations online without finding a solution. I did, however, find that printing and printing problems seem to be common with several versions of the Mac OS and Mac computers in general.
    I would appreciate it if someone could provide me with a solution. I have no desire to upgrade my Windows OS to Windows 8 which is perhaps suitable for "smart" phones but not desktop computers. However, because of the printing issue I have temporarily put my iMac aside and reverted to using my PC with Windows Vista.
    Help!!

    This is a user forum I feel you need to deal with Adobe customer services or support chat did not work in you case.

  • Useful logs and trace files

    Hello experts, for our Netweaver AS administration, I am in charge of periodically checking logs and trace files. I would like to know which are the most useful logs and trace files and the information each one will hold. I am familiar with "DefaultTrace.trc", and as of today it is the only one I have used, but I believe I should also be looking at other logs and trace files.
    Any suggestions?

    Hi Pedro,
    If you are talking about JAVA only system defaulttrace is the best log/trace to look, there are other log files like application log, but maybe the best way to check you logs is using NWA (NetWeaver Administrator) on the following URL on your JAVA system:
    http://<hostname>:<port>/nwa
    From there you need to go to Monitoring -> Logs and Traces and then Predefined View/SAP logs.
    My other recommendation is to change the severity level to ERROR for all you JAVA component within the Visual Administrator -> ServeNode -> Services -> Log Configurator -> Locations, otherwise it is possible that you see a lot of garbage on the defaulttraces. Anyway you can change the severity level per component, on demand, to investigate any possible problem.
    The work directory is very imporant and maybe you can also check the file "dev_serverX" that also will give you information about any out of memory conditions and garbage collection activity if you have these values set for the server node using the config tool:
    -verbose:gc
    -XX:+PrintGCDetails
    -XX:+PrintGCTimeStamps
    You can find more information on here:
    http://help.sap.com/saphelp_nw70/helpdata/en/ac/e9d8a51c732e42bd0e7de54b9ff4e2/content.htm
    Hopefully this help you, let me know if you need more information,
    Zareh

Maybe you are looking for

  • How to use MS Office w/iCloud?

    Hi guys, I am using MS Office for Mac because of compatibility issues with my clients. IDisk worked just perfectly for me now I understand that I can retrieve my documents in the cloud thru iWorks only and not directly by "opening" the iDisk folder.

  • Can't View JPEGs in Windows Explore Because of QuickTime Picture Viewer

    A couple of weeks ago I had some film developed in our local drug store. I had the photos put on a CD. The CD came with its own software and you had to install the software in order to view or take off the photos. I wanted to use my own editing softw

  • Loop through contents of textarea / arrays in PL/SQL?

    Hi all, I have the need to allow a user to update a large number of rows at once. His data source is a spreadsheet. Basically, he receives a file weekly that contains dozens of vehicle numbers and dates that they are to be delivered. My thinking is t

  • Getting Security Error# 2048 while working in Flash 11.2

    Hi all, Greetings to all. Well So i prepared a widget written in Action Script 3. Here are my system configurations: OS: Windows 7 Flash: 11.2 Now when i make a SWF file and open it in my local host i can see the widget running with no problems. But

  • How to display calendar in prompts

    Is there any way we can show calendar in date prompt? So that user can select any date from calendar.