Can't Upload SQL scripts or application scripts in APEX 3.1

I have installed APEX 3.1 on an Oracle 10g database.
I can log in to APEX, create applications, and run applications.
One application I import is the sample OEHR application which imports correctly at the hosted site.
However, when I try to upload an SQL script or import the sample application I get
"Page not Found" for this page http://csora:7777/pls/apex/wwv_flow.accept
I've included my dads.conf below and also some Apache error entries
Alias /i/ "e:\oracle\product\10.1.0\Db\Apache\Apache\images/"
AddType text/xml     xbl
AddType text/x-component     htc
<Location /pls/apex>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure      wwv_flow_file_mgr.process_download
PlsqlDatabaseConnectString     csora:1521:ORCL ServiceNameFormat
PlsqlNLSLanguage          AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode     Basic
SetHandler          pls_handler
PlsqlDocumentTablename     wwv_flow_file_object$
PlsqlDatabaseUsername     APEX_PUBLIC_USER
plsqlDefaultPage          apex     
PlsqlDatabasePassword     hocking
Allow from all
</Location>
I:[Mon Apr 14 15:52:35 2008] [error] [client 10.116.101.158] [ecid: 1208202755:198.30.4.195:2696:2864:2873,0] File does not exist: e:/oracle/product/10.1.0/db/apache/apache/htdocs/pls/htmldb/builder/topnav2.gif
[Mon Apr 14 15:52:35 2008] [error] [client 10.116.101.158] [ecid: 1208202755:198.30.4.195:2696:2924:2771,0] File does not exist: e:/oracle/product/10.1.0/db/apache/apache/htdocs/pls/htmldb/builder/left_curve.gif
[Mon Apr 14 15:52:35 2008] [error] [client 10.116.101.158] [ecid: 1208202755:198.30.4.195:2696:2944:2767,0] File does not exist: e:/oracle/product/10.1.0/db/apache/apache/htdocs/pls/htmldb/builder/left_curve.gif
[Mon Apr 14 15:52:35 2008] [error] [client 10.116.101.158] [ecid: 1208202755:198.30.4.195:2696:2972:2750,0] File does not exist: e:/oracle/product/10.1.0/db/apache/apache/htdocs/pls/htmldb/builder/right_curve.gif
[Mon Apr 14 15:52:35 2008] [error] [client 10.116.101.158] [ecid: 1208202755:198.30.4.195:2696:2940:2762,0] File does not exist: e:/oracle/product/10.1.0/db/apache/apache/htdocs/pls/htmldb/builder/right_curve.gif
[Mon Apr 14 16:19:33 2008] [error] [client 10.116.101.158] [ecid: 1208204373:198.30.4.195:2696:2924:2773,0] File does not exist: e:/oracle/product/10.1.0/db/apache/apache/htdocs/pls/htmldb/builder/topnav2.gif
[Mon Apr 14 16:21:48 2008] [error] [client 10.116.101.158] [ecid: 1208204507:198.30.4.195:2696:2948:2801,0] mod_plsql: /pls/apex/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
[Mon Apr 14 16:23:29 2008] [error] [client 10.116.101.158] [ecid: 1208204609:198.30.4.195:2696:2788:2760,0] mod_plsql: /pls/apex/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
[Mon Apr 14 16:23:29 2008] [error] [client 10.116.101.158] [ecid: 1208204609:198.30.4.195:2696:2788:2761,0] mod_wchandshake: incorrect uri: name="p_t04" passed in.
[Mon Apr 14 16:23:29 2008] [error] [client 10.116.101.158] [ecid: 1208204609:198.30.4.195:2696:2788:2761,0] Invalid URI in request -data; name="p_t04"
Am I missing some files or directories from the 3.1 install? Any help would be appreciated since I think I'm close to having APEX fully functional.

Val,
In this line:
PlsqlDocumentTablename wwv_flow_file_object$
...that needs to be wwv_flow_file_objects$
Scott

