12 c XML QUERY do not insert

Database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production0
PL/SQL Release 12.1.0.2.0 - Production0
CORE12.1.0.2.0Production0
AMT for Linux: Version 12.1.0.2.0 - Production0
NLSRTL Version 12.1.0.2.0 - Production0

When I got it done in 11G everything worked fine. We went to 12 c and now will not take the insert. I have tried with and without the namespace declaration in the xmlquery.

In light of the following:

DECLARE

CLOB xx_xml

" : = ' < OTA_ResRetrieveRS xmlns =" http://www.OpenTravel.org/OTA/2003/05 "" xmlns: xsi = " http://www.w3.org/2001/XMLSchema-instance " Version = "7" "xsi: schemaLocation =" " http://www.OpenTravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd" TimeStamp = "2015-05 - 29 T 11: + 00:00 39:03.000000" target = "Test" TargetName = "AUS" TransactionIdentifier = "2910279" > < success / > < errors > < error Type = '0' doc = 'None' / > < / errors > < ReservationsList > < HotelReservation RoomStayReservation = "true" ResStatus = "Internal" > < UniqueID Type = '14' ID = '515254512' / > < Services > < services > < TPA_Extensions > < TPA_Extension > < WiFiFees RateTimeUnit = 'Day' NumberConnections = '4' ConnectionType = "F' LengthOfStay = '9' AmountBeforeTax = '0' stay ="0.00"StayCode ="15"/" "" > < / TPA_Extension > < / TPA_Extensions > < / Service > < / Services > < ResGuests > < ResGuest > < profile > < ProfileInfo > < Type UniqueID = '21' ID = '356855620' / > < profile > < TPA_Extensions > < TPA_Extension > < DRI_INFO MemberLevel = '0' GuestType = 'GST' OwnerStay = "N" / > < / TPA_Extension > < / TPA_Extensions > < customer > < PersonName > < name > Gato < / name > < Chandra GivenName > < / GivenName > < / PersonName > < / customer > < / profile > < / ProfileInfo > < / profiles > < / ResGuest > < / ResGuests > < RoomStays > < ideal > < BasicPropertyInfo HotelCode = "LOL" / > < price > < RoomRate RoomID = code "31605" = "HOB" > < GuestCounts > < GuestCount Count = "1" / > < / GuestCounts > < / RoomRate > < / price > < TimeSpan Start = "2015-05-29" end = "2015-06-07" / > < / ideal > < / RoomStays > < / documents > < / ReservationsList > < / OTA_ResRetrieveRS > ';

rratechart xmltype.

XMLTYPE x_xml;

ratechart XMLTYPE.

x_elements xmlsequencetype: = xmlsequencetype ();       -It comes to xmlelements table. element is added to it.

INDX directory: = 1;

BEGIN

x_xml: = xmltype (xx_xml); .createschemabasedxml ("OTA_ResRetrieveRS.xsd");

IF x_xml.isschemabased () = 0

THEN

Dbms_output.put_line (' GER not basic schema ");

ON THE OTHER

Dbms_output.put_line ('pre based schema");

END IF;

SELECT XMLELEMENT ('RATES'

, xmlattributes ("1" AS 'DAYS'

, '2.95 "AS 'UPGRADE'.

, "5.95"AS 'LEVEL-10'.

"8.90" AS 'LEVEL-20')) "."

IN rratechart

FROM DUAL;

x_elements. EXPAND ();

(indx) x_elements: = rratechart;

INDX: = indx + 1;

SELECT XMLELEMENT ('RATES'

, xmlattributes ("5" AS 'DAYS'

, "5.95"AS 'UPGRADE'.

, "7.95' AS 'LEVEL-10.

"9.90" AS 'LEVEL-20')) "."

IN rratechart

FROM DUAL;

x_elements. EXPAND ();

(indx) x_elements: = rratechart;

INDX: = indx + 1;

SELECT XMLELEMENT ('RATES'

, xmlattributes ("7" AS 'DAYS'

, "15.95"AS 'UPGRADE'.

, "17.95' AS 'LEVEL-10.

"19.90" AS 'LEVEL-20')) "."

IN rratechart

FROM DUAL;

x_elements. EXPAND ();

(indx) x_elements: = rratechart;

INDX: = indx + 1;

SELECT XMLAGG (COLUMN_VALUE) IN TABLE ratechart (x_elements);

SELECT XMLQUERY ('declare namespace ota = "http://www.opentravel.org/OTA/2003/05"; "")

copy $i: = $p1

Edit)

for $j in $i/OTA_ResRetrieveRS/ReservationsList/documents/Services/Service/TPA_Extensions/TPA_Extension/WiFiFees

return)

Insert the node $p2 after $j

)

)

