Crash of the database without any error

Hello
I asked this question of PL/SQL and they redirect me to this forum... hope I can get a solution... [Previous Thread of PL/SQL: http://forums.oracle.com/forums/thread.jspa?threadID=925433 & tstart = 0]

Maybe I can start from the beginning and helps you understand what I'm trying to achieve...

I am loading an XML file in a table called: table_b
Table_B has a column called col_a which is of type CLOB... XML file is stored in col_a...

I downloaded my XSL file using Oracle procedures, and then I want to use Oracle XDB functions to transform the XML file using the XSL type...

OBJECTIVE: transform XML to another format...

starting this pl:
declare
v_l clob.
CLOB v_t;
V_1 sys. XMLType;
V_2 sys. XMLType;
Start
Select col_a v_l table_b where col_c = "value_d";

-v_t: = DBMS_XDB. GETCONTENTCLOB('/home/XSL/Transf.xsl');

V_1: = XMLType (v_l);
-v_2: = XMLType (v_t);

-dbms_output.put_line (substr (v_t, 1, 900));
dbms_output.put_line (substr (v_l, 1, 900));

end;
/

-Error in this line and causes the database to crash without error
V_1: = XMLType (v_l);

Description of the table, I select the values of:

describe table_b;

Name of Type Null
-col_c VARCHAR2 (3)
col_a CLOB()

Thanks Alex for your time; the answers to your question.
Select * from version of v$.

Oracle Database 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production
PL/SQL release 11.1.0.6.0 - Production
"CORE 11.1.0.6.0 Production."
AMT for 64-bit Windows: Version 11.1.0.6.0 - Production
NLSRTL Version 11.1.0.6.0 - Production

hope you can follow and try to rebuild the image here... If you need information please... Thank you

Just like your code, the Oracle database software is also code. So it will be contains bugs, like your code. At the point where we get the human factor, there's no bugs... so there is no need to 'shout '.

If you have an ID customer support Oracle, you were able to connect to a request for priority service 1. Oracle will help you immediately (but you must also be on standby 24 hours...).

A few reasons I can think that denies the database to write errors... (some issues I encountered during my 15 years while working with Oracle

-Unplug the power of server cable
-read only privileges on files and directories
-a failure to disks, corrupt hard drive sectors
-parameters for the wrong OS kernel / environment settings
-the demon of background database hangs himself and therefore can save his own mistakes
-etc...

Apperently doesn't understand you all the details ("now, the problem is in this file because he had some references in there which made reference to a DTD and other XSL files... ") so your computer might be that your XML file is not well formed somewhere, perhaps due to the conversion of the data due to the settings of national language of the customer. If you use XMLTYPE, Oracle will check on XML wellformedness and if an XML schema or a reference is present, it will make an attempt to do a check against this information if it is available at the session / database. Just like, for example, a type of 'DATE' or 'NUMBER '. The content gets checked if it valid as a 'DATE' or 'NUMBER '.

Spaces should also be analyzed and verified if this isn't the start of a character / item. All XML parsers / DOM methods will serialize and check the content in this way.

I'm still using that you log an SR with Oracle Support. As Alex showed you, it should work at least he did in his old 9.2 database environment. There is more here than meets the eye...

Tags: Database

Similar Questions

  • Configuration of the database has no error

    Running a Dell x86_64 machine using CentOS 6.4

    Installation using the command: rpm - ivh oracle-xe - 11.2.0 - 1.0.x86_64.rpm

    Oracle XE install without any error.

    However: When to get us over the database configuration database Configuration does not error

    Newspapers all show them similar mistakes, here is an excerpt:

    Create controlfile reuse set database "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    BEGIN dbms_backup_restore.zerodbid (0); END;

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Linux-x86_64 error: 2: no such file or directory

    ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    ORA-00130: invalid listener address ' (ADDRESS = (PROTOCOL = TCP)(HOST=1q6xlf1.bcohome.bco.com) (PORT = 1521))'

    Create controlfile reuse set database "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    alter system enable restricted session

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ALTER database resetlogs open "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Hello

    I've seen this error if there has not been mapping with loopback 127.0.0.1 ip and hostname in/etc/hosts

    Try to add in/etc/hosts

    127.0.0.1 
    

    Kind regards

    Jari

  • A query need to check whether the database should any recovery media...

    Hello

    I'm at the stage of editing a database and still be opened.at this point no matter what query is available or in any other way is there to check whether the database should any recovery media or Instance recovery... ?

    My goal is before opening the database, I make sure it's compatible or incompatible, and any form of recovery is necessary.

    Thank you and best regards,
    Rameau

    Published by: ragu.dba.in on 6 March 2013 12:57 AM

    Hi Lila,

    Use these queries, YVERT should match... no fuzzy file, don't check for recovering files in v$ recover_file... spend sufficient archives & realize the audits before open reset-logs

    set line 900
    set pages 900
    set echo on
    alter session set nls_date_format='dd-mon-yyyy hh24:mi:ss';
    set numwidth 13
    col CHECKPOINT_CHANGE# for 9999999999999999
    col CHANGE# for 9999999999999999
    column error format a10
    column member format a60
    show parameter db_recover
    select * from v$recover_file;
    select file#, status from v$datafile;
    select file#, checkpoint_change#, checkpoint_time, error from v$datafile_header;
    select distinct status from v$backup;
    select distinct  checkpoint_change#  from v$datafile_header;
    select hxfil file_id, fhscn scn, fhthr thread, fhrba_seq sequence, fhsta status from x$kcvfh;
    select distinct fhscn from x$kcvfh;
    select hxfil file_id, fhtnm tablespace_name from x$kcvfh;
    ##### Fuzzy Check ####
    alter session set nls_date_format = 'DD-MON-YYYY HH24:MI:SS';
    set feedback on
    set heading on
    set pagesize 1000
    set linesize 175
    column checkpoint_change# format 999999999999999999999
    select status, checkpoint_change#, fuzzy,
    to_char(checkpoint_time, 'DD-MON-YYYY HH24:MI:SS') as checkpoint_time,
    count(*)
    from v$datafile_header
    group by status, checkpoint_change#, fuzzy, checkpoint_time
    order by status, checkpoint_change#, fuzzy, checkpoint_time;
    

    Thank you
    Ajay more
    http://www.moreajays.com

  • can I erase the disc without any wireless networks

    I have a time capsule which is my wireless router.  I have not used for time machine because he has older backups of Mac and does not place to save my current iMac.  I can erase the disc without any wireless networks?  I do Air Port utility?

    I can erase the disc without any wireless networks?

    Yes

    I do Air Port utility?

    Yes, see the procedure below

    • Open AirPort Utility
    • Click on the image of the Time Capsule
    • Click Edit in the window that appears
    • Click the disks at the top of the next window
    • Click on clear disk
    • Choose the Quick erase option
    • Click clear

    The procedure will take only a minute or two

  • I'm working with Gmail and I see that my browser too old! I have also the same without any extension. Please help me. Thank you

    I'm working with Gmail and I see that my browser too old! I have also the same without any extension. Please help me. Thank you

    You have a user agent which is corrupt and which identifies you as: undefined GoogleToolbarBB

    See:

  • Credit card information can be saved to the iPhone without any application

    Credit card information can be saved to the iPhone without any application

    To back up the data on an iOS device, the data must be connected to an application. You can put your credit card info in the Notes. You can put it in the field notes in a contact entry. Mind you, I do not recommend one of these unless you have an access code on your phone.

    Perhaps if you explained exactly what you're trying to do, somebody can formulate a sensible response.

  • I could do a system backup/restore through the eRecovery without any additional software utility?

    I have an Acer Aspire One 532 H Netbook. I could do a system backup/restore through the eRecovery without any extra utility of Windows 7 to Acer recovery? If I have such software, how can I get it? Because my netbook not came with any utility recovery/program when I bought it. Need to respond as soon as POSSIBLE, my netbook is dying with the longer startup time and more.

    Nice day

    You must back up your data to an external HARD disk, etc. To reload your factory machine, click Start, all programs, acer erecovery management, restoration and completely restore the factory settings.

    Kind regards

    FReeZA

  • I tried the clean boot and now the hard drive works simply and screen went black. The mouse still moves around the screen without any outher work keys? That is what it is?

    I tried the clean boot and now the hard drive works simply and screen went black. The mouse still moves around the screen without any outher work keys? That is what it is?

    Hello

    You will need to reverse the clean boot, as it is either incidental compared to
    the real cause of the problem. What, where you try to fix initially using the cleanboot?

    You can access Mode safe? Repeatedly press F8 as you start? If so you can try the configuration - control panel
    The Device Manager - graphics card - Double click on - driver tab - click the driver UPDATE - then
    Right click on the device and UNINSTALL - REBOOT.

    Another method to try to get to the desktop (try in normal Windows Mode without failure) is
    CTRL + ALT + DEL and the processes tab find EXPLORER.exe and COMPLETE the PROCESS on this subject - and then
    on the Applications tab - lower right - new task - type in EXPLORER.exe. Safe mode is reached
    by tapping F8 as you start several times.

    First check this thread in case it is simple and if not to come back to this thread.

    http://social.answers.Microsoft.com/forums/en-us/vistaprograms/thread/50247d5e-0ae0-446c-A1bd-11287fd1478a

    Black screen problems are extremely difficult to repair and all patch is usually on a base hit or miss.
    That there is no information on a black screen as it is on a blue screen just adds to the
    Difficulty. Often using a restore point or Startup Repair will have no effect. You can try a
    Google to see the proposed repairs, whom some have worked however these cover a wide
    field efforts.

    Here's a video of one of them.

    http://www.Google.com/search?hl=en&q=black+screen+of+death+Vista&btnG=search&AQ=f&OQ=&AQI=G1

    Here's another fix
    http://blogs.PCMag.com/SecurityWatch/2008/12/the_mysterious_black_screen_of.php

    You have a Vista disk? You can try restoring the system to it. If you don't have the disks your
    system manufacturer will sell them at low prices. Or try in safe mode if you can get there.

    How to make a Vista system restore
    http://www.Vistax64.com/tutorials/76905-System-Restore-how.html

    You can create a recovery disc or use someone even version (making the system restore it)
    must be bootable).

    How to create a Vista recovery disk
    http://www.Vistax64.com/tutorials/141820-create-recovery-disc.html

    ------------------------------------------------

    These require the correct Vista discs since you can not start safe mode.

    Try the Startup Repair tool-

    This tells you how to access the System Recovery Options and/or with a Vista disk
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    Try recovery options Startup Repair

    How to do a startup repair
    http://www.Vistax64.com/tutorials/91467-startup-repair.html

    -----------------------------------------------

    Here are a few Google searches where many have found different solutions:

    Vista black screen - check that a 1st
    http://www.Google.com/search?hl=en&source=HP&q=Vista+black+screen&AQ=f&OQ=&AQI=G10

    Vista black screen Solution
    http://www.Google.com/search?hl=en&q=Vista+black+screen+solution&AQ=f&OQ=&AQI

    Vista black screen Fix
    http://www.Google.com/search?hl=en&q=Vista+black+screen+fix&AQ=f&OQ=&AQI

    -----------------------------------------------

    If necessary and you can access all ordinary Windows.

    You can try an In-Place Upgrade (hopefully save programs and data) or a repair installation
    (if all goes well, the data records and need to reinstall programs). Don't forget to make a good backup or
    3.

    You can use another DVD that aren't copy protected but you you need to own
    Product key.

    On-site upgrade
    http://vistasupport.MVPs.org/repair_a_vista_installation_using_the_upgrade_option_of_the_vista_dvd.htm

    If nothing works, you can do a repair installation that needs to save the data, but you will
    to reinstall the programs. This also requires correct Vista disks especially for OEM versions. You
    will need to know your product Code.

    This tells you how to access the System Recovery Options and/or a Vista DVD
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    How to perform a repair for Vista Installation
    http://www.Vistax64.com/tutorials/88236-repair-install-Vista.html

    ---------------------------------------------------------------------------

    Another method that works sometimes: at the command prompt, type of Vista startup disk:
    (type in a single line or copy / paste a line at a time and then press enter - enter a bracket )
    or "BOLD")

    c:

    cd\

    CD c:\Windows\System32\winevt (there is a space between cd and C :)

    Ren LogsOLD Logs (there are spaces between ren and newspapers and Logsold)

    RESTART Windows

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • ORACLE client to connect to the database without user name and password

    Customer require us to perform a function:
    On the client server that has installed the ORACLE client. They can connect to the database without username and passwod entry.
    Use "sqlplus / as sysdba" can archive database connection.
    Is it possible to change the configuration to do this?

    See if external authentication support,
    http://docs.Oracle.com/CD/E11882_01/network.112/e16543/authentication.htm#DBSEG99842

    Aman...

  • Impdp not connect to the database without error returns

    Kind regards.

    Please ask your usual support, motivated, that I am facing a strange problem.

    I recently did an expdp of different actions, the database on which the export is carried out version 10.2.0.4 Now, I'm doing impdp on a database whose version is 10.2.0.5.

    The Datapump not return any errors, does not seem to connect to the database, the impdp log shows:

    ;;;

    Import: Version 10.2.0.5.0 - 64 bit Production on Friday, August 7, 2015 11:13:43

    Copyright (c) 2003, 2007, Oracle.  All rights reserved.

    ;;;

    Connected to: Oracle Database 10 g Enterprise Edition Release 10.2.0.5.0 - 64 bit Production

    With the partitioning, Data Mining and Real Application Testing options

    I wonder if this is a bug or compatibility of version of the problem.

    Thanks in advance.

    Best regards.

    The first thing I see is that you specify on the impdp command expdp.par.  This can work, but don't forget, there are expdp parameters that do not work in impdp. This should give an error, but not knowing what is in the file, it is difficult to see what might happen.

    You can add trace = ff0b00 and then watch to see is it y * dw*.trc files were created.  If not, then it is failing in the treatment of your settings and you want to in the last * dm*.trc file can help out you.

    Dean

  • Adobe Creative Cloud Desktop App closes without any error in the middle of the installation

    Hi all.

    I had a few struggles since this morning...

    Building 30 GB Photoshop file for a large project and could not open the file or any other PSB I built in the course of 5 weeks - went into the rabbit hole problems...

    now, I'm here...

    Impossible to install same adobe Creative Cloud Desktop App to start from scratch. The Setup program closes without so much as an error message. The screenshot is just before the time that the installation of adobe disappears. Very annoying. Someone knows something about this problem?

    I can give more context for how I got here and all the problems, I fell along the path/steps that my work to correct if nobody's got an immediate response.

    I need to get this project finished tomorrow .

    Screen Shot 2016-08-28 at 2.13.18 PM.png

    FYI, ProDesign tools has updated their website. The new installer, ACCCx3_8_0_310.dmg, can be downloaded here, Adobe CC 2015 Direct Download Links: Creative Cloud 2015 Release | ProDesignTools

    Kent

  • DBMS_SESSION exception without any error

    Hello

    I cloned an Oracle 9.2.0.6 production database for test. We have cloned the database in the past using the same procedure without any problems. However, this time he gave problem form 6i and form 10g.

    When the procedure DBMS_SESSION.is_session alived or dbms_session.is_role_enabled, he always exception. I created a form a button that runs this code:

    PROCEDURE DBMS IS
    test BOOLEAN: = FALSE;
    BEGIN
    msg_info ("this message before running '");
    test: = DBMS_SESSION.IS_ROLE_ENABLED ('CONNECT');
    msg_info ("If you see this message, code run successfully");
    Exception
    while others then
    msg_info ("If you see this, code was NOT executed '");
    END;

    -clone db output: If you see this, the code did NOT
    -output in any db: If you see this message, code run successfully

    However, if I run this form using any other database it run successfully. If I point to this new database of clone, it has always attracted exception with no reason.

    Anyone know how to fix this?

    Is it possible to have the form to post an error message that would help us solve the problem?

    I am completely new to the form. I'm a database administrator.

    Note: dbms_session.is_role_enabled run OK in the clone database if using sqlplus:

    BEGIN
    IF dbms_session.is_role_enabled ('CONNECT') THEN
    dbms_output.put_line ("'CONNECT is granted");
    ON THE OTHER
    dbms_output.put_line ("' the CONNECT is not given");
    END IF;
    END;

    -output: CONNECT is granted

    Thank you very much for your help.

    Sound - Interesting DR. I use the form 10.1.2.0.2. Can you give me the steps?

    There are two modes of operation of the DRA. First, on the application server and then the forms generator. The setting is the same for everyone, but the first configures the application server and then configure your workstation. You must change the following two files: default.env and formsweb.cfg. These two files are in the \DevSuiteHome\forms\server directory.

    default.env
    Add or change the following variable:
    FORMS_TRACE_DIR =

    I'm writing my logs in the directory \NETWORK\log for my entry looks like the following:

    FORMS_TRACE_DIR=\NETWORK\log
    

    formsweb.cfg
    Add or change the following variable:
    otherparams = log out = =

    I use a generic log file name, but you can use a name that makes more sense.

    I recommend you put it where you want only, the session of forms written in a log file. Also, if you're this change on the application server, I recommend that you create a custom in the formsweb.cfg configuration so it is enabled only when you pass the config parameter in the URL of the application. For example, I created a configuration called my_frd that allows me to run the Dr FUND by adding *? config = my_frd * to the URL. Here is an example of the changes that you need to do.
    1. open the formsweb.cfg file and go at the bottom of the file. Then add the following text:

    [my_frd]
    otherparams=record=collect log=frd_trace_log.txt
    

    Now, when you run your application, you simply add? config = my_frd to the url to activate the trace FRD file. For example, if your application URL:

    http://.com:8889/forms/frmservlet

    What would be your URL to allow the DRA:

    http://.com:8889/forms/frmservlet?config=my_frd

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

    Published by: Silvere November 1, 2011 13:58

  • Crash of the database after "edit user".

    Hello

    I have a problem with oracle 8i under windows 2000 server databases, grouped (active-passive).
    When I try to change password for sys as sysdba instance crashes without error messages in alterlog and dump files.

    Download
    sqlplus/nolog
    SQL > conn sys/pwd@db as sysdba
    SQL > alter user sys identified by pwd2;

    This command works and the password file is changed, but the database cluster resource has changed its status as 'failed '.
    Is there a relationship with the service cluster file and microsoft password or security intrinsic oralce?

    This happens in stand-alone server or database 10g clustered

    Yes, I think so.

    Check the MOS FailSafe database goes offline after changing the password for SYS - 167496.1

    HTH
    -André

  • My XP PC stop unexpectedly without any error message

    nothing is on the screen of my pc it just restarts... without any problem...

    Hi akashrav,

    ·         Remember to make changes?

    ·         Did you install any software/hardware recently?

    ·         You see a blue screen?

    Method 1: Check to see if the following is useful.

    a. right click on my computer. Click on the Properties option.

    b. in the System Properties window, click the Advanced tab.

    c. in Advanced Options, click settings under Startup and recovery.

    d. in the startup and recovery window uncheck restart it automatically to check. Click OK.

    Now if the computer generates and error should not automatically restart and allow you to view errors your computer may experience.

    Method 2: Check if you have the latest drivers installed for the computer. Log in the Web site of the manufacturer to install the same.

    Method 3: You can run the Microsoft Safety Scanner for any infection by virus. Check out the following link to do the same thing.

    Microsoft Safety Scanner - free online tool for PC health and safety

    Also check the event viewer for more information.

    Procedure to view and manage event logs in Event Viewer in Windows XP

  • CHKDSK stops without any error message

    A week whenever I turned on my computer, CHKDSK has started checking my files. On the second part of the check-up (usually around), he simply stops and sends me on the desk. I don't get any error message or such and my computer works well if you do not take this into account. Even though I'm a little afraid that it might be a sign of something not being right. I am looking for a way to solve this problem and make CHKDSK to conduct the audit.

    I ran Ad-Aware and Spybot but they did not help. Also ran CCleaner to check changes to reg, but it wasn't good either. That's about where my own knowledge ended and I tried to use google. All I could find is that the formatting of the computer and reinstall windows might work but I have not tried because I don't want to lose my files.

    I am running Vista Home Premium with Avast! Antivirus, if that's any help. Thanks in advance.

    If you want just a report of chkdsk on your C partition select Start, run, type "cmd" without the quotes in the box and press ENTER. Type chkdsk, and then press the ENTER key and a report, stating, among other things, a summary of how disk space is used, is provided. If you want a report on a partition or one drive other than C, you need to go to this partition. To access F, where F is the required partition you type F: and press the ENTER key.

    Copies of the reports from a command prompt can be tricky. Right click and select mark. This allows to highlight the selected text, and then click on copy. You will then open Word, Notepad or similar file, right click and paste. The selected text transfers your Clipboard to open the file. You can paste directly into a response message to the majority of the forums.

Maybe you are looking for

  • I can't attach a photo of the photo library to a message in gmail

    I find it impossible to attach a photo of my library of Photos to a gmail message. What I am doing wrong?

  • Home sharing music ios 9

    I know it has been abolished in ios 8 and had no luck with the support of apple in getting working from itunes on the PC to one of my apple products Someone knows why? Thank you

  • FFT output resolution

    Currently, I am trying to perform an FFT on a signal in LabVIEW. The signal was sampled at 10 kHz. The output of the screw of the FFT for example are integer values. 1,2,3,4,5... I'm looking for 2 specific to 14.3 and 15.1 Hz frequencies. Earlier I g

  • When I start my computer, it does not ask for my password and it does this since I got it!

    Hello! I had a bit of problem my computer! Every time I have start or restart, it does not ask for my password! I have a big family and I only used of the on my account! I got the editable or something like that! I mean I can delete others has put so

  • Security WRT610N

    I have a few questions about security for my WRT 610N I'll put up security for a WRT610N in a small business environment. I would like to change the password for daily, weekly or monthly (do not know immediately). I just would run in the same process