Create trace LOG DB

As I can have a log where I come memorizzate all the information SQL and the customer whom it executes to them.
using ORACLE 9I DBA
Thanks

Use logminer:
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/logminer.htm

Similar Messages

  • How to trace Logs for WebService connectivity - 3rd Party to ECC

    Hi Experts,
    Basically it's a simple scenario, the 3rd party will send a soap request with the information in it and wiill be sent to ECC and be written on a table.
    I'm wondering on how to trace logs on the soap request sent from 3rd party to an ECC environment. I used Altova XMLSpy and soapUI and  to create a soap request from wsdl created in SOAMANAGER. Both of the software returns a response. Do these both of these software really sends data (soap request) going to the binded address or it's just i simulation that wsdl created is valid.
    Cheers,
    R-jay

    Hello,
    These third party tools send web service requests to SAP system. You can trace Service invocation and download the request and response payloads using SOAMANAGER. In Logs and Trace tab,  edit the Trace configuration with suitable trace level and expiration time.
    Thanks,
    Venu

  • R12 12.0.4, System Administration, Debug, trace, log enabled monitoring

    Hi guys,
    I posted the same question with oracle.ittoolbox few days back and yet to get an answer. During the initial stages of implementation, I remember the consultants using a particular jsp/html page under System Administrator responsibility to view the status of diag, trace, log enabled status of the system, akka, if a profile option is enabled to debug, trace, or log was listed...
    Now, I want to access the same page (I have system administrator resp). The SQL query provided by metalink is too complex to understand
    Please help

    Hello again Hussein and others
    Our issue was NOT just with FND% profiles, rather with the consultants turning on diag and debug against their respective modules and later forgetting to turn them off. Take our case, we had SLA Debug enabled from last 2010 Feb until two days back, which has created 21 million rows of data with XLA diag table :)
    Once after turning the SLA debug and truncating the table (following Oracle guidelines) we have a database which is 1/3 of the size until recent times. Oracle has provided us an SQL query which produces the present status of all profiles with latest values (enabled or disabled). We were able to see a number of profiles with debug enabled and successfully disabled them.
    I represent the internal IT team and always have the acceptance for human errors like the SLA debug event. Oracle "apologized" for not having a screen or html form for monitoring such resource hungry activities. The output from the SQL script they provided is too complex for a person who doesn't have core techno functional knowledge about the system.
    Anyway, finally feeling a bit better...
    Thanks guys

  • Location of trace logs

    Hi,
    Can any one tell where the trace logs,audits etc are stored in content server's file system
    Thanks in advance
    Amit

    Content Server logs are written to:
    <cs_dir>/weblayout/groups/secure/logs and are named IdcLog01.htm - IdcLog30.htm. The file IdcnLog.htm keeps track of the log number to date relationship and is the page the web GUI resolves to.
    Archiver logs are written to:
    <cs_dir>/weblayout/groups/secure/logs/archiver and are named ArchiveLog01.htm - ArchiveLog30.htm. The file ArchiveLnLog.htm keeps track of the log number to date relationship and is the page the web GUI resolves to.
    Verity log is written to:
    <cs_dir>/weblayout/groups/secure/logs/verity and is called search.log. This log is a single text file and will grow as entries are written to it - this different behaviour is because this log file is created by the licensed Verity indexing application.
    NOTE: By default the verity debug level is set to none - so no logs will be created. Verity debug levels are set in the repository manager indexer setup screen and can vary from verbose to all. Be aware that high levels of debug information from verity will create a very large log file very quickly. There will also be a processor and disk I/O overhead from the processing and writing of verbose log file entries.
    Server output log is written to:
    Windows:
    <cs_dir>/bin/IdcServerNT.log if UseRedirectedOutput=true is set in the config.cfg file. This file should be purged occasionally as it can grow to a fairly large size. However this can be cleared form the admin server web GUI interface and should be checked regularly for major errors and warnings that are written to the file.
    Unix:
    <cs_dir>/etc/log regardless of whether or not UseRedirectedOutput=true is set.
    Web Server Filter logs:
    Windows:
    <cs_dir>/idcplg/idc_cgi_isapi-<instance>.dll.log
    Unix:
    <cs_dir>/data/users/authfilter.log
    These are accessed through the Filter Administration link from the administration page. Options can be set from here and the filter viewed and output cleared. Because this is primarily a debugging tool, it is not normal practice to save or archive these logs. There is also substantial performance overhead involved with writing these logs, so they should not be left running in normal production mode.

  • Is there a way to create a log-in button with a password protected section of a site?

    I have a client that needs a log-in section and a way to create a customer account. Is there a widget or workaround that allows me to create a log-in button and create a customer account where they specify a username and password? Muse is terrific for simple sites, but without having access to the code, I can't operate the way I used to. When I'd need custom work done like this, I'd hire a programmer to create the code, then simply paste it into the code of the site. I can't do this with Muse and it's a huge barrier. Anyone have any ideas or solutions? Please call me directly if you have a solution: 727-466-6888 (Florida).

    You can fairly easy do it with Business Catalyst hosting's webMarketing plan. With a little Business Catalyst knowledge it can be achieved quite easily.
    Other than that you would need to create your login forms and secure pages outside of your site and then add the login form and secure content to the site with iFrames. A more tedious and not ideal way of doing it.

  • How to create different log files for each of web applications deployed in OC4J

    Hi All,
    I am using OC4J(from Oracle) v1.0.2.2 and Windows2000. Now I want to know
    1. how to create different log files for each of my deployed web applications ?
    2. what are the advantages in running multiple instances of oc4j and in what case we should run
    multiple instances of OC4J ?
    3. how to run OC4J as Windows2000 Service rather than Windows2000 Application ?
    Thanks and Regards,
    Kumar.

    Hi Avi,
    First of all I have given a first reading to log4j and I think there will some more easy way of logging debugging messages than log4j (If you could provide me a detailed explanation of a servlet,jsp,java bean that uses log4j and how to use log4j then it will be very helpful for me). The other easy ways (if I am not using log4j) to my problem i.e creating different log files for each of web applications deployed in oc4j are
    I have created multiple instances of OC4J that are configured to run on different ports and so on each instance I have deployed a single web application . And I started the 2 oc4j instances by transferring thier error/log messages to a file. And the other way is ..
    I have download from jakarta site a package called servhelper . This servhelper is a thread that is started in a startup servlet and stopped in the destroy method of that startup servlet. So this thread will automatically capture all the system.out.println's and will print those to a file. I believe that this thread program is synchronized. So in this method I need not run multiple instances of OC4J instead each deployed web application on single instance of oc4j uses the same thread program (ofcourse a copy of thread program is put in each of the deployed web applications directories) to log messages on to different log files.
    Can you comment on my above 2 approached to logging debugging messages and a compartive explanation to LOG4J and how to use LOG4J using a simple servlet, simple jsp is appreciated ...
    Thanks and Regards,
    Ravi.

  • How can I create a log for the dice roll generator on my website?

    Here is my website: http://gator789.hostgator.com/~stillman/index.html
    I want to create a log for each time the roll button is clicked to generate a random image of a six-sided die on my website. I was thinking maybe a MySQL database with PHP would get me what I want? I have no idea how I would start setting this up though. I don't want to sound to pushy here, but I would also like to have a form setup above the roll button for name details, etc. How would I go about doing this?

    I don't understand why you need a log to generate a random number.  The logic behind a random javascript image generator with a math function is all you need.  Put your gif images into an array and let the script do the rest.
    http://eposic.org/samples/dice/part1.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How to create a Log file on Client machine

    Hi All,
    I am trying to create a log file on my local machine using TEXT_IO.FILE_TYPE in a stored procedure but it is throwing a compiler error as Error(5,10): PLS-00201: identifier 'TEXT_IO.FILE_TYPE' must be declared. I seem it is occuring because of WebUtil and I am using Oracle SQL Developer on my machine.
    Is there any way to create log file on local machine.Can anyone help me out, Since three day I am struging to get out from this.
    With regards
    R e h a n

    Hi,
    TEXT_IO.FILE_TYPE Package is used in Oracle Forms. Please Post in the relevant Forum for Questions for these.
    Forms
    You can Use the UTL_FILE in PL/SQL to create Log Files on the database server directory and Share the directory.
    Thanks,
    Shankar.

  • How to create the log file in remote system using log4j.

    Hi,
    How to create the log file in remote system using log4j. please give me a sample code or related links.The below example i used for create the log file in remote system but it return the below exception.Is there any authandication parameter for accessing the remote path? Please help.
    public class Logging
    Logger log=null;
    FileAppender fileapp=null;
    public Logging(String classname)
    try
    log = Logger.getLogger(classname);
    String path=" [\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt|file://\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt]";
    fileapp = new FileAppender(new PatternLayout("%r [%t] %-5p %c %x - %m%n"),path, true);
    log.addAppender(fileapp);
    log.info("Logger initilized");
    }catch(Exception ex)
    ex.printStackTrace();
    java.io.FileNotFoundException: \\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt (The network path was not found)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    at org.apache.log4j.FileAppender.<init>(FileAppender.java:109)
    at annwyn.logger.BioCapLogger.<init>(Logging.java:23)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Please help.
    Thanks in advance.
    Saravanan.K

    Sorry path is missing for the above request.
    path="\\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt ";
    please help.
    Saravanan.K

  • How to create application log in SAP

    According to my reqirement,I need to display messages in the application log whenever some updation is done.
    How to do create application log and display messages in the application log.

    Hello Smriti
    If you have interface IF_RECA_MESSAGE_LIST available on your system then I highly recommend to use as message collector.
    When you create an instance of the interface (CF_RECA_MESSAGE_LIST=>CREATE) you can provide an application log object.
    The collected messages can easily be saved as log.
    For an example have a look at my Wiki posting [Message Handling - Finding the Needle in the Haystack|https://wiki.sdn.sap.com/wiki/display/profile/2007/07/09/MessageHandling-FindingtheNeedleintheHaystack]
    Regards
      Uwe

  • How to create a log file for bapi return structure

    Hi ppl,
         I am using BAPI_PO_CHANGE to mark the delivery of POs as complete after many validations through a classic report now my concern is i have been asked to create a log file which details the errors in the POs which is in the bapi return structure.
       I don't know how to do can any one help at the earliest.
    Regards,
    Bharathy.

    hi
    pls see this thread...
    it may help you...
    /people/kamalkumar.ramakrishnan/blog/2007/01/10/a-primer-on-using-and-creating-sap-application-log
    thx
    pavan
    *pls mark for helpful answers

  • Error in trace log - Error in Mapping EngineODIException

    Hi,
    in the trace log file of OID i am getting the following error:
    Trace Log Started at Mon Sep 24 08:56:34 CEST 2007
    c360f8d929b0427faf0c332e05e78025_85bf9c6eeeec452c8a41c3ab23d03fc6 - Error in Mapping EngineODIException: Exception Connecting to DB :java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    ODIException: Exception Connecting to DB :java.sql.SQLException: ORA-01017: invalid username/password; logon denied
         at oracle.ldap.odip.gsi.DBConnector.connect(DBConnector.java:134)
         at oracle.ldap.odip.prov.ProvWriter.initialise(ProvWriter.java:113)
         at oracle.ldap.odip.engine.ProvThread.mapInitialise(ProvThread.java:642)
         at oracle.ldap.odip.engine.ProvThread.execMapping(ProvThread.java:559)
         at oracle.ldap.odip.engine.ProvThread.runOldVersion(ProvThread.java:543)
         at oracle.ldap.odip.engine.ProvThread.run(ProvThread.java:173)
    java.lang.NullPointerException
         at oracle.ldap.odip.gsi.DBConnector.end(DBConnector.java:210)
         at oracle.ldap.odip.engine.ProvThread.mapEnd(ProvThread.java:718)
         at oracle.ldap.odip.engine.ProvThread.runOldVersion(ProvThread.java:546)
         at oracle.ldap.odip.engine.ProvThread.run(ProvThread.java:173)
    java.lang.NullPointerException
    Exception in Provthread
    It started since I changed password of PORTAL schema.
    everything works but i am wondering what's going on because trc file is now full of those messages
    thanks,
    Branislav

    Hi Sami,
    Check if thse threads can help u,
    Error in BPE Adapter
    BPM - BPE_ADAPTER errors
    BPE Adapter Error
    Exeception during execution error
    ***********Reward points if helpfull************

  • OS commands from File adapter Trace logs?

    Hi All,
    I am running some UNIX OS commands from File adapter as showing in below Blog.
    Problem is that in SXMB_MONI & in Runtime workbench I can not see any Trace logs written by those UNIX OS commands.
    Even I am writing echo messages.
    Runtime Workbench says only OS command file executed.
    Please guide me where I can see OS trace if some OS command fails?
    Any transaction code even at BASIS level exist?
    Or the only other way round exist is I need to write log into some files.
    /people/daniel.graversen/blog/2008/12/11/sftp-with-pi-the-openssh-way
    I am using PI7.1.
    Regards

    I think no solution, other then writing ABAP code using RFC SXPG_COMMAND_EXECUTE and put log/trace in some table/application.

  • CELL-01528: Unable to create the log file in directory

    Hi ,
    We have Qtr-Exadata
    I'm getting error msg in 2 of Storage Servers when trying access cellcli
    CELL-01528: Unable to create the log file in directory
                             /opt/oracle/cell11.2.2.3.2_LINUX.X64_110520/cellsrv/deploy/log.
    Error: Couldn't get lock for
                             /opt/oracle/cell11.2.2.3.2_LINUX.X64_110520/cellsrv/deploy/log/cellcli.lst.
    in that directory there are too many files [cellcli.lst.0.lck...............cellcli.lst.0.99.lck]
    whereas in the third stg-server which run smoothly there are three files [cellcli.lst.0,cellcli.lst.0.1,cellcli.lst.0.2]
    without any file with "lck" extension
      ( Sorry for bad English)
    BR
    Sami

    Hello, check directory permissions

  • How do I Create a Log File?

    Hi All
    Been up for a while trying to figure this out with no luck.
    I created an app that will uninstall a program and all of it's files.
    example
    try
                        do shell script "rm -rf /Applications/TestFakeApp"
              end try
              try
                        do shell script "rm -rf /Applications/TestFakeApp2"
              end try
              try
                        do shell script "rm -rf ~/Library/Preferences/com.FakeTestApp.plist"
              end try
              try
                        do shell script "rm -rf ~/Library/Preferences/com.FakeTestApp2.plist"
              end try
              try
                        do shell script "rm -rf ~/Library/Logs/FakeTestApp*"
              end try
              try
                        do shell script "rm -rf ~/Library/Application\\ Support/FakeTestApp"
              end try
    there are alot more paths to remove but this is just a few for example
    I want to be able to create a log.txt file on the desktop to show what has been removed and or what could not be removed.
    I then tried by creating a text document by using
    do shell script "touch ~/Desktop/test.txt"
    tell application "Finder"
              open file ((path to desktop folder as text) & "test.txt") using ((path to applications folder as text) & "TextEdit.app")
    end tell
    but I don't know what to do next.
    1. Have it check for each file to see if it was deleted or not
    2. add it into the test.txt file
    3. save the file once done
    Any help would be appriciated.

    Your version of it was simpler for me to understand..
    Thank you
    But having 1 issue with it.
    I added some lines of non existing files to test if it did not delete them.
    the log file showed they were deleted, but the files were never there to begin with.
    I also added a return after each one write section so in the log file they would not be on the same line.
    try
      do shell script "sudo -v" password "" with administrator privileges
    end try
    do shell script "touch ~/Desktop/my.txt"
    delay 2
    set myLog to open for access file ((path to desktop as text) & "my.txt") with write permission
    set eof myLog to 0 -- reset the file contents... eliminate this line if you want to append to an existing log
    delay 2
    write "this is a test" & return to myLog
    delay 1
    write "Trying to delete Test
    " to myLog
    delay 1
    try
      do shell script "rm -rf /Test" with administrator privileges
              write "Deleted Test
              " to myLog -- this will only execute if the above line doesn't trigger an error
    on error
              write "Error deleting Test
              " to myLog
    end try
    delay 1
    write "Trying to delete test2
    " to myLog
    try
      do shell script "rm -rf /test2" with administrator privileges
              write "Deleted Test2
              " to myLog -- this will only execute if the above line doesn't trigger an error
    on error
              write "Error deleting test2
              " to myLog
    end try
    delay 1
    write "Trying to delete test3
    " to myLog
    try
              do shell script "rm -rf /test3*
              " with administrator privileges
      write "Deleted Test2" to myLog -- this will only execute if the above line doesn't trigger an error
    on error
              write "Error deleting test3
              " to myLog
    end try
    delay 1
    write "Trying to delete test4
    " to myLog
    try
      do shell script "rm -rf /test4" with administrator privileges
              write "Deleted Test4
              " to myLog -- this will only execute if the above line doesn't trigger an error
    on error
              write "Error deleting test4
              " to myLog
    end try
    close access myLog

Maybe you are looking for

  • File Not Found after soket transfer

    I have code written to upload a file to the server. the file uploads fine when i dont specify the dir. It uploads to the server current dir, but when i try to upload it to directory "tmp/uniqueDir/filename" that i create in my code i get filnotfound

  • ITunes 11.4 bug when used with OS 10.6.8 - won't sync or backup iPhone

    I actually just wanted to post this in case Apple monitors these boards. iTunes 11.4 says it's compatible with OS 10.6.8 or later, but there is a bug in it when you're running OS 10.6.8 that prevents you from backing up or synching your iPhone (in my

  • What function should I use to composite two effect worlds with ADD mode?

    how can I do it without iterate suit? ADD mode means R = Ra+Rb, G = Ga+Gb, B = Ba+Bb, A = Aa+Ab Is there a simple way to composite worlds in plugs-in just like what AE does?

  • Senior moment? I can't find the Eject button on the menu bar preference

    Whether through temporary blindness or by virtue of a senior moment, I can't find where the preference to show or hide the Eject button on the menu bar is located.  I'm trying to hide it, as it had always been. Any help will be most appreciated.

  • How can I clear the "Purchased" apps?

    How can I clear the "Purchased" apps list from the "Not on This Iphone" list of the Updates section of the App Store on my Iphone 4? There is no clear function.  If I Erase All Content and Settings in General Settings will that do it?  It'd be nice n