How to get information from the database server log?

Oracle 9.2 UNIX
We got an error block in the database of production last midnight for 40 minutes and nothing has been treated during this time which delayed our process by lots of night production. Then he disappeared after 40 min. I would like to know what was going on during this time in the database. My question is where can I find an error in the database server? In bdump? Appreciate any ideas.

Thank you
S.

If you have jobs regularly collect statspack report, then it will be easier to troubleshoot. You can just pull the report of the time period.

A couple of things you can check if there is a problem of storage during the time, as a backup or other work running took all storage OS, so Oracle hung because no space for archiving of newspapers. Usually it will record errors in the alert.log, but if bdump as complete destination, the error will not be recorded.
Check the activity of the BONE during the time, which is CPU and IO activity. See if you have installed and configured sar
Check the message of OS file.

Tags: Database

Similar Questions

  • How to get information from the view on the columns referenced in the tables

    Hi all

    I was looking for view DBA Oracle DB that displays information on the notice. In particular, I want to find information for each column in a view - of which table is this column and what his original name of the column. Is this possible at all?

    Thanks in advance!

    If you are looking for a view dictionary

    question

    Select *.
    dict
    where table_name like '%%'
    ;

    or consult the Oracle reference manual for your unknown version of Oracle.
    The answer is so obvious...

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • How to get information from the owners of devices (NMP and Powerpath) using the VI SDK

    Hello

    I just started to work with VI SDK in C++ using gsoap. I am

    facing a problem. Using VI SDK, where can I get more information

    regarding who manages the paths. Inside of the VI GUI client we can

    see that in the owner field. The GUI shows if the owner is NMP

    or powerpath. Can I get the same information by using VI SDK API? I'm not

    able to conclude within ScsiLun HostMultipathInfoLogicalUnit or

    HostMultipathInfoPath Dataobjects.

    Kindly help me.

    Thank you

    Gesner

    Ah good to know it is where it is located.

    national immunization days , you can find more info here: http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/vim.host.PlugStoreTopology.html#path

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    repository scripts vGhetto

    VMware Code Central - Scripts/code samples for developers and administrators

    http://Twitter.com/lamw

    If you find this information useful, please give points to "correct" or "useful".

  • get information from the sms message

    How to get information from sms

    ex: 1. the sender's phone number

    2. sms text

    Check the interface messages and methods like getAddress(), text, getPayLoadText.

  • How to get information from web interface tables

    Hello

    How to get information from web interface tables

    as in the forms... Go to help-> Diagnostics-> review
    Block = SYSTEM field is LAST_QUERY.

    Kind regards.

    Salvation;

    Please see the paragraphs below:

    How to determine the Table and the name of the column to a field in a form in 11i [ID 259722.1]
    How to find the query that succeeded recently? [241628.1 ID]

    Respect of
    HELIOS

  • How to download files from the database file system.

    Hello everyone.

    I m trying to do a procedure to download a PDF file that is stored in the file system of the server of the database and not inside the database. The established procedure is the following:


    create or replace
    PROCEDURE PRT_PR_DOWNLOAD_FICH (v_file_name VARCHAR2
    )

    AS

    V_LENGTH number;
    Lob_loc Bfile;

    BEGIN


    Lob_loc: = bfilename ('DIR_OBJ', v_file_name);
    V_LENGTH: = dbms_lob.getlength (Lob_loc);

    owa_util.mime_header ("application/octet ', False");
    HTP.p ("Content-length: ' |") v_length);
    HTP.p ('Content-Disposition: attachment; filename = "" | ") SUBSTR (v_file_name, INSTR (v_file_name, ' /') + 1) | '"');
    owa_util.http_header_close;
    wpg_docload.download_file (Lob_loc);


    END PRT_PR_DOWNLOAD_FICH;


    This procedure receive the name of the file to download and use the wpg_docload.download_file () function. The DIR_OBJ is a directory with path from the server to the folder that contains the files I want to download.

    When I run this procedure I get the error: "Internal Server Error".

    Can someone tell me what I am doing wrong and if it is the best way to download a file directly from the database server file system?

    Hello Pedro,

    Just out of curiosity, I tried your example ;-) It works very well in my environment! (Oracle 10g with OSH and Apex 3.1.2
    But: I had to grant READ permissions on my directory object to APEX_PUBLIC_USER!

    (1) I created a "test.txt" document in the directory corresponding with my EXPDIR directory object. 'Oracle' user needs read on the file & document permissions!

    (2) give APEX_PUBLIC_USER necessary READ rights on the directory object:

    grant read on the directory expdir to apex_public_user;

    (3) create the procedure:

    CREATE OR REPLACE PROCEDURE MATTHIASH. PRT_PR_DOWNLOAD_FICH (v_file_name VARCHAR2)
    AS
    V_LENGTH number;
    Lob_loc Bfile;
    BEGIN
    Lob_loc: = bfilename ('EXPDIR', v_file_name);
    V_LENGTH: = dbms_lob.getlength (Lob_loc);

    owa_util.mime_header ("application/octet ', False");
    HTP.p ("Content-length: ' |") v_length);
    HTP.p ('Content-Disposition: attachment; filename = "" | ") SUBSTR (v_file_name, INSTR (v_file_name, ' /') + 1) | '"');
    owa_util.http_header_close;
    wpg_docload.download_file (Lob_loc);

    EXCEPTION
    WHILE OTHERS THEN
    HTP.p (substr (dbms_utility.format_error_stack (): dbms_utility.format_error_backtrace (), 1, 4000));
    END PRT_PR_DOWNLOAD_FICH;
    /

    (4) Grant execute rights on APEX_PUBLIC_USER of this procedure:

    GRANT EXECUTE ON MATTHIASH. PRT_PR_DOWNLOAD_FICH TO APEX_PUBLIC_USER;

    (5) Finally, try if download document works well:

    http://: 7777, pls, apex, MATTHIASH. PRT_PR_DOWNLOAD_FICH? v_file_name = test.txt

    I would like to know if it works!

    HTH
    Matthias

  • currently still have PP CS5.5 & want to install on another office, understand that I can only use one at a time. don't have a CD, can I get information from the current installation and a link to download PP CS5.5?

    currently still have PP CS5.5 & want to install on another office, understand that I can only use one at a time. don't have a CD, can I get information from the current installation and a link to download PP CS5.5?

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a link to access a page to download the Adobe programs if you do not have a disk or drive

    Find your http://helpx.adobe.com/x-productkb/global/find-serial-number.html serial No.

  • How to extract information from the ovf file from a file of eggs by programming?

    How to extract information from the ovf file from a file of eggs by programming?

    Hello

    Please provide details:

    -On what OS you are programming (Linux, Windows,...)?

    -What programming or scripting language do you use?

    An EGG file is just a tarball of hard, .ovf and .mf files. The .ovf file is always the first. For example, on a Unix like operating system, this should be easy.

    For Windows, there are several options available to manage programmatically the tarballs. See for example http://www.codeproject.com/Articles/470999/tarlib-Windows-TAR-Library.

    And the ovf itself file is in XML format. For handling XML files are libraries available for literally every OS and programming language.

    Google is your friend.

    Andreas

  • How to get information about the types within a user defined package

    Hi all
    Have a package with some types (user-defined) defined in the package specification. How to get information about the types and
    information about the columns of this type.

    for example:
    Create package mp is

    type t is record (no number is varchar2 (30));

    procedure a (m t out...

    Thanks in advance.

    userg

    G_user wrote:
    the req's, want to build a script dynamically using data dictionary
    so if possible, I take the name of the type within the package specification.

    Let me rephrase - is there a data dictionary to get information on the type defined by the user within a package specification

    Best approach will be to have a standard in the definition of data types.

    Have a process to follow the object definitions in the package if it is mandatory.

  • Logon sqlplus from the database server do not.

    I want to export data from the a database. I can sqlplus as a particular user (owner of the table) from a remote server. But when I try to sqlplus or run the exp from the database server (the server where the database is running), I refused to sign. Is there a configuration in the database in order to prevent this loggin user from the database server

    /U01/Oracle/app/product/10.2.0/DB/bin-> sqlplus testuser / *.

    SQL * more: release 10.2.0.3.0 - Production on Thu Apr 29 14:28:30 2010

    Copyright (c) 1982, 2006, Oracle. All rights reserved.

    ERROR:
    ORA-01017: name of user and password invalid. connection refused


    /U01/Oracle/app/product/10.2.0/DB/bin->. / testuser exp / * file=/tmp/interface.dmp tables = interface

    Export: Release 10.2.0.3.0 - Production on Thu Apr 29 14:28:53 2010

    Copyright (c) 1982, 2005, Oracle. All rights reserved.


    EXP-00056: ORACLE error 1017
    ORA-01017: name of user and password invalid. connection refused


    TIA
    Ravi

    Try this.
    1. the cd in your home directory.
    2. starting at the prompt, so source oraenv
    -> . oraenv
    3. When prompted enter the name of your database, in the same case, as in/etc/oratab.
    4. try to connect now
    -> sqlplus testuser / *.

    If it works for you, then you must ensure you environments ORACLE_HOME, ORACLE_SID and path are correct - as oraenv does for you.

  • How to get information on which ESX server datacenter runs a hypervisor?

    Hi all

    Does anyone know how we can programmatically connect to a hypervisor and know what client vsphere she manages?

    I noticed that when I connect with the vsphere client directly to a hypervisor managed by a server datacenter, ESX, vsphere client tells me that this XXXXXXX host manages the hypervisor.

    Is it possible to get this information from the vsphere API?

    Thank you!

    Luis

    Cannot connect to esxi, then run the following command to see the sessions connected to the host itself:

    Then, use .sessionList (Get-view SessionManager)

    To connect to any server vcenter, and to see the home that vcenter uses:

    (Get-VMHost). Extensiondata.summary.managementServerIp

    See you soon,.

    Chad King

    VCP-410. Server +.

    Twitter: http://twitter.com/cwjking

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • To get disconnected from the game server

    Original title: recently moved from Virginia to Kentucky, since then I am disconnected to each game server I tried after 5 minutes.

    Recently moved from Virginia to Kentucky.  Since then I get disconnected from each game server, I tried after about 5 minutes. What is happening on 2 separate computers.  Any suggestions?

    Hello

    1. What is the operating system installed on your computer?

    2. are you referring to the games installed on your computer, or play games online?

    3. which web browser you are using?

    4. you get any error message?

    5 is the issue limited to game servers?

    Please provide us with more information on this issue to help you best.

    Try to disable the antivirus software and check if it works very well.

    Click on the link below.

    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software

    NOTE: after completing the troubleshooting steps, please activate the antivirus software

    If the problem is only on two separate computers, it could be a problem with your Internet connection.

  • Download file from the database server, through application server.

    Nice day

    I use Jdeveloper 11.1.2.3.0.

    I have a requirement to download a file that already exists on the database server Directory. Now my current scenario is that user is connected to the application server, and the user has no direct access to the database server.  I drew a diagram of my requirement as:


    DownloadFile.png


    I get a way to do this. Please suggest.


    Best regards,

    Julien

    The session does not expire if you are streaming data from the application to the client. However, you will need to manage the data sent over the network, because it can make the very slow network if you send this amount of data at high speeds on the network and then to the customer. This connection between client and server is the biggest problem, because bandwidth is usually small. Think about downloading software by one side oracle (for example 1 GB), this takes time and is prone to errors.

    We did something similar by transferring the data from the database (in our case, it has been stored in a BLOB) on a dedicated server with a server web apache on it. Then, we send a link to the client, which then uses the link to get the special file server data.

    The advantage is that you don't have to code the transfer of huge files in the application of the adf but can already use ready to use of software (balancing bandwidth and the recovery of a broken download).

    Timo

  • How to read information from the smart phone

    Hello

    I want to get the information from the BB Phone, as the OS version, model munber, IMEI and so on.

    can someone help me?

    Thank you

    String imei = GPRSInfo.imeiToString (GPRSInfo.getIMEI (), false);

    String deviceId = DeviceInfo.getDeviceId)
    String deviceName = DeviceInfo.getDeviceName)
    Soft string = DeviceInfo.getSoftwareVersion ();

  • How to get access to the database

    Hello

    I am trying to find a way to access the data base (not the customer database) business catalyst is there a way to do it?

    Or can I add my own database to BusinessCatalyst.

    I need to get access to the database because we have a contract with a company which provids us with news items every working day

    and they want to connect there system to the database.

    Danny gr.

    Hey Danny,

    The system does not work like that. There is no database that you can access in this sense. If you want to create news on your site yourself build a web application or to use the integrated blog.

