Moving from Apex&oracle express 10g to Apex&oracle express 11gr2

Hi,
I have an Apex application running on 10g express
Now I have another server and I want to move on Apex 4 with 11gexpress r2
I did an application export from within apex, then Import in 11g.
No errors everything is fine.
How about all the tables?
I read topics on forum but still I'm not sure
Kindest regards,
Florin

Hi,
You need export application parsing schema from 10G XE and then import those to target DB.
http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
This might also help how deploy your application
http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/deploy.htm#BABGJIAD
Regards,
Jari
http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

Similar Messages

  • Have you moved from Unix/Oracle to Windows/SQL Server

    I am looking for people that have moved from Unix/Oracle to Windows/SQL Server...
    Would you do it again ?
    Did you save money ?
    Were you using Zones to virutalize on Unix ?
    Did you gain or loose overall Performance ?
    Have you had to perform a recovery on SQL Server ? 
    Have you done a recovery in Oracle ?
    Were you using Rman ?
    Which worked better ?
    We are going through an analysis of does it really make sense, save money and effect performance to move from a strong unix/oracle environment to a MS/SQL environment.
    THanks Rob
    [email protected]

    Hi,
    All our R/3 legacy systems are Windows/Oracle.
    All the new systems (BW, SRM, CRM, XI) are Windows/MSSQL.
    It was an order from the management to make the switch because of the high prices of Oracle licences.
    The official motto is now Oracle on Unix only and SQL server on Windows only.
    We get the same level of performance as with Oracle, but we, old SAP Oracle grumpy admins, are much more comfortable with Oracle admin than SQL server admin.
    imho, SQL server may seem simplier but it is much easier to look under the hood whith Oracle.
    We have to reinvent the wheel and it's kind of frustrating but we will cope with it...
    I would say that SQL server is not a good choice for BW usage because there is a lot more litterature on BW database optimisation for Oracle than MSSQL.
    The official SAP class does not speak at all about SQL server but has several chapters on Oracle...
    Regards,
    Olivier

  • Moved from iMovie to Express, viewer question

    Hey all-
    I made the move to FCE from iMovie HD/iMovie '08, and the first video I wanted to play with shows up choppy when I watch it in real time in the Viewer. When I cut it up and put it in the canvas and render and watch, it's flawless. Maybe this is a newb question, but does the viewer always lag when viewing the video?
    Thanks.

    I am having a similar problem. I captured DV video in iMovie08 a few days ago but when I import that video into a FCE project it is choppy in the viewer. About every second or so, at a regular beat, it has a slight pause then continues on. If I put it into a sequence it plays fine from there. The captured video also plays fine in Quicktime. I captured the same video again, using FCE this time, and it works fine like that.
    I plan on recapturing the video anyway so I guess I don't really care, it is more of a curiosity to me. When capturing video in iMovie I noticed some dropping of frames here and again (but no warning to that effect) and had to do some recaptures. I got a bit disillusioned with its ability to capture. Since I wasn't watching during the entire time, I have no confidence in the quality of the captures I made. These dropped frames are, I think, a different problem than the one above about stuttering video.

  • Moving Application from Apex 2.2 to Apex 3.1

    Hi ,
    I installed Apex 3.1 Successfully, its a FARESH Installation,
    Now I have to import the Apex 2.2 Application into this New Apex 3.1,
    Do I need to get the Schemas available in Apex 2.2 & get it Import into Apex 3.1 Database using Exp/Imp Utility
    or Any specific mathod available to to move the Applications from
    Apex 2.2 to Apex 3.1
    Best Regards
    cnu

    Srinivas,
    Export the schemas from one database and import them into the other using standard Oracle database facilities like exp/imp or Datapump.
    Export your applications from the current Application Express database using the Application Express export pags. This will create files. Take those files and import/install them into your workspaces in the new database using the import/Install wizard. Export the workspaces first from the old database and import/install them into the new using the apex_admin application at each site.
    Scott

  • Calling Oracle Discoverer Report from Apex

    How to call Oracle Discoverer Report from apex application?
    Thanks!

    The report is on a different data base ... need to create a process to get the data into the view behind the report and then materialized view in Apex etc .Then recreate the same report in Apex. But I am trying use the disc report url to invoke the report directly from apex.
    Any suggestions or thoughts are greatly aprreciated.

  • Unable to pass parameters from APEX to Oracle EBusiness suite R12 forms

    Hi
    We are trying to access a standard Oracle EBusiness form i.e. service request and are invoking this Form through a link from APEX.
    We are trying to pass parameters via this URL
    http://abc.oneapps.com:8010/OA_HTML/RF.jsp?function_id=2037&resp_id=50952&resp_appl_id=170&security_group_id=0&lang_code=US&otherparams=INCIDENT_ATTRIBUTE_15=5206
    The EBusiness suite form is launched correctly but we are not able to read the parameter value through custom.pll code.
    if (event_name = 'WHEN-NEW-BLOCK-INSTANCE') then
         IF form_name='CSXSRISR' and block_name='SR_BSC_QUERY' then
              FND_MESSAGE.DEBUG('PARAMETER.INCIDENT_ATTRIBUTE_15');
              FND_MESSAGE.DEBUG(' ');
              --FND_MESSAGE.DEBUG(:PARAMETER.INCIDENT_ATTRIBUTE_15);
              lC_incident_number :=name_in('PARAMETER.INCIDENT_ATTRIBUTE_15');
              FND_MESSAGE.DEBUG('Incident Number'||lC_incident_number);
              IF lC_incident_number IS NOT NULL THEN
                   copy(lc_incident_number,'SR_BSC_QUERY.INCIDENT_NUMBER');
              END IF;     
              FND_MESSAGE.DEBUG(' ');
         END IF;
    END IF;
    Is this the right way of passing the parameters?
    all technical inputs are welcome.
    Regards
    Sam

    Hi
    We are trying to access a standard Oracle EBusiness form i.e. service request and are invoking this Form through a link from APEX.
    We are trying to pass parameters via this URL
    http://abc.oneapps.com:8010/OA_HTML/RF.jsp?function_id=2037&resp_id=50952&resp_appl_id=170&security_group_id=0&lang_code=US&otherparams=INCIDENT_ATTRIBUTE_15=5206
    The EBusiness suite form is launched correctly but we are not able to read the parameter value through custom.pll code.
    if (event_name = 'WHEN-NEW-BLOCK-INSTANCE') then
         IF form_name='CSXSRISR' and block_name='SR_BSC_QUERY' then
              FND_MESSAGE.DEBUG('PARAMETER.INCIDENT_ATTRIBUTE_15');
              FND_MESSAGE.DEBUG(' ');
              --FND_MESSAGE.DEBUG(:PARAMETER.INCIDENT_ATTRIBUTE_15);
              lC_incident_number :=name_in('PARAMETER.INCIDENT_ATTRIBUTE_15');
              FND_MESSAGE.DEBUG('Incident Number'||lC_incident_number);
              IF lC_incident_number IS NOT NULL THEN
                   copy(lc_incident_number,'SR_BSC_QUERY.INCIDENT_NUMBER');
              END IF;     
              FND_MESSAGE.DEBUG(' ');
         END IF;
    END IF;
    Is this the right way of passing the parameters?
    all technical inputs are welcome.
    Regards
    Sam

  • Can I use Oracle Report Server to print from APEX? How?

    Hello, we have Oracle Application server, Oracle Report server and now we just installed APEX and doing a pilot project. Since we don't have BI Publisher, how can we use our Oracle Report server to print from apex report? Can it be done and if yes where can I get some detail info that I can share with our DBA?
    I have in past asked questions about the printing issues but I have been refered to http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html#01 section 5 which talks about another installation.
    Thanks so very much for any info.
    -iahmadi

    You can use FOP, but the formatting of the xsl (Xml Style Sheets) takes a little work. If you have the Oracle Reports server up and access to the development product, why not go that route?
    You want the filtering and sorting and searching, yes, but then you also want to print them out.. Then you would probably be best looking at replacing the Oracle Reports setup with BI Publisher. You can convert Most your reports over to bi publisher layouts easily.. (I have heard of some reports that do require recreating in Bi Publisher from Oracle Reports..)
    Then you can have your Apex Reports and call Bi Publisher from APEX and everyone wins..
    Is your Oracle Reports stuff used by non-APEX applications, that could be modified to use Bi Publisher?
    Thank you,
    Tony Miller
    Webster, TX

  • Determining Oracle Vesion from APEX

    How can I determine version of oracle database from APEX. Is there any built in table or view is available in APEX? Is it possible from Shared Component?
    Thanks.

    >
    Please update your forum profile with a real handle instead of "974850".
    How can I determine version of oracle database from APEX. Is there any built in table or view is available in APEX?No, the required features are built-in to the database.
    In SQL there are various data dictionary views containing this information. The PRODUCT_COMPONENT_VERSION view is public, whereas the others may require additional privileges:
    select version from product_component_version where product like 'Oracle Database%';In PL/SQL there is the <tt>dbms_utility.db_version</tt> API procedure:
    declare
      v varchar2 (20);
      c varchar2 (20);
    begin
      dbms_utility.db_version(v, c);
      dbms_output.put_line(v);
    end;
    /I think using the documented API is the way to go.
    Is it possible from Shared Component?What do you mean? If the DB version is information that is required globally by your application, then retrieving it into an application item using an application computation would be the recommended approach. Application items/computations are APEX shared components.

  • Regarding tutorial of how to call Oracle Reports from APEX

    Hi,
    I'm trying to call Oracle Reports from APEX using this tutorial.
    http://www.oracle.com/technology/products/database/application_express/howtos/howto_integrate_oracle_reports.html
    But in the step of 'Create the Oracle HTML DB Application', 'OE' doesn't appear in the LOV of Existing Schema, even though the sample schema exists in the schema and they are unlocked. And when I type 'OE' directly without using LOV, and press Next, the message 'Schema is reserved or restricted' appears.
    How can I create the workspace based on OE schema?

    Hello Shohei,
    I know your following the tutorial, but if you want to call oracle reports from apex it is quite easy though if your working with oracle reports 9i or higher. Just create an html region and put in the source the html code for referencing an url like to_report
    Or reference the same url from a button placed on the HTML region
    (you can create a package that would create the whole URL and returns it as a string, easier for scalability)
    Hope this can help you to (tutorial is good but try and learn from scratch is also good ;-) )
    Erwin

  • How to call Oracle Reports from APEX

    Dear All,
    I am new to APEX. My first job assignment is "calling oracle reports from apex".
    Can any one help me on this? Is there any online examples / tutorials from OTN site?
    TIA.

    Hi Joe,
    the how-to is still valid for APEX 3.0. Calling an Oracle Report from APEX is still the same, it's basically the URL you build for the report call and Oracle Reports hasn't changed that format.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Error of upgrading from apex 4.1.1 to apex 4.2.2 in images

    Hi all,
    I made an upgrade of my environment from apex 4.1.1 to apex 4.2.2.00.11 with these steps :
    sql>@apexins APEX APEX TEMP /i/
    timing for: Complete Installation
    Elapsed: 00:26:00.35
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    1 row selected.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> @apxldimg.sql D:/
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    . Loading images directory: D://apex/images
    Directory created.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    Directory dropped.
    timing for: Load Images
    Elapsed: 00:01:43.54
    SQL> ALTER USER XDB ACCOUNT UNLOCK;
    User altered.
    SQL> ALTER USER APEX_040200 ACCOUNT UNLOCK;
    User altered.
    SQL> ALTER USER FLOWS_FILES ACCOUNT UNLOCK;
    User altered.
    SQL> ALTER USER ANONYMOUS ACCOUNT UNLOCK;
    User altered.
    As you see,everything was normal without errors,but when i try to access to workspace wit this url :http://fuegedb.thinktank.de/apex i have in the web console errors like ReferenceError: apex is not defined  or ReferenceError: $x is not defined .
    The result of this url http://fuegedb.thinktank.de/i/apex_version was  :
    Application Express Version: 4.1.1
    it seems that the step of loading the images failed, we even try to repeat the execution of apxldimg script but same error still exists.
    Have you any others ideas.

    Ok, let's take a look at if we can see if the files are being uploaded. Run the following query:
    select path(1) from resource_view where under_path(RES, 1, '/', 1) = 1;
    This will show you the root paths in the XDB (XML DB Repository).  You don't need to run this query since I can see your directory listings as noted by backintheday.
    You can see all the times you have attempted to load the files by the number of images* directories.  Each time you run the apxldimg.sql script it will rename the current images folder and append a date/time suffix.
    The interesting thing about your folder structure is that you have an i directory along with an images directory.  The i directory has the 4.1.1 files, the images directory has the 4.2.2 files (http://fuegedb.thinktank.de/images/apex_version.txt)
    Not sure why you have an i directory.  Did this database used to be a 10g database and not a 11g database?  That might explain it.
    Try renaming the i folder path.
    begin
          dbms_xdb.renameresource('/i/','/','/i_411');
    end;
    If the EPG is set up correctly it will have the i prefix mapped to the images path and everything should work fine.  If not we'll have to figure out how to configure the EPG.

  • Can I send a report from apex to a non-apex user?

    I am new to apex, and using ver 2.0. The users would like to click "email this report", put in any email address (someone internal to the organization or external), and have an html file sent to the recipient, that is the report they were just reviewing in apex. The recipient is NOT an apex user.
    In addition to this, they'd like to indicate that they want an associated report (one that they are currently not viewing) to be emailed as well (lower priority as I can tell them to go to the other report and click the same "email this report" link over there)
    The more details the better, as i'm new to this environment.
    Thanks in advance! :-)

    This is do-able, but it is not just a few clicks and it's done. If you're new to Apex you probably want to start with getting email working first. This isn't that big a deal, but you want to make sure your email delivery from Apex is reliable before you start moving on to emailing attachments.
    The first hurdle is that the apex_mail package doesn't support file attachments, which sounds like a fundamental requirement for your situation. This means that you need to either use utl_smtp (which I would not recommend - it's a bit complex) or utl_mail, which isn't installed by default in the typical Oracle installation. You'd have to ask your DBA to install it and set the SMTP host parameters that is requires.
    Once (if) you get utl_mail up and running you'd want to look into the SEND_ATTACH_VARHAR2 or SEND_ATTACH_RAW procedures to do the actual email send procedure.
    You'll also need to create the report via a custom PL/SQL procedure that would output the report as a either plain text or HTML so the user can read the output when they get the email attachment.
    I know it sounds complicated, but if you just take it one step at a time you can get there, and you'll be quite happy with the results when you do.
    Hope this helps.
    Earl

  • Export from Apex 3.2 and import to Apex 4.0

    I apologize if this has been asked before (and I am sure it has).
    We are about to move all our Apex/Oracle apps to a server where Apex 4.0 is installed. Our current Apex version is 3.2. My question is can we export from Apex 3.2 and import in Apex 4.0 and expect everything to work (assuming it all works fine in Apex 3.2 and all Oracle objects were moved properly to the new server , both servers have Oracle 11g).

    I am having trouble finding "update application" under any of the utilities.
    Also one of my applications gives me the following error when I try to import it from Apex 3.2. to 4.0
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02290: check constraint (APEX_040000.WWV_FLOW_WS_RPT_CHART_AGG_CK) violated &lt;pre&gt;begin wwv_flow_api.create_worksheet_rpt( p_id =&amp;gt; 24053127534342788+wwv_flow_api.g_id_offset, p_flow_id=&amp;gt; wwv_flow.g_flow_id, p_page_id=&amp;gt; 60, p_worksheet_id =&amp;gt; 24052412232342516+wwv_flow_api.g_id_offset, p_session_id =&amp;gt; null, p_base_report_id =&amp;gt; null+wwv_flow_api.g_id_offset,
    I have no clue how to fix that.
    George

  • Problem when calling BPEL process (WS) from APEX

    I am trying to add a web service call to a BPEL process I have created (tried a few others aswell), but every time I try to add the WDSL file I get the following error:
    *1 error has occurred*
    The WSDL document contains multiple SOAP bindings. Application Express only supports WSDL's with one SOAP binding. Click Create Web Service Reference Manually to continue creating a reference for this service.
    It is a simple BPEL process which works fine when called from the BPEL Console, however I have no success when calling it from APEX.
    Am I doing something wrong, or is there a bug in BPEL/APEX?
    Oracle BPEL Console v10.1.3.1.0
    Apex: 3.2
    The WDSL looks like this:
    <definitions name="BPELProcess9" targetNamespace="http://xmlns.oracle.com/BPELProcess9">

    <types>

    <schema>
    <import namespace="http://xmlns.oracle.com/BPELProcess9" schemaLocation="BPELProcess9.xsd"/>
    </schema>

    <schema>
    <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://xxx:8888/orabpel/xmllib/ws-addressing.xsd"/>
    </schema>
    </types>

    <message name="BPELProcess9ResponseMessage">
    <part name="payload" element="tns:BPELProcess9ProcessResponse"/>
    </message>

    <message name="BPELProcess9RequestMessage">
    <part name="payload" element="tns:BPELProcess9ProcessRequest"/>
    </message>

    <message name="WSAReplyToHeader">
    <part name="ReplyTo" element="wsa:ReplyTo"/>
    </message>

    <message name="WSARelatesToHeader">
    <part name="RelatesTo" element="wsa:RelatesTo"/>
    </message>

    <message name="WSAMessageIDHeader">
    <part name="MessageID" element="wsa:MessageID"/>
    </message>

    <portType name="BPELProcess9Callback">

    <operation name="onResult">
    <input message="tns:BPELProcess9ResponseMessage"/>
    </operation>
    </portType>

    <portType name="BPELProcess9">

    <operation name="initiate">
    <input message="tns:BPELProcess9RequestMessage"/>
    </operation>
    </portType>

    <binding name="BPELProcess9Binding" type="tns:BPELProcess9">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

    <operation name="initiate">
    <soap:operation style="document" soapAction="initiate"/>

    <input>
    <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle=""/>
    <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle=""/>
    <soap:body use="literal"/>
    </input>
    </operation>
    </binding>

    <binding name="BPELProcess9CallbackBinding" type="tns:BPELProcess9Callback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

    <operation name="onResult">
    <soap:operation style="document" soapAction="onResult"/>

    <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle=""/>
    <soap:body use="literal"/>
    </input>
    </operation>
    </binding>

    <service name="BPELProcess9">

    <port name="BPELProcess9Port" binding="tns:BPELProcess9Binding">
    <soap:address location="http://xxxx:8888/orabpel/default/BPELProcess9/1.1"/>
    </port>
    </service>

    <service name="BPELProcess9CallbackService">

    <port name="BPELProcess9CallbackPort" binding="tns:BPELProcess9CallbackBinding">
    <soap:address location="http://set.by.caller"/>
    </port>
    </service>

    <plnk:partnerLinkType name="BPELProcess9">

    <plnk:role name="BPELProcess9Requester">
    <plnk:portType name="tns:BPELProcess9Callback"/>
    </plnk:role>

    <plnk:role name="BPELProcess9Provider">
    <plnk:portType name="tns:BPELProcess9"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>

    Allow me to reply to my own thread, for the benefit of any others who might want to invoke a BPEL WS from APEX facing the same problem:
    Apex does not seem to like asynchronous BPEL processes so the trick is to make a synchronous BPEL process call the asynchronous BPEL process.

  • Export from APEX 2.2.1 into APEX 2.0 ?

    Can I export from APEX 2.2.1 and import into APEX 2.0 ?
    The reason is that we are planning to upgrade to 2.2.1 but some of our customers will stay in 2.0
    Thanks
    Francis.

    Yes, with a few restrictions (Re: APEX versions and Oracle Database Express - which versions work? Another restriction is the Database Account authentication method, not supported in 2.0.
    Scott

Maybe you are looking for

  • Sidebar - How to turn off and keep turned off?

    I cannot seem to find a way to turn off Sidebar for good, so that it will not reappear after a "repair permissions" or sometimes after "restart". Is there a way to get rid of Sidebar for good. Please advise. Thank you.

  • X.column.getStringVal() throws "invalid column name", works in SQL*Plus.

    The subject sums it up pretty well... I have a query that works fine from SQL*Plus, but throws a JDBC exception with "ORA-00904 invalid column name" if I create a PreparedStatement from it and call executeQuery(). The query itself is substantially si

  • TV Season download Help, please!

    I have two problems with TV seasons I have downloaded. 1.  I previously downloaded season one of Dr. Who to my iPad.  After watching episodes and syncing to iTunes the already watched episodes would disappear from my iPad freeing up space.  I believe

  • Alternative for RFC_READ_TABLE FM

    Hello All, SAP has asked not to use RFC_READ_TABLE function module (not to be used by SAPu2019s customers) directly or indirectly. Can anybody please suggest me what will be the alternative for this FM. Or what is the replacement for RFC_READ_TABLE F

  • Working in java at different systems

    hi all! well i want to ask one problem that many new students face.When i run my code in jdk1.3 at some system i get output but when i work on another system (connected in LAN) in jdk1.3 i get lots of error in code.Why it is so when java is platform