10g ftp interface seems to mess up embedded namespaces

We have XML documents that are being inserted and retrieved using the resource_view without incident. However, whenever we retrieve these same documents through either the FTP or WebDAV interfaces, the documents come back with embedded namespaces messed up.
For example: this is a document selected through a SQLPlus session (I've removed some of the contents to make it clearer):
---8<---
SQL> conn cosmos/cosmos
Connected.
SQL> set pagesize 100
SQL> set linesize 100
SQL> set long 100000
SQL> select extract(res, '/Resource/Contents/*') doc
2 from resource_view
3 where any_path = '/home/cosmos/SampleData/SampleData-100bd32900000005.xml';
DOC
<SampleData xmlns="http://digitalsteps.com/schema/cosmos" xmlns:xsi="http://www.
w3.org/2001/XMLSchem
a-instance" id="/SampleData/SampleData-100bd32900000005" xsi:schemaLocation="htt
p://digitalsteps.com
/schema/cosmos http://cosmos.com/schema/cosmos/SampleData.xsd">
<gam:Metadata xmlns:gam="http://digitalsteps.com/schema/gamma">
<gam:Approved>true</gam:Approved>
<gam:LastUpdatedBy>UNAUTHENTICATED</gam:LastUpdatedBy>
<gam:LastUpdatedTime>2004-12-10T14:08:25.000000</gam:LastUpdatedTime>
<gam:Validated>false</gam:Validated>
<gam:Version>1</gam:Version>
</gam:Metadata>
<Period>
<g:From xmlns:g="http://digitalsteps.com/schema/gamma">2005-01-01</g:From>
<g:To xmlns:g="http://digitalsteps.com/schema/gamma">2005-01-31</g:To>
</Period>
<SampleRef>12545/121/A</SampleRef>
</SampleData>
SQL>
---8<---
That same document retrieved through ftp looks like this:
---8<---
<?xml version="1.0" encoding="UTF-8"?>
<SampleData xmlns="http://digitalsteps.com/schema/cosmos" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="/SampleData/SampleData-100bd32900000005" xsi:schemaLocation="http://digitalsteps.com/schema/cosmos http://cosmos.com/schema/cosmos/SampleData.xsd">
<gam:Metadata xmlns:gam="http://digitalsteps.com/schema/gamma">
<gam:Approved>true</gam:Approved>
<gam:LastUpdatedBy>UNAUTHENTICATED</gam:LastUpdatedBy>
<gam:LastUpdatedTime>2004-12-10T14:08:25.000000</gam:LastUpdatedTime>
<gam:Validated>false</gam:Validated>
<gam:Version>1</gam:Version>
</gam:Metadata>
<Period>
<g:From>2005-01-01</g:From>
<g:To>2005-01-31</g:To>
</Period>
<SampleRef>12545/121/A</SampleRef>
</SampleData>
---8<---
As you can see, the namespace declaration on the Period element has been dropped leaving a namespace prefix that is now not bound to anything. The document is, needless to say, now invalid.
I suspect that this is a problem caused by having embedded namespaces that are equal but that are using different namespace prefixes, i.e.
xmlns:gam="http://digitalsteps.com/schema/gamma"; and
xmlns:g="http://digitalsteps.com/schema/gamma".
Is this a bug in Oracle 10g's ftp and WebDAV interfaces?

Hi, i've been discussing the problems with the recent driver update here in another thread:
http://discussions.apple.com/message.jspa?messageID=12854782#12854782
10.6.5 did come with new kexts (the dates just didn't change because they are using the same directories, but the version numbers for the kexts are all new).
Unfortunately there are no fixes yet - we are hoping that 10.6.6 update will bring new stable drivers, otherwise the fix will be to revert back to 10.6.4

Similar Messages

  • IPod 3G Interface Seems Sluggish

    Hi,
    I noticed this recently, my 2 years old iPod 3G 40GB's interface seems a bit slow and sluggish. The transition between menus is not as smooth as it was before. Is this because I need to reformat it once in a while? (I never reformat my iPod, only updating the software whenever there's an update) I mainly use it for both listening to music and as an external hard disk on daily basis. Could that be the factor for the sluggishness too? Thanks.
    Powerbook G4 15 1GHz   Mac OS X (10.3.7)   iPod 3G 40GB, iPod shuffle 512MB

    Try The Five Rs.

  • Dreamweaver interface is all messed up

    I don't know how it became like this. it has seemed to just
    degrade more and more today. I am a noob to dreamweaver, though
    learned a whole lot about CSS today. The graphical interface in
    dreamweaver is out of place with images, margins/paddings all out
    of place. But when I view it in a browser such as firefox, it is
    perfect--it appears just as the code is supposed to. I don't know
    how to attach a pic, so I'll upload some to imageshack.
    Messed
    up dreamweaver
    Accurate
    firefox

    Where did this layout come from?
    Anyhow, your original image is a good example of how DMX2004
    falls down with
    CSS layouts. I'm afraid to get a good Design view of this
    markup, you will
    have to be using DW8.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "dcarmor" <[email protected]> wrote in
    message
    news:[email protected]...
    > thanks for bearing with me.
    >
    > there is some CSS in there that isn't being used in the
    html file i
    > attached
    > because I've continued to work on it...it appears fine
    in the browsers so
    > I
    > figured it wouldn't matter even if I can't fix the
    graphical issues in
    > dreamweaver.
    >
    > html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form,
    fieldset {
    > margin: 0;
    > padding: 0;
    > border: 0;
    > }
    >
    > body {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 100.01%;
    > background-color:#FFF;
    > color: #666666;
    > text-align: center;
    > }
    >
    > #wrapper {
    > width: 770px;
    > background-color:#D1EBEE;
    > margin:10px auto;
    > text-align:left;
    > border: 1px solid #000;
    > }
    >
    > #banner {
    > height: 200px;
    > background-image: url(../images/stick.png);
    > background-repeat: no-repeat;
    > }
    >
    >
    > #leftcol #nav ul {
    > background-image:url(../images/ButtonBar.gif);
    > list-style-type: none;
    > margin: 0;
    > padding: 0;
    > font-size: 80%;
    > border: 0px solid #000000;/*this adds a second line to
    the bottom of the
    > nav,
    > if you prefer a single line you can remove it by
    uncommenting the other
    > properties and commenting out this one. I think it gives
    a nice raised
    > effect,
    > the choice is your's :)*/
    > /*border-left: 1px solid #000000;
    > border-right: 1px solid #000000;
    > border-top: 1px solid #000000;*/
    > }
    >
    >
    >
    > #leftcol #nav ul li {
    > padding: 3px 0 3px 10px;
    > margin: 0;
    > }
    >
    > #leftcol #nav ul li a{
    > background-image:url(../images/Button_up.gif);
    > background-repeat:no-repeat;
    > color: #000000;
    > display: block;
    > padding: 4px 0 6px 4px;
    > text-decoration: none;
    > height: 1%;
    > }
    >
    >
    > #leftcol #nav a:hover, #leftcol #nav a:focus {
    > background-image:url(../images/Button_down.gif);
    > background-repeat:no-repeat;
    > color: #FFF;
    > }
    >
    > #leftcol a{
    > text-indent: 10%;
    > font-size: 100%;
    > color: FFF;
    > }
    >
    > #content{
    > margin-left: 180px;
    > width: 570px;
    > }
    >
    > #content p{
    > font-size: 80%;
    > margin: 20px;
    > color:#232323;
    > position: relative;
    > }
    >
    > #content h1{
    > font-size: 160%;
    > color:#003366;
    > padding: 0;
    > margin: 15px 20px 0 20px;
    > }
    >
    > #content h2{
    > font-size: 110%;
    > color:#990000;
    > padding: 0;
    > margin: /*100px 0 0*/ 20px;
    > }
    >
    > .leftimage{
    > float: left;
    > margin-right: 10px;
    > border: 1px solid #000000;
    > }
    >
    > .rightimage{
    > margin-bottom: 20px;
    > float: right;
    > margin-left: 15px;
    > border: 1px solid #000000;
    > width: 150px;
    > }
    >
    > /*.clearit{
    > clear: both;
    > background-color:#00FF66;
    > width: 200px;
    > }*/
    >
    >
    > #footer{
    > border-top: 1px solid #000000;
    > background-color: #003366;
    > color: #FFFFFF;
    > clear: both;
    > }
    >
    > #footer p {
    > font-size: 70%;
    > padding: 3px;
    > }
    >
    > #leftcol{
    > margin-left: 0px;
    > margin-top: 0px;
    > width: 170px;
    > margin-bottom: 20px;
    > float: left;
    > }
    >
    > #content p.right{
    > float: right;
    > }
    >
    > .container{
    > width: 99%;
    > float:right;
    > }
    >
    > .container1{
    > margin:10px 0 10px 0;
    > width: 99%;
    > float:right;
    > background-color:#6E6E6E;
    > border: 1px solid #000;
    > height: auto;
    > }
    >
    > #navTop {
    > border: 1px solid #000;
    > margin: 10px 0 0 0;
    > font-size: 100%;
    > font: Arial, Helvetica, sans-serif;
    > color: #000;
    > text-decoration: none;
    > background: #999999;
    > width: 570px;
    > }
    >
    > #content #navTop a{
    > font-size: 100%;
    > color:#333333;
    > text-decoration: none;
    > padding: 0 18px 0 18px;
    > }
    >
    > #content #navTop a:hover{
    > font-size: 100%;
    > color:#FFF;
    > text-decoration: none;
    > }
    >

  • Soa 10g Ftp adapter file  size

    Hi,
    I am using a ftp adapter to transfer files. I am placing a 9kb file but after the transfer at the destination I find the file transferred but the file size is 2.8kb. Please do suggest me the possible solution and the reason for this issue
    Thanks

    What 10g version do you have?
    Try adding the following property to your outbound ftp wsdl file:
    <partnerLinkBinding name="xxxxx">
    *<property name="control.read.timeout">10000</property>*
    </partnerLinkBinding>
    (it's in milliseconds)
    Arik

  • 3750X 10G uplink interfaces in access mode

    Hi all,
    just asking, any one knows if its possible to configure an 10G interface from a network module in a 3750 X switch in ACCESS MODE?

    Hi Hans,
    As mention you can use Tengig port to connect to Server same configuration as normal access port on Gig interface but check SFP transceiver at switch whether it is compatible with server end  SFP.
    Also if your server is is connected to Tengig port there over Subscription issue on uplink if it is 1 gig link.
    Br.
    Mohseen Patel 

  • IFS-FTP Interface: How to ? Ref:OracleFilesOnLine

    The white paper on oracleFilesOnLine claims support to various
    FTP protocols. Will it be possible to get more information as to
    how this interface was accomplished.
    1. Is the FTP client integrated with the web ui for filesonline?
    2. How is the authentication on FTP server handled. Is the
    oraclefilesonline login/password used for ftp server also ?
    3. Was there any Joint dev. effor with FTP vendors resulting in
    some API provided to filesonline
    Thanks
    Vinod

    Hi,
    not quite.
    I want to achieve the following:
    Let's assume, the workitem is in the inbox of user DILBERT.
    Now DILBERT is in his Business workplace, selects the workitem and clicks "forward". He gets the popup to enter the user he wants to send the workitem to. Let's say, he picks user WALLY.
    Now I want to upate my custom status table with the user WALLY as the actual agent. Unfortunately, when I call the mehtod IM_WORKITEM_CONTEXT->get_header, the field WI_AAGENT still contains the value DILBERT instead fo WALLY.
    And I can find the value WALLY in no other accessible field either.
    Thanks,
    Martin
    Edited by: Martin Krausch on Apr 19, 2009 4:47 PM --> corrected typo only

  • Secured FTP interface with ABAP

    Hi Friends,
    We are trying to extract a file which is in remote system from FTP folder, for which we were successful in extraction using 'HTTP_SCRAMBLE, FTP_CONNECT, FTP_R3_TO_SERVER, FTP_SERVER_TO_R3 function modules.
    Similar to that we would like to extract data from SFTP folder as FTP is not secured. Are there any Function Modules which let us to extract data from SFTP folder through ABAP program. Or same function modules like above can be used here as well ?
    Waiting for your reply eagerly.
    Thanks & Regards,

    Hi Robin
    I know the answer comes late but you might find my wiki posting helpful:
    https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Report-Report-Interface
    Regards,
    Marc
    SAP NetWeaver RIG

  • RN 10G-10G B2B Interface Error

    Hi ,
    We triggered a 3A4 Request from 10G Host to a 10G Remote TP . TP sent an Ack Back .
    In Reports on the TP side we can see the message in “Process Ack” state and Acknowledgement in “Collab Wait” State .
    On the host side we can see the 3A4 message in Wait Ack State .
    When we saw the logs on Host side we can see the below error :
    2013.03.12 at 06:40:49:193: Thread-10: B2B - (ERROR) Error -: AIP-51503: General Create Message Error
    at oracle.tip.adapter.b2b.exchange.rnif11.RNExchangePlugin.updateRetryMessage(RNExchangePlugin.java:1984)
    at oracle.tip.adapter.b2b.msgproc.Request.requestRetry(Request.java:2925)
    at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:2816)
    at oracle.tip.adapter.b2b.engine.Engine.handleTimeoutEvent(Engine.java:2690)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2445)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    Could anyone please help ?
    Regards,
    Rohith

    We can see below errors as well :
    2013.03.12 at 06:57:52:488: Thread-10: B2B - (ERROR) java.lang.NullPointerException
    at oracle.tip.adapter.b2b.collaboration.B2BWFEventManager.publishEventToWF(B2BWFEventManager.java:267)
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.raiseWFEvent(CollaborationManager.java:759)
    at oracle.tip.adapter.b2b.msgproc.Request.requestRetry(Request.java:3131)
    at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:2816)
    at oracle.tip.adapter.b2b.engine.Engine.handleTimeoutEvent(Engine.java:2690)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2445)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    2013.03.12 at 06:57:52:490: Thread-10: B2B - (ERROR) Error -: AIP-50014: General Error: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:2853)
    at oracle.tip.adapter.b2b.engine.Engine.handleTimeoutEvent(Engine.java:2690)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2445)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.collaboration.B2BWFEventManager.publishEventToWF(B2BWFEventManager.java:267)
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.raiseWFEvent(CollaborationManager.java:759)
    at oracle.tip.adapter.b2b.msgproc.Request.requestRetry(Request.java:3131)
    at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:2816)
    ... 5 more
    2013.03.12 at 07:03:53:095: Thread-10: B2B - (ERROR) Error -: AIP-50014: General Error
    at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:2853)
    at oracle.tip.adapter.b2b.engine.Engine.handleTimeoutEvent(Engine.java:2690)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2445)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    Regards,
    Rohith

  • OSX 10.5.7 seems to mess up DHCP on my Linksys WRT54G2

    Our config: home, wired and wireless LAN. 2 PC's with Win on Wired Lan. 2 MBPs (one new and one old) working on both wired and wireless. And some other less used machines like an old Mac. O, and Xbox, Xbox360. Router Linksys WRT54G2.
    All of this has been working for months. Router is setup to provide LAN-devices IP via DHCP.
    I also use my new MBP while commuting: it then uses wireless internet.
    Since i upgraded to 10.5.7 it seems that whenever i connect my MBP to the LAN, the router doesn't issue an IP-address to my Mac (my Mac self assigns an 169.xxx-address. Worse: all other machines on the LAN loose their IP-address! I need to reboot the Linksys a couple of times, and then it works again ... I think there even was a time the problem occured some time later, while i was still working & connected.
    Is it really me/my MBP? Well, it looks like it, since as long as i'm not home, the family is happily connecting their machines to the internet without problems.
    First i thought it might be the router, so i upgraded to the latest Linksys. Did not help. I have searched the internet for a couple of weeks now. I have tried creating a new location on my Mac: did not help. I have tried switching from DHCP to DHCP+Manual IP and back (read that somewhere): did not help.
    I wish i could role back the update, and see whether that would solve the problem, so i know for sure it is this 10.5.7 update that is causing the problem. But after trying all kinds of things for a couple of weeks now, it really looks to be the 10.5.7 upgrade.
    Anybody with ideas? If i need to provide more info, please let me know what i left out. And please don't assume i haven't tried the obvious, even if i forgot to mention it here. But if in doubt, ask me, and i'll let you know .

    @Nerowolfe. 1st of all: thank you for your reply & time!
    The WRT54G2 is a brand new Linksys. I know Linksys for being a good brand, and assume the fact it concerns a new model, should mean basic stuff like DHCP should not be a problem. On the other hand i know everything is possible with computers . That said: i did an upgrade to the newest router firmware on purpose: i did not in the 1st place look for the problem with 10.5.7. But after having tried to rule out everything else, and having noticed the problem started (as i recall) the moment i had upgraded, i think 10.5.7 plays a role.
    I thought to post my experience and idea here, to see whether other people have similar problems. That might eventually lead to a solution.
    I will (did not yet do that) also post my problem at the Linksys-forum, as i agree, it might be the combination.
    But it does look like something changed in the network parts of 10.5.7 compared to its predecessor. And i would hope some engineer would know what that change is and be able to explain what the problem might be?
    I know changing anything is a risk. But also that upgrades most of the time need to be applied for security reasons? You say: make a backup. What is the easiest way to do that? I normally backup my data, but not the whole system. I would hope it would be possible to role back any update; that would be good engineering?
    Anyway: the problem still exists, and any help is welcomed! If my post at Linksys leads to a resolution, i will post it here.

  • Page copy seems to mess up item validation referenced fields in new page

    Hello team,
    this morning i create two pages as a copy of an existing page in Apex 4.0.1.
    This page contained 4 regions, each one containing 4 items, sort of:
    reg1
    P44_ITEM_A1
    P44_ITEM_B1
    P44_ITEM_C1
    P44_ITEM_D1
    reg2
    P44_ITEM_A2
    reg4
    P44_ITEM_D4
    There were field item validations defined on each pair of items P44_ITEMCn - P44_ITEMDn and each validation was associated with its corresponding field (the element attribute linking the validation with the error message visualization i mean).
    After creating the new page, i saw that some of these validations in the new page had lost their associated item attribute value or they were associated to the item with the highest item sequence, for instance P44_ITEM_A1 lost its associated item, while P44_ITEM_D1 was associated to P44_ITEM_D4.
    I just did this again a few seconds ago, so i am pretty sure this is a repeatable error.
    Flavio
    http://oraclequirks.blogspot.com
    http://www.yocoya.com

    Hi Flavio,
    I was able to reproduce this, of sorts. I created 2 regions each containing 4 page items, named in the way you describe. Then created item validations on all of those page items. Copied the page and the copied page contains some validations with a null 'Associated Item' value. Although, none were changed to a different item as you describe, in my test case.
    I have filed bug #10198224 for this issue.
    Thanks for reporting.
    Regards,
    Anthony

  • Firefox seems to mess around with URLs containing certain non-alphanumeric characters.

    When I try to access the URL http://www.the-dma.org/consumers/ [followed by anything - or nothing], I get a screen that says "Firefox can't find the server at www.dmaconsumers.org." - but, as you can see, that isn't the URL I was asking for. If I leave off everything after "the-dma.org", it works.
    [Incidentally, in this block of this form, when I highlight text and click on either the '''Bold''' or ''italic'' buttons, it is put in quotes instead.]

    Yes, as far as I can tell.

  • Ftp interface

    Hi everybody,
    I have four files to be downloaded from SAP and trnsfer to non SAP system.
    these four files has to be FTPed to non SAP system.
    in the functional specification port is also given as 22.
    for this do i need to first get the required fields to an internal table and open the file and then use FTP_COMMAND.
    Please suggest how i should proceed.
    regards,
    siri.

    Could anyone please give reply for this.
    regards,
    siri.

  • CSCul88801 - 10G/1G interface on WS-C2960X does not link up after reload or OIR SFP - 1

    Just an FYI for whoever encounters this. Seeing this happening with EX5 as well. Mainly on 24 port 2960 switches, though did see it once on a 48 as well.
    *    1 28    WS-C2960X-24PS-L   15.0(2)EX5            C2960X-UNIVERSALK9-M

    TAC recommended  using 15.0(2)EX3.  So far so good on 7 switches. 

  • Interface Determination for source file without namespace definition

    Hi,
    I have the following problem:
    I am developing a file to IDoc scenario in AEX 7.31. All design objects in ESR and configuration objects in ID are created and the sender communication channel is running. Now I got a test file. It starts directly with the data elements but does not contain the root element as defined in my data type. To make it clear:
    Data Type in ESR:
    DT_DatatypeA
    -- Record [1..unbounded]
    ---- Field1
    ---- Field2
    The File looks as follows (it lacks the root element 'DT_Datatype_A'):
    <Record>
      <Field1>...</Field1>
      <Field2>...</Field2>
    </Record>
    <Record>
      <Field1>...</Field1>
      <Field2>...</Field2>
    </Record>
    When I try to send it via PI I get the following error:
    When I add the XML root element <ns0:DT_DatatypeA ns="..."> manually to the file (and the corresponding end tag), the message is processed correctly.
    How can I solve this issue? The file is created by a legacy system which does not know anything about my PI namespaces.
    Thanks in advance!

    i am bit confused here.
    how does your input look like? i.e when sender generates the files..
    is that like below xml?
    <Record>
      <Field1>...</Field1>
      <Field2>...</Field2>
    </Record>
    <Record>
      <Field1>...</Field1>
      <Field2>...</Field2>
    </Record>
    or
    is it a flat file? and you use FCC in the sender adapter to convert it into xml?
    Field1,Field2
    Field1,Field2

  • SQL*Plus vs web/browser admin interface for 10g Express

    hello, I'm a newbie in Oracle. Seem like I executed the setup script using SQL*Plus successfully (the scrpt CREATE TABLE then INSERT setup data) but seems like Oracle 10g Express web/browser interface tells me the setup data has never been inserted into the tables created?!
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Apr 6 14:10:05 2009
    +                         Copyright (c) 1982, 2005, Oracle. All rights reserved.+
    +                         SQL> connect dev/dev+
    +                         Connected.+
    +                         SQL> set serveroutput on+
    +                         SQL> @C:\dev\...sql\Oracle\SetupSchema\setup.oracle.tables.sql+
    +                         1125 /+
    +                         PL/SQL procedure successfully completed.+
    I verified this from SQL*Plus environmet:
    SQL> select count(1) from GenericCombolistItem
    +2 /+
    COUNT(1)
    +506+
    I then closed SQL*Plus and tried to browse via :
    http://127.0.0.1:8081/apex/f?p=4500:1003:480765345738397::NO:1003::
    (Start>All Programs>Oracle Database 10g Express Edition>Go to Database Home Page)
    I ran the count(1) SQL again just to check. The table is empty?! I logged into SQL*Plus AND 10g web interface using same credential dev/dev. Not sure what's happening why I can see data from SQL*Plus but not web/browser admin interface

    GOT IT! --- I needed COMMIT