Maybe you are looking for

  • How to write a single value in an excel spreadsheet

    Hello I use an excel spreadsheet, as if it were an external code module. He does a lot of calculations, all I do is write an individual value, let calculate what it should only then read a return value from this. I already have a structure able to re

  • FX6831-03 will not be able to start Windows. Just shows the gateway splash screen, then freezes

    My Gateway FX6831-03 will not be able to start Windows.  Just shows the gateway splash screen, then freezes.  OS is updated to current MS Win7-64 bit-w/all and virus/malware protection., Went over 4 days vacation, and when I tried to turn it on, it s

  • Whimsical E280v2

    well, let's go. I bought a sansa e280v2 last year and it worked fine all this time but recently it turns off with half of the battery left and not on turn 5 h, he claimed that it was out of battery, so I rebooted and it worked fine. He then crashed /

  • Photosmart 6520 does not recognize the photo paper HP to 4 of 6

    I canoe print smaller than A4 - what is ridiculous - photos is not a very smart printer. I have the paper in the appropriate tray and it won't go so why the printer tells me there is no paper there? I tried tp print my photos of holidays for weeks, b

  • Problem loading Facebook

    Facebook will not load on any computer in my house.  All other sites will be.  We is to reset the router.  I ran Diagnostics on it check.  It is said that there is no problem with the connection, but a problem with Facebook.com.   Help, please...  Fa