Similar Messages

  • Can I upload images to an application in user mode

    Can I upload images to an application in user mode and make these images available in the server (in the IMAGES folder) -I mean not in Developing mode by openning the application and upload images to shared components-
    I saw the it's done in the Sample Application but I think it's complicated and ........... didn't get it.

    There's the chapter How to Upload and Download Files in an Application in the Advanced Tutorials. Worked for me, but took me some time.
    C.

  • How can I upload my app by application loader?

    My status is "waiting for upload".
    But I choose the .app file by the application loader.
    How come?

    Follow the walk-thru in TN 2250

  • Can't find SQL Server Express application after install

    I have downloaded and install SQL Server Express on my new Win 8.1 laptop.  Installtion runs without any issues (no error messages displayed) and shows a successfull completion.  However, I can't seem to make any connections to the server.  There
    are not applicaitons available and I don't get any response trying to make a connection.  How do I make connection?

    Hello,
    Do you search your computer already for the SQL Server programs installed by SQL Server setup? On
    the Start Screen, could you write the word SQL and see what the search can find on your computer?
    What version of SQL Server you installed? Depending of the version installed, could you share with
    us the Summary.txt log file? The following article may help you locate the Summary.txt log file:
    http://technet.microsoft.com/en-us/library/ms143702(v=sql.110).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Can we execution  sql script through java ?

    Hi All,
    Can we execute sql script ("name.sql") through java programe.
    I am not talking about reading sql script one by one and excute.
    I just want to send this sql script to oracle console.
    Or any body can give other alternative I have to lot of db operation in less time.
    - Vikas Kumar Sahu

    Kumar,
    not sure whether this is any help, but you can try and use the code below.
    I've knocked it together in about an hour so it's far from production ready (particularly, assumes one-line comments starting with '#' and nothing else - queries are assumed multi-line, but terminated by ';' the following would cause trouble:
    SELECT * FROM table; SELECT *
    FROM another_table;
    and, of course, you can't get to the ResultSet.
    But, hey, it's a start!
    Best,
    Marco.
    (www.infinitebw.com)
    admin (at) infinitebw.com
    package com.ibw.database;
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.IOException;
    import java.sql.*;
    import com.ibw.exception.DatabaseException;
    public class SqlScript {
         public final static char QUERY_ENDS = ';';
         private File script;
         private Connection conn;
         private Statement stat;
         * @param args
         * @throws SQLException
         public SqlScript(String scriptFileName) throws SQLException {
              script = new File(scriptFileName);
    // this is a 'custom' class, just use instead getConnection() from the
    // DriverManager instead
              conn = ConnectionManager.getConn("test");
              stat = conn.createStatement();
         public static void main(String[] args) {
              try {
                   SqlScript sqlScript = new SqlScript("C:/temp/myscript.sql");
                   sqlScript.loadScript();
                   sqlScript.execute();
              } catch (SQLException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
         protected void loadScript() throws IOException, SQLException {
              BufferedReader reader = new BufferedReader(new FileReader(script));
              String line;
              StringBuffer query = new StringBuffer();
              boolean queryEnds = false;
              while ((line = reader.readLine()) != null) {
                   if (isComment(line))
                        continue;
                   queryEnds = checkStatementEnds(line);
                   query.append(line);
                   if (queryEnds) {
                        stat.addBatch(query.toString());
                        query.setLength(0);
         private boolean isComment(String line) {
              if ((line != null) && (line.length() > 0))
                   return (line.charAt(0) == '#');
              return false;
         public void execute() throws IOException, SQLException {
              stat.executeBatch();
         private boolean checkStatementEnds(String s) {
              return (s.indexOf(QUERY_ENDS) != -1);
    }

  • Where can I get SQL DDL script repository?

    Hello;
    Do you know where I can get the huge SQL DDL script repository?
    Thanks;
    Ornsiri

    Hi,
    Welcome , you can use dbms_metadata.get_ddl to get the Script.
    Example
    select dbms_metadata.get_ddl('TABLE','DEPT','SCOTT') from dual;
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1794096300346327738
    thanks

  • Can't connect or upload SQL to HR Demo

    Ok, for my assignment which is soon to commence I need a working database which I can access with SQL developer.
    Before continuing I have already enabled HR account (and made sure CONNECT and RESOURCES where enabled).
    The database is Oracle 10g XE 2.1.0.00.39,
    SQL Developer is 2.1.0.63
    and my Browser is Chrome 3.0.195
    Anyway the problem is following:
    1. Whenever I try to connect to as displayed in the Step3 (http://www.oracle.com/technology/getting-started/sqldev.html) the ORA - 12505 is displayed. Is there some resource I need to assert, some security setting I need to set?
    2. I've tried manually uploading the script into the database using SQL -> Upload but the formatting is all wrong (the entire script is packed into a single line) and I can't use the script editor

    Hi,
    Can you login as SYSTEM user using SQL Developer ?
    Application Express (Apex) is included to XE default install.
    http://www.oracle.com/technology/products/database/application_express/index.html
    http://www.oracle.com/technology/products/database/application_express/html/what_is_apex.html
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html
    E.g. when login to database "Home page", you login to Apex.
    As I remember Apex version XE has by default include also SQL workshop where you can run scripts and use SQL worksheet.
    Br,Jari

  • Problem in uploading Online store sample project script

    I am not able to upload "online store" sample project script. The Appex (3.0.1) I am using flashes a message that the script size is exceeding the limit.
    Anybody, please help me.
    Jayashree.
    Message was edited by:
    user589027

    Are you 'uploading' it as a script? It is an export file and needs to be imported.
    1. Unzip and extract all files
    2. Access your target Workspace
    3. Select the Application Builder
    4. Click [Import >]
    5. Browse and locate the installer file, online_store_installer_0.9.sql
    6. When prompted, select to install supporting objects
    -- Sharon

  • [newbie qn] script runs under Script Editor but not as application

    I have a simple script that runs successfully under the Script Editor. The script is:
    tell application "Safari"
    activate
    tell (make new document) to set URL to "http://www.google.com"
    end tell
    However, when I tried to run it as an application, I encountered the error 'Can't set document "Untitled" of application "Safari" to "http://www.google.com".'
    How should I rewrite the script so that it would run as an application? Thanks!

    Hi PointZero01
    Your script compiles and works fine saved as an application and tested under 10.5.6.
    slightly different but does exactly the same
    tell application "Safari"
    activate
    make new document
    set URL of document 1 to "http://www.google.com"
    end tell
    Budgie

  • How can I send Scroling commands from action script?

    I just set both horizontalScrollPolicy and verticalScrollPolicy off, and I wont that the picture will scroll down when the user move his mouse to the bottom of the screen, I created mouse event that shows me mouse coordination in a text bar all what I have left to do is to give the scrolling command, just can't find it, so I am asking your help, hope you will.

    See the Capabilities class to examine the screen resolution:
    The Capabilities class provides properties that describe the system and
    player that are hosting a SWF file. For example, a mobile phone's screen might
    be 100 square pixels, black and white, whereas a PC screen might be 1000 square
    pixels, color. By using the Capabilities object to determine what type of device
    a user has, you can provide appropriate content to as many users as possible.
    When you know the device's capabilities, you can tell the server to send the
    appropriate SWF files or tell the SWF file to alter its presentation.
    For example, here is how you can check the user's screen resolution:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      creationComplete="init();">
      <mx:Script>
        <![CDATA[
          private function init():void{
            trace("screenResolutionX: " + Capabilities.screenResolutionX);
            trace("screenResolutionY: " + Capabilities.screenResolutionY);
        ]]>
      </mx:Script>
    </mx:Application>

  • Running a Select query against multiple sql servers using SSIS script task.

    Hi Guys,
    I need to fetch data from multiple sql servers using  SSIS scirpt task inside a foreach container.
    is there anyway i can build dynamic sql connections using ssis variables inside SSIS script task in each loop
    Please guide me or refer any blogs so that i will try..
    Thanks in advance.

    Your only options is using .net code, then it will be no different than using a console app in a loop.
    using (SqlConnection connection = new SqlConnection(connectionString))
    connection.Open();
    Console.WriteLine("ServerVersion: {0}", connection.ServerVersion);
    Console.WriteLine("State: {0}", connection.State);
    and so forth for each connection string
    the connection string would come from the ForEach loop
    Arthur My Blog

  • In Existing SSIS package how we can call _vti_bin\listdata.svc service using script

    we have already used SSIS package using SharePoint List adapter but its not working properly... Can you will pref-are sharepoint list adapter for business purpose?  
    so we have decided to go with web service (_vti_bin\listdata.svc) and my main challenge is writing script i have to access list oblect from the webservice.
    Can
    you guide me how to write script ..how we can add service into script ...any examples for
    accessing SharePoint list( From Sql server to SharePoint list update)
    Regards,
    Anoop Nagappan

    We have already used SSIS package using SharePoint List adapter but its not working properly... Can you will pref-are sharepoint list adapter for business purpose?  
    so we have decided to go with web service (_vti_bin\listdata.svc) and my main challenge is writing script i have to access list oblect from the webservice.
    Can
    you guide me how to write script ..how we can add service into script ...any examples for
    accessing SharePoint list( From Sql server to SharePoint list update)
    Regards,
    Anoop Nagappan

  • Where can we find the standard program for scripts and smartform for vl02

    where can we find the standard program for scripts and smartform for vl02
    regard,
    anil

    If it is a standard Script Output see that all config in NACE tcode was done correctly and in the Application document the output type was properly defined and attached to a medium, partner and all communication related things like printer name, when to print the output and number of messages etc are entered in the document
    the go to the related application Tcode
    (for sales order goto VA02 or VA03)
    (delivery -VL02N or VL03N)
    for Invoice VF02 or VF03
    for PO -goto ME9F
    enter doc number, Issue Output to -> screen/printer
    then see the output
    step 1 : copy the z layout into testing client thru SCC1.
    step2 : go to se71 and check modified layout.
    step3 : if it is under logistics.. go to TCODE "NACE".
    u will see various applictions for each business process.
    there u have configure ur related layout according to requirments,
    for example u consider for Request fo Quatation..
    there is APPLICATION called "EA"
    click and enter into it. configure it with ur requirments, for help consult with ur functonal consaltant, and save it.
    step 4 : goto tcode ME9A for requst for quatation(RFQ).
    step 5 : enter test data avalable and check it with message display.
    it is same for other applications like Contract agreament --> ME9k
    invoice --> vl02n
    and goes on..
    Reward points for useful Answers

  • EA21 feature "Whenever SQL Error Stop Executing Script User Preference"

    Has anyone come across the feature "Whenever SQL Error Stop Executing Script User Preference" in the new 2.1 release. Doesn't seem to be among the items on the new feature list. This has always been a stumbling block for us in terms of adoption.
    The OTN feature request says scheduled for 2.1.
    Thanks

    Well yes, like that you can give up on sqldev all together too, as we got sqlplus... duh.
    Seriously, we were referring to the request accepted for 2.1.
    Thanks for the tip anyway, for sure it will benefit users that don't know it.
    K.

  • $db- exec(), can i use it to exec a script?

    hello,
    i use pdo-oci to connect php to oracle xe
    and i want to know if i can use $db->exec() to exec a script.
    thanks

    If by script you refer to a text file containing SQL and SQL*PLus statements, no.
    SQL*Plus is an Oracle client. Just like PHP. Just like you cannot get Oracle to execute a PHP script containing SQL and PHP code, nor can you get Oracle to execute a SQL script containing SQL and SQL*Plus code.
    What Oracle can do, is to execute the client in batch and via that client execute a script.
    However, this approach is not sound when dealing with clients that in turn make a connection back to Oracle.
    The best place for SQL code is not in scripts - SQL*Plus or PHP or whatever. The best place for that SQL code is as stored procedures in the database. Most secure. Best performance. Best flexibility. Easier to maintain and support.

Maybe you are looking for

  • Noob needs help re offline desktop db app - is FB the right tool?

    Hi, Thanks in advance for reading, and being patient with my long-winded-noobiness! I am a self taught (read as: big gaps in my knowledge!) independent web designer/developer, with experience in developing PHP/mySQL database web-apps - both with DW,

  • Streaming Video Usually Fails

    Using latest Safari, many TV station websites offering live video, simply do not run videos. Sometimes there is an error msg re "tmp file"; sometimes not. Often, msg states that the video stream does not support Safari, but if I change how I open tha

  • Install Oracle XE on the same machine as Oracle EE

    Hi all, I have a version of Oracle 11g EE installed on my pc, but I would like to check out the Oracle XE for educational purposes. I've read that it is possible to run both on one machine, but I couldn't find more info on cofiguring it with the Orac

  • Problem loading update to Windows

    We recently had to buy a new modem after our last one died.  Since then I haven't been able to update Flash.  Whenever I attempt to I get the message "Your current security settings do not allow this file to be downloaded".  I have a HP laptop with W

  • Website says I need latest version but I already have...

    Hello everyone I've got a bit of a problem with watching video's on a website.. The website, or more specifically the video on the website, says I need to download a newer version (10 or higher) of Adobe Flashplayer in order to watch. But the thing i