Maybe you are looking for

  • How to make windows 7 genuine if it is activated but is not genuine?

    Hi friends I have an problem with my windows 7.2 months ago I have installed and activated my windows 7 and it was genuine. But after a month it shows the message on startup like This copy of windows is not genuine But when I saw the prorerties of Co

  • How do I get back 5.3 library disappeared after I loaded from android to Premier Element 12?

    I recently upgraded to Premier Elements 12 and loaded my photo and videos from my android (Galaxy 4G Samsung) into the new program. After which when I went to my Lightroom 5.3 I found my entire library folders except one picture with a missing file s

  • SQL Group by issues

    Hi All I am new to SQL . There are two tables EMP and DEPT . The common column betwee these two is DEPT_NO Al I am trying to do is display the department name , number of employees and the department's average salary of the employees. Below id my que

  • UI language is not changing

    Hi all; I have created a new ADDON using UDO. Everything working fine but the only problem is that the UI language for the addon is not changing accroding to company language instead of that is  always showing in English. Please give some solution. T

  • True Types Font

    Dear Friends My System is Unicode Arabic support We are using ARSWIN device type for Arabic and English reports and combined reports. I have uploaded TrueType font that is loaded with SE73 or report RSTXPDF2 (TrueType font,  for SAPscript/SmartForms