Return $i "PASSAGE x_xml AS 'p1', ratechart 'p2' RETURN CONTENT)

IN x_xml

FROM DUAL;

-Clean the unused attributes.

x_xml: =.

x_xml. () DELETEXML

"OTA_ResRetrieveRS/ReservationsList/HotelReservation/Services/Service/TPA_Extensions/TPA_Extension/WiFiFees/@Stay");

x_xml: =.

x_xml. () DELETEXML

"OTA_ResRetrieveRS/ReservationsList/HotelReservation/Services/Service/TPA_Extensions/TPA_Extension/WiFiFees/@StayCode");

x_xml: =.

x_xml. () DELETEXML

"OTA_ResRetrieveRS/ReservationsList/HotelReservation/Services/Service/TPA_Extensions/TPA_Extension/WiFiFees/@RateTimeUnit");

x_xml: =.

x_xml. () DELETEXML

"OTA_ResRetrieveRS/ReservationsList/HotelReservation/Services/Service/TPA_Extensions/TPA_Extension/WiFiFees/@AmountBeforeTax");

IF x_xml.isschemabased () = 0

THEN

Dbms_output.put_line ('no Schema based");

ON THE OTHER

Dbms_output.put_line ('based Schema");

END IF;

Dbms_output.put_line (ratechart.getstringval ());

Dbms_output.put_line (x_xml.getstringval ());

END;

This returns the following:

Based pre schema

No schema based

< RATES DAYS = '1' = "2.95" upgrade LEVEL-10 = "5.95" LEVEL-20 = "8.90" > < / RATES > < RATES DAYS = "5" = "5.95" UPGRADE LEVEL-10 = "7.95" LEVEL-20 = "9.90" > < / RATES > < RATES DAYS = '7' upgrade "15.95" = LEVEL-10 = "17.95' LEVEL-20 ="19.90"> < / RATES >

" < OTA_ResRetrieveRS xmlns =" http://www.OpenTravel.org/OTA/2003/05 "" xmlns: xsi = " http://www.w3.org/2001/XMLSchema-instance " Version = "7" "xsi: schemaLocation =" " http://www.OpenTravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd" TimeStamp = "2015-05 - 29 T 11: + 00:00 39:03.000000" target = "Test" TargetName = "AUS" TransactionIdentifier = "2910279" > < success / > < errors > < error Type = '0' doc = 'None' / > < / errors > < ReservationsList > < HotelReservation RoomStayReservation = "true" ResStatus = "Internal" > < UniqueID Type = '14' ID = '515254512' / > < Services > < services > < TPA_Extensions > < TPA_Extension > < WiFiFees RateTimeUnit = 'Day' NumberConnections = '4' ConnectionType = "F' LengthOfStay = '9' AmountBeforeTax = '0' stay ="0.00"StayCode ="15"/" "" > < / TPA_Extension > < / TPA_Extensions > < / Service > < / Services > < ResGuests > < ResGuest > < profile > < ProfileInfo > < Type UniqueID = '21' ID = '356855620' / > < profile > < TPA_Extensions > < TPA_Extension > < DRI_INFO MemberLevel = '0' GuestType = 'GST' OwnerStay = "N" / > < / TPA_Extension > < / TPA_Extensions > < customer > < PersonName > < name > Gato < / name > < Chandra GivenName > < / GivenName > < / PersonName > < / customer > < / profile > < / ProfileInfo > < / profiles > < / ResGuest > < / ResGuests > < RoomStays > < ideal > < BasicPropertyInfo HotelCode = "LOL" / > < price > < RoomRate RoomID = code "31605" = "HOB" > < GuestCounts > < GuestCount Count = "1" / > < / GuestCounts > < / RoomRate > < / price > < TimeSpan Start = "2015-05-29" end = "2015-06-07" / > < / ideal > < / RoomStays > < / documents > < / ReservationsList > < / OTA_ResRetrieveRS >

If we have not been through any of this before? Seems that Yes.

Declare a namespace prefix is fine, but you do not actually use.

In any case, use a declaration of default namespace in this case.

Your delete operations can also be integrated in the XQuery Update expression entirely:

DECLARE

xx_xml CLOB: =.

' ' ' 'http://www.opentravel.org/OTA/2003/05 "xmlns: xsi ="http://www.w3.org/2001/XMLSchema-instance"Version = '7'" xsi: schemaLocation = "http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd" TimeStamp = "2015-05 - 29 T 11: + 00:00 39:03.000000" Target = 'Test' TargetName = "AUS" TransactionIdentifier = "2910279" >

Gato Chandra

';

XMLTYPE x_xml;

ratechart XMLTYPE.

x_elements xmlsequencetype: = xmlsequencetype();

BEGIN

x_xml: = xmltype (xx_xml);

x_elements.extend (3);

Select xmlelement ("RATES"

, xmlattributes ('1' 'DAYS', "2.95 ' AS 'UPGRADE',' 5.95 ' AS ' LEVEL-10", "8.90 ' AS ' LEVEL-20" "" "")

)

in x_elements (1)

Double;

Select xmlelement ("RATES"

, xmlattributes ('5' AS 'DAYS', "5.95 ' AS 'UPGRADE',' 7.95 ' AS ' LEVEL-10", "9.90 ' AS ' LEVEL-20" "" "")

)

in x_elements (2)

Double;

Select xmlelement ("RATES"

, xmlattributes ('7' AS 'DAYS', "15.95 ' AS" UPGRADE"," 17,95' AS 'LEVEL-10',' 19,90' AS ' LEVEL-20 "")

)

in x_elements (3)

Double;

Select xmlagg (column_value) in the table ratechart (x_elements);

Select (xmlquery

' declare default element namespace "http://www.opentravel.org/OTA/2003/05";

copy $i: = $p1

Edit)

for $j in $i/OTA_ResRetrieveRS/ReservationsList/documents/Services/Service/TPA_Extensions/TPA_Extension/WiFiFees

return)

Insert the node $p2 after $j

delete the node $j/@Stay

delete the node $j/@StayCode

delete the node $j/@RateTimeUnit

delete the node $j/@AmountBeforeTax

)

)

Return $i"

passing x_xml AS "p1".

, ratechart AS 'p2 '.

contents of return

)

in x_xml

Double;

dbms_output.put_line (x_xml.getclobval (1,2));

END;

/

Output:

Deleted attributes and nodes inserted RATES, but know that they belong to no namespace (as planned), which is probably not what you want.

"" http://www.OpenTravel.org/OTA/2003/05"xmlns: xsi ="http://www.w3.org/2001/XMLSchema-instance"Version ="7"" xsi: schemaLocation = "http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd" TimeStamp = "2015-05 - 29 T 11: + 00:00 39:03.000000" Target = "Test" TargetName = "AUS" TransactionIdentifier = "2910279" >

Gato

Chandra

Tags: Oracle Development

Similar Questions

  • OAG - insert timestamps in XML query

    Hello

    I need to insert timestamps in XML query. Please suggest steps/options/filters to do?

    for example

    XML request:

    < xml >

    < timestamp > < / timestamp >

    < / xml >

    output must be

    < xml >

    < timestamp > 2006 - 05 - 04T 18: 13:51.0Z < / timestamp >

    < / xml >

    Kind regards

    Ganesh

    Hello

    You want to use the filter to add an XML node.

    Create a JavaScript filter, first to do something like this:

    function invoke (msg)

    {

    now = new Date();

    Msg.put (elements "UTCTime", now.toUTCString ());

    Returns true;

    }

    In Add an XML node to the node content add:

    ${UTCTime elements}

  • Recovery of OSB road Note Error Handler xml query

    Hi guys,.

    I don't know if there is a thread that has already been addressed, but I couldn't find anything.

    Here's the scenario. I created Proxy Service X (http transport protocol) that routes a message to Business Service Y. Business Service Y called myWebService that is deployed in a remote domain. I have intentionally to cancel the deployment of the EAR that contains myWebService in the remote domain. When the Business Service Y try to call myWebService she will appear in error, the following message:
    < con xmlns:con: fault = "http://www.bea.com/wli/sb/context" >
    < con: errorCode > BEA-380002 < / con: errorCode >
    < con: reason > not found < / con: reason >
    < con: location >
    < con: node > RouteNode1 < / con: node >
    pipeline response - < con: path > < / con: path >
    < / con: location >
    < / con: fault >

    Business Service Z is an independent service that is used to send messages to a queue. I have an route Error Handler node Proxy Service X using a legend Service to route messages to Business Service Z.

    Now in the Proxy Service X error of node Road Manager , I would like to recover the original xml query that was received by Proxy Service X and send it to a queue by making use of the previously mentioned Legend of Service that routes messages to Business Service Z whenever the BEA-380002 of error type occurs.

    When you look at the response of the legend of Service (by making use of reports), the item entering the http transport layer does not contain the xml request, but simply the metadata of the message. How can I get the original xml to the scenario above query?

    Kind regards
    Ophola...

    Add an action to assign the title of the action request routing Actions. Using yield action assign the $body (initial application of XML) in a var, for example bodyvar. Now in the route node error handler, you can get the original query in the variable $bodyvar

    Kind regards
    Anuj

  • my flash reads the xml, but does not include the php tag...

    my flash reads the xml, but does not include the tag php. I want to read my xml dynamically, Please help me.

    Code:

    Stop();

    function randomOrder (targetArray)

    {

    var _loc2 = targetArray.length;

    var _loc3 = [];

    for (var _loc1 = 0; _loc1 < _loc2; ++ _loc1)

    {

    _loc3 [_loc1] = _loc1;

    } / / end of for

    var _loc4 = [];

    for (var _loc1 = 0; _loc1 < _loc2; ++ _loc1)

    {

    _loc4 [_loc1] _loc3.splice = (Math.floor (Math.random () * _loc3.length), 1);

    } / / end of for

    var _loc5 = [];

    for (var _loc1 = 0; _loc1 < _loc2; ++ _loc1)

    {

    _loc5 [_loc1] = targetArray [_loc4 [_loc1]];

    } / / end of for

    return (_loc5);

    } / / End of the function

    var randomNUM = '? '. n ="+ random (9999);

    _root. LAN = 1;

    var homehead;

    HomeLink var;

    var homelinkwindow;

    var homebg;

    var homeflash;

    lamp var = Array();

    promo var = Array();

    var promobottom = Array();

    var headimg = Array();

    f_xmlwork2 = new XML();

    f_xmlwork2.ignoreWhite = true;

    f_xmlwork2. Load ("banner.php");

    f_xmlwork2. OnLoad = {function (success)}

    If (success) {}

    trace ("XML loaded!');

    f_xmlItemx2 = parseInt(this.firstChild.childNodes[0].firstChild);

    f_totalx2 = f_xmlItemx2.length;

    trace (f_totalx2);

    var _loc12 = 0;

    declarar a fundo imagem

    homebg = this.firstChild.childNodes [0].firstChild.nodeValue;

    f_headimg = this.childNodes [1];

    for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++ _loc2) {}

    Juju = f_headimg.childNodes [_loc2];

    JJ = headimg.push ({headimg: f_headimg.childNodes [_loc2].attributes.headimg, bgimg: f_headimg.childNodes [_loc2].attributes.bgimg, msgimg: f_headimg.childNodes [_loc2].attributes.msgimg, leftthrow: f_headimg.childNodes [_loc2].attributes.leftthrow, rightthrow: f_headimg.childNodes [_loc2].attributes.rightthrow});

    }

    end for

    allpromo = this.childNodes [2];

    jjpromo = allpromo.childNodes;

    for (var _loc2 = 0; _loc2 < allpromo.childNodes.length; ++ _loc2)

    {

    trace (jjpromo, [_loc2],.attributes.title);

    JJ = promo.push ({img:. attributes.img jjpromo [_loc2], title: jjpromo [_loc2].attributes.title, url: jjpromo [_loc2].attributes.url, window: jjpromo [_loc2].attributes.window, info: jjpromo [_loc2] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue});

    }

    end of for

    allpromobottom = this.childNodes [3];

    jjpromobottom = allpromobottom.childNodes;

    for (var _loc2 = 0; _loc2 < allpromobottom.childNodes.length; ++ _loc2)

    {

    trace (jjpromo, [_loc2],.attributes.title);

    JJ = promobottom.push ({url: jjpromobottom [_loc2].attributes.url, window: jjpromobottom [_loc2].attributes.window, info: jjpromobottom [_loc2] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue});

    } / / end of for

    If (f_xmlwork2.loaded is true)

    {

    headimg = randomOrder (headimg);

    for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++ _loc2)

    {

    trace (headimg, [_loc2], .headimg);

    } / / end of for

    play ();

    } / / end if

    }

    }

    trace (f_xmlwork2);

    Stop();

    PHP code:

    <?

    $link = mysql_connect("localhost","rnpac_eco","123");

    @mysql_select_db ("rnpac");

    $dir = "' banner /"; "

    Dir1 $= "" products/img_pro / ";"

    Dir2 $= "" universo/activities / ";"

    $sql = ' SELECT tbl_produto.id_produto, tbl_produto.produto, tbl_produto.legenda, tbl_produto.detalhe, tbl_produto.preco, tbl_produto.produto_cat_id, tbl_detalhe_produto.proprietario, tbl_detalhe_produto.local, tbl_detalhe_produto.qualidade, tbl_detalhe_produto.alcool, tbl_detalhe_produto.acidez, tbl_detalhe_produto.ph, tbl_detalhe_produto.informacao, tbl_detalhe_produto.gestor, tbl_detalhe_produto.condicionamento, tbl_detalhe_produto.detalhe_t, tbl_detalhe_produto.interesse, tbl_detalhe_produto.transporte, tbl_detalhe_produto.produto_id, tbl_imagem_produto.id_imagem tbl_imagem_produto.imagem1, tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6

    OF tbl_cat_produto, tbl_produto, tbl_detalhe_produto, tbl_imagem_produto WHERE tbl_produto.id_produto = tbl_detalhe_produto.produto_id AND tbl_produto.id_produto = tbl_imagem_produto.produto_id ORDER OF RAND()';

    $resultado = mysql_query ($sql)

    or die ("Nao faith possible realize a consulta.');

    $row1 = mysql_fetch_array ($resultado);

    $sql = "SELECT tbl_sub_universo.id_subuniverso, tbl_sub_universo.subuniverso, tbl_sub_universo.universo_id, tbl_actividade.id_actividade, tbl_actividade.entidade, tbl_actividade.legenda, tbl_actividade.subuniverso_id, tbl_actividade.det, tbl_actividade.preco, tbl_actividade.data, tbl_detalhe_actividade.actividade_id, tbl_detalhe_actividade.periodo, tbl_detalhe_actividade.descricao, tbl_detalhe_actividade.programa, tbl_detalhe_actividade.informacoes, tbl_detalhe_actividade.actividades, tbl_detalhe_actividade.localizacao, tbl_detalhe_actividade.locais, tbl_detalhe_actividade.servicos, tbl_imagem_produto.id_imagem. tbl_imagem_produto.imagem1, tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6, tbl_sub_universo tbl_imagem_produto.actividade_id, tbl_actividade, tbl_detalhe_actividade, tbl_imagem_produto WHERE the tbl_actividade.id_actividade = tbl_imagem_produto.actividade_id AND tbl_actividade.id_actividade = tbl_detalhe_actividade.actividade_id ORDER OF RAND() ';

    $resultado = mysql_query ($sql)

    or die ("Nao faith possible realize a consulta.');

    $row2 = mysql_fetch_array ($resultado);

    ' $query ='SELECT * FROM tbl_banner ORDER OF RAND() ';

    $resultado = mysql_query ($query);

    echo "<?" XML version=\"1.0\"? " >

    < home_left_headline >

    < bgimg > '. $dir2. ". $row1 ['imagem1'].' < / bgimg >

    < / home_left_headline >

    < home_flash > ';

    While ($row = {mysql_fetch_array ($resultado))}

    "" echo "< swf headimg =" ' bgimg = "" msgimg = "" leftthrow = "" rightthrow = "" > < / swf > '; "

    }

    echo "< / home_flash > ';"

    echo "< promotop >

    "< img class =" "title =" "" url = "" > <! " [CDATA []] > < / promo >

    "< img class =" "title =" "" url = "" > <! " [CDATA []] > < / promo >

    < / promotop > ';

    mysql_close ($Link);

    you would not see this trace php if your php has been setup correctly.  Upload your files and repeat the test.

  • When I click on an RSS feed, I get this message. XML file does not appear to be any information of style associated with it... It works very well with Internet explore

    When I click on an RSS feed, I get this message. XML file does not appear to have any information of style associated with it. The same RSS feed works fine with internet explorer, any information would be helpful.
    Here are the first 3 lines from what I get

    < rss version = "2.0" >
    < String >
    < title >

    You open a new empty tab?

    Don't you see the text 'Click on the RSS buttonin the toolbar of navigation on this page?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • the procedure entry point readerconstname xml text could not be located in dynamic link library libxml2.dll

    I found the following message in my laptop computer startup sequence, after I login to my account.

    the procedure entry point readerconstname xml text could not be located in dynamic link library libxml2.dll

    Does anyone know what I did wrong in order to get this particular message.

    THX

    Hi Flavio Ferrando,

    ·         Did you do changes on the computer before the show?

    Follow the suggestions below for a possible solution:

    Step 1: Start in safe mode and check if the problem persists.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Step 2: If the problem does not occur in safe mode, you can put your system to boot (in normal mode) to solve the problem.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Hope this information helps.

  • battery is not inserted in its cradle

    I had problems both with windows 7, freezing all the Web sites, the Panel configuration, cursor/mouse, keyboards, etc. that I had to remove the battery several times, about 6 - 7 times. The last time that the battery will not be reinserted. I have used the cleaning Jet of air compressed on the computer all the more, had even used oil of coconut on the latch of the battery to lubricate... but the battery is still not inserted into its cradle. Help, please. What should I do? I'm not even battery check.

    Thank you.

    Looks like you need to a professional, the good reputation of repair service take a look.

  • /Shell/action.XML:1748: could not invoke method cloneProjectBP

    Hello

    This error [/ shell / action.xml:1748: could not invoke method cloneProjectBP] creating new project using project creation BP. It happens after you import certain configuration of workflow BPs in shell model. But it works for the old model.

    Thank you

    You have to make a ticket with the support of Oracle to better understand this issue.

    Here are the patches from the past for this kind of question. But better to seek the support of the Oracle.

    (1) re - assign groups / assignees to each step in each workflow for all BP

    (2) check your permissions on the application BP project

    (3) check the WF design and the redeployment of BP all the new

    (4) check whether everything has been removed, which was used in queries, forms etc.

    (5) question with Table space so ask your DBA to increase the table space

    Thank you

    Samba

  • Triggers do not insert parallel columns

    I have two column in the same type of data, when I entered A column then it must insert the same value in another column B.

    the first condition works well but the second option is not insertion of the value.

    the reason: language selection (two) represent each other.

    CREATE TABLE EMP_TITLE (TITTLE_ENG VARCHAR2(25),TITTLE_ARB  VARCHAR2(25))
    
    INSERT INTO EMP_TITLE (TITTLE_ARB)  VALUES ('TEST12')
    
    SELECT * FROM EMP_TITLE
    
    create or replace TRIGGER TITTLE_TEGR
          BEFORE INSERT OR UPDATE OF TITTLE_ENG,TITTLE_ARB   ON  EMP_TITLE
           FOR EACH ROW
    
        BEGIN
           IF :old.TITTLE_ARB  IS NULL   THEN
             :NEW.TITTLE_ARB  := :NEW.TITTLE_ENG ;
              ELSE 
              :NEW.TITTLE_ENG := :NEW.TITTLE_ARB  ;
           END IF;
        END;
    

    First of all, why do you need the same value in two columns? In any case, here's the code of the trigger

    create or replace TRIGGER TITTLE_TEGR

    BEFORE INSERTION OR UPDATE OF TITTLE_ENG, TITTLE_ARB ON EMP_TITLE

    FOR EACH LINE

    BEGIN

    IF THE INSERTION

    IF: NEW. TITTLE_ARB IS NULL THEN

    : NEW. TITTLE_ARB: =: NEW. TITTLE_ENG;

    ON THE OTHER

    : NEW. TITTLE_ENG: =: NEW. TITTLE_ARB;

    END IF;

    ELSIF UPDATE ("TITTLE_ENG") THEN

    : NEW. TITTLE_ARB: =: NEW. TITTLE_ENG;

    ON THE OTHER

    : NEW. TITTLE_ENG: =: NEW. TITTLE_ARB;

    END IF;

    END;

    Thank you

    Ann

  • I can't install my Adobe Acrobat 9 Pro in my new HP Pavilion all-in-one computer desktop drive, because my new HP does not insert the disc in a disc drive.  What can I do to fix this problem?

    I can't install my Adobe Acrobat 9 Pro in my new HP Pavilion all-in-one computer desktop drive, because my new HP does not insert the disc in a disc drive.  What can I do to fix this problem?

    Hi edwards39572619 ,

    Please visit this link to download Acrobat 9 Pro:-download Acrobat 8 and Acrobat 9

    Let me know how it goes.

    Kind regards

    Christian

  • FND_REQUEST. SUBMIT_REQUEST returns request_id, but documents are not inserted into the table AP_INVOICES_ALL

    simultaneous program returns request_id, but the lines are not inserted into the AP_INVOICES_ALL table.

    where can I check for errors? is there any error log written by simultaneous program?

    Please do not post any duplicates- FND_REQUEST. SUBMIT_REQUEST stores the error messages in the table

  • ORA-24248: DB XML extensible security not installed

    Oracle: 11.2.0.3

    OS: Linux

    Issue when I open it as sys

    SQL > SELECT global_name, utl_inaddr.get_host_address FROM global_name;

    GLOBAL_NAME

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

    GET_HOST_ADDRESS

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

    VDLEO002.COMPSEC.com

    125.102.136.220

    While when I run as a user

    SQL > SELECT global_name, utl_inaddr.get_host_address FROM global_name;

    SELECT global_name, utl_inaddr.get_host_address FROM global_name

    *

    ERROR on line 1:

    ORA-24248: DB XML extensible security not installed

    ORA-06512: at "SYS." UTL_INADDR', line 19

    ORA-06512: at "SYS." UTL_INADDR', line 40

    ORA-06512: at line 1

    SQL > show user

    The USER is 'OSDBA '.

    What could be the reason?

    subsidies of public privilege or missing synonym to create?

    SQL > select computername in dba_registry;

    COMPUTERNAME

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

    Oracle database catalog views

    Types and Packages of oracle database

    Fix. This role is created as part of the installation XMLDB.

    SY.

  • the .xml file will not hold the new version I am writing on the 'AIR for iOS settings' window on Flash cc 2015

    Hello

    I need to download a new version of my app on iOS, but the .xml file will not hold the new version I am writing on the 'AIR for iOS settings' window on Flash cc 2015. It keeps appearing as:

    <? XML version = "1.0".

    also when I try to download the new .ipa on iTunes Connect with the Application Loader, I get this message:

    "" "ERROR-ITMS-4238:"redundant binary Upload. " «"" "" There is already a binary download with release ' 1.0.0' train ' 1.0.0 ' "at SoftwareAssets/PreReleaseSoftwareAsset»»»

    The problem is not of Application Loader or iTunes Connect as when I open again the .fla and check the window 'AIR for iOS parameters' he continues to display the 1.0 version over and over again. If Flash isn't that save the .xml file.

    And it happens with all my other apps Android or iOS, old and new versions, all appear as <? XML version is "1.0" on the .xml file.

    Is anyone know how can I solve this problem?

    Thank you.

    There are two different values, the build number and version number. If you use a test flight, you can submit an update without obtaining a review by increasing the build number. If you are submitting an update to an application in iTunesConnect, you must increment the version number.

  • Why the function "Insert an Image" does not insert the code at the location of the cursor?

    I mainly work with php files and I'm still working in code view only.  I am editing the php files that I wrote using a different code a few years ago Editor.  I place the cursor to the place in the code where I want to go the image tag and use the menu "insert an Image".  The code is then placed directly under the < body > tag.  It is always placed in the same place no matter where I place it in the code.  Can someone tell me what is happening here?  Thank you.

    Not sure why it does not insert the image where the cursor is, but my workflow is much easier. I mainly work in code view and I will drag the image from the files Panel to where I want to in my document. Simple

  • I'm working on an evaluation version (NL). There are no categories in my insert Panel. So I can not insert a PA element or a named anchor point or... etc. I have download the wrong version?

    I train on a trial version 2015 (NL). There are no categories in my insert Panel. So I can not insert a PA element or a named anchor point or... etc. I have download the wrong version?

    It has changed a lot since CS6 DW is released in 2012.  Often people read the tutorials that have been written for this version and do not understand that it is more relevant for DW CC.  Below of the links that describe in detail the changes in each version.

    List of deprecated features:

    http://helpx.Adobe.com/Dreamweaver/using/the-new-modernized-Dreamweaver-cc.html

    New features in CS6 12.2

    2013.html http://helpx.adobe.com/Dreamweaver/using/Whats-New-Dreamweaver-Creative-Cloud-Release-Feb-

    New features in CC 13.0

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-Dreamweaver-CC-2013.html

    New features in CC 13.1

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-Dreamweaver-131.html

    New features in CC 13.2

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-Dreamweaver-13-2.html

    New features of CC June 2014

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-2014.html

    What's new in October 20141 CC & February releases

    https://helpx.Adobe.com/Dreamweaver/using/whats-new-2014-1.html

    New features of CC 2015

    https://helpx.Adobe.com/Dreamweaver/using/whats-new.html

    Nancy O.

Maybe you are looking for

  • Car bluetooth not recognized in Moto G 4.4.4

    Hello I bought a new bike G (2nd generation) that works on Android 4.4.4 It does not recognize my bluetooth car device at all. It worked fine with my old Nokia Lumia 800 (7.5 Windows) Please let me how can know I work around this problem. Thank you

  • No Orkut account on my motoblur

    I imported my Motorola Quench of the United States. When I try to add my orkut orkut network account is not shown. The only showing accounts are: blur, google, Facebook, Twitter, Picasa and LastFN. How to add an Orkut account?

  • Thumbnails of Windows have disappeared.

    De : Dan Thumbnails of Windows have disappeared. All I get when you move the pointer along the taskbar is a description.

  • AutoCad LT 2004

    I use AutoCad LT 2004 in my consulting business, and it worked fine under Windows 7 RC.  When I upgraded to Windows 7 Home Premium 32 bit is no longer works.  The event handler says it's incompatible.  That's happened?  I can't afford to upgrade to a

  • ASA5505 problem of asymmetric routing? (I think)

    Good evening everyone, I'm looking for suggestions for a solutoion I met today... I am installing a new router and firewall into an existing network. The router is an Edgewater VOIP router to a cable connection with static IP. The firewall is an ASA5