XE database homepage link goes to the homepage APEX after patch 3.2

Hi - I had Oracle XE on Win XP, everything is OK.

Take the database home page link took me to http://127.0.0.1:8080/apex/f? p = 4550: etc etc, BUT I was taken to the login page of XE we use for system administration - everything is good so far.

Then, I upgraded (successfully) the installed APEX (V2.1) that comes with XE to the new version V3.2.

All right, BUT the url above leads me to the APEX login page and I can't seem to the administration of the XE.

Ideas or clues how I should switch to keep the two pages of connection available?

Regards Dave Lee

davejlee wrote:

All right, BUT the url above leads me to the APEX login page and I can't seem to the administration of the XE.

I don't know what you mean with that?

In the upgrade of the APEX guide 'Oracle APEX 2.1 to 3.2 database management Differences' are listed

http://www.Oracle.com/technology/products/database/application_express/HTML/3.2_and_xe.html

Tags: Database

Similar Questions

  • Link goes to the wrong page, once the site is transferred via ftp

    No matter what I do in Muse, a particular link goes to the wrong page. I tried to rename the page, deletion and recreation of the link, change the text styles, download of the whole of the site several times, you call it.

    When I saw site in the browser the link works correctly. When I upload to the server the link does not work properly.

    Links:

    Home page under menu

    Link under testimony / continue reading, to half way down the page

    Links should go to the testimonials page, but it takes you to the FAQ page.

    I just noticed the link links simply bounces back to the home page.

    Weird.

    Here is the site;

    http://www.bikramyogafitzroy.com.au/

    Hera is the code to continue reading link:

    Screen Shot 2016-06-04 at 2.05.48 AM.png

    I suspect that the href-data tag is the culprit.

    OK, so I deleted the page with broken links and created a new, deleted the page that the link has gone in and created a new.

    Created a new link in the menu of Muse.

    Tested the site on BusinessCatalyst and it worked.

    Downloaded the site via FTP (all files, not just an update).

    Same problem again.

    Site exported as HTML to my local HD, no problem with the link.

    Very confused.

  • Link goes to the wrong page

    Hello.

    So as of recent, one of the links I have in my footer is now directing to the incorrect page. It goes to a page on the version businesscatalyst of the site.

    There is absolutely no connection with the site of BC, I Redid the link and when I have this link, I select the page directly in the same file and I also tried the direct url and nothing seems to work. It seems to do it through the home page.

    The site is landpotential.org and the link that leads to the wrong page is the one who said 'OUR PARTNERS' at the foot of page and it goes to everything instead.

    I checked the master page, the actual index page and there seems to be nothing to do.

    Help?


    I have attached a picture showing the 'Our partners' text should be linked to the same page.

    Screen Shot 2016-03-04 at 3.27.30 PM.png

    There are two conflicting hypertext links there. The link on the text block moves to the page on your site. On the 'OUR PARTNERS' text range within the text the link points to a page on Business Catalyst. Select the text using the text tool and remove only hyperlink and the hyperlink rest will be whatever you want.

  • "Database handles still open to the close environment", after an update of XQuery

    Hello

    When you run the following Java test code to update an attribute value in a single xml instance:

    < village >
    < quantity of images = "124" / >
    < / village >


    Java code:

    package info.carrapateira;
    com.sleepycat.dbxml import. *;
    com.sleepycat.db import. *;
    import java. IO;
    Import Java.util;

    public class DbxmlTest {}

    public static random Random = new Random();

    Public Shared Sub main (String [] args) {}
    EnvironmentConfig envCfg = new EnvironmentConfig();
    envCfg.setAllowCreate (true);
    envCfg.setInitializeCache (true);
    envCfg.setInitializeLocking (true);
    envCfg.setInitializeLogging (true);
    envCfg.setRunRecovery (true);
    envCfg.setTransactional (true);
    Environment env = null;
    Manager of XmlManager = null;
    XmlContainer container = null;
    XmlTransaction tx = null;
    Results XmlResults = null;
    try {}
    env = new environment (new File ("c:/home/koen/portugal/projects/carrapateira.info/ www/WEB-INF/dados"), envCfg);
    //
    Cfg of XmlManagerConfig = new XmlManagerConfig();
    cfg.setAdoptEnvironment (true);
    Manager = new XmlManager (env, cfg);
    //
    XmlContainerConfig ctCfg = new XmlContainerConfig();
    ctCfg.setTransactional (true);
    container = manager.openContainer ("objetos.dbxml", ctCfg);
    //
    XmlQueryContext ctx = manager.createQueryContext ();
    ctx.setDefaultCollection ("objetos.dbxml");
    //
    TX = manager.createTransaction ();
    results = manager.query ("collection () / village/pictures", ctx);
    Result XmlValue = null;
    Uploading XmlResults = null;
    XmlValue attr = null;
    While (results.hasNext ()) {}
    result = results.next ();
    uploading = result.getAttributes ();
    While (attrs.hasNext ()) {}
    attr = attrs.next ();
    System.out.println (attr.getNodeValue ());
    }
    }
    XmlQueryExpression expr = manager.prepare (tx, "replace the value of the @quantity node with '" + random.nextInt (999) + "'", ctx);
    results = expr.execute (tx, result, ctx);
    While (results.hasNext ()) {}
    result = results.next ();
    System.out.println (result.getNodeValue ());
    }
    TX.Commit ();
    } catch (Exception e) {}
    e.printStackTrace ();
    try {}
    TX. Abort();
    } catch (Exception e1) {}
    E1. PrintStackTrace();
    }
    } {Finally
    try {}
    Container.Close ();
    Manager.Close ();
    } catch (Exception e) {}
    e.printStackTrace ();
    }
    }
    }
    }

    the DBXML database has a new value for the amount of update attribute, but the Declaration of manager.close () the dbxml library throws the following error:

    Handles the database always opens in the close environment
    Handle to the open database: objetos.dbxml/structural_stats
    Handle to the open database: objetos.dbxml/secondary_document_statistics_double
    Handle to the open database: objetos.dbxml/secondary_document_index_double
    Handle to the open database: objetos.dbxml/secondary_document_statistics_string
    Handle to the open database: objetos.dbxml/secondary_document_index_string
    Handle to the open database: objetos.dbxml/node_nodestorage
    Handle to the open database: objetos.dbxml/secondary_document
    Handle to the open database: objetos.dbxml/secondary_dictionary
    Handle to the open database: objetos.dbxml/primary_dictionary
    Handle to the open database: objetos.dbxml/secondary_sequence
    Handle to the open database: objetos.dbxml/secondary_configuration
    java.lang.IllegalArgumentException: invalid argument
    at com.sleepycat.db.internal.db_javaJNI.DbEnv_close0 (Native Method)
    at com.sleepycat.db.internal.DbEnv.close0(DbEnv.java:268)
    at com.sleepycat.db.internal.DbEnv.close(DbEnv.java:79)
    at com.sleepycat.db.Environment.close(Environment.java:141)
    at com.sleepycat.dbxml.XmlManager.closeInternal(XmlManager.java:418)
    at com.sleepycat.dbxml.XmlManager.delete(XmlManager.java:35)
    at com.sleepycat.dbxml.XmlManager.close(XmlManager.java:427)
    at info.carrapateira.DbxmlTest.main(DbxmlTest.java:70)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)

    The database does not seem to be corrupt and everything can be reread, causing new values, but always with this error.

    Thank you for checking
    Koen

    Yes, XmlQueryExpression is also an object that needs to be deleted. But without closing the XmlResults object will lead to memory leaks in the best of cases, then you must close them by all means :-)
    There is a little outdated, but useful to the FAQ:
    http://www.Oracle.com/technology/products/Berkeley-DB/FAQ/xml_faq.html#16

    Vyacheslav

  • Omni 27-1007ev goes to the login screen after short idle...

    I looked everywhere on the pc to find out how to increase the idle time before the screen hangs at the connection - ask password.

    It is currently locked after a couple of inactivity minutes and is irritating the h * ll out of me.

    Someone at - it a solution to increase the time-out or even better turn it off.

    I'm under Win8 Pro updated since the Win7 Home Premium comes with the machine.

    Thank you, Rob

    Right-click on an empty space on your desktop screen and choose "Customize". In the window that opens, look at the lower right corner for "Screensaver" icon. Click here to open. Set timeout here.

  • The VM tools after patch 3.1.0 update

    Just downloaded and installed 3.1 update. Cannot open Windows XP Home Edition that the message appears "VM tools obsolete. Has chosen the Virtual Machine > install VMware Tools Menu. "Clicking this window product with" click on install to connect the installation of VMware Tools CD to this virtual machine. " If you do not see the VMware Tools installed, run "setup.exe" from the virtual CD-ROM drive in the prompt. »

    I do not see the installation of VMware tools and have absolutely no idea how to action "running setup.exe from the virtual CD-ROM drive in the prompt. Can you guide me step by step through this?

    Hello

    OK, seems to me that your virtual machine is completely enclosed. In the world of the physical computer, you would then reach for the reset button or pull on the power cable.

    While this is not ideal, it is much better than using force quit on the merger which could leave your windows operating system in a State that won't start plu (worst case)

    What you can do is hold down the option key and select "Restart" or "Shut down" in the menu machine virtual.

    Hold down the option key, you should see "Restart" change to "Force Restart" and "Shut down" in «Force Shutdown»

    It's the equivalent of pulling the power cable, so it's a last resort, but that should at least get your virtual machine out of his locked condition.

    Please try this and let me know how it goes,

    Thank you

    --
    Wil
    _____________________________________________________
    VI Toolkit & scripts wiki at http://www.vi-toolkit.com

    Writer to the blog www.planetvm.net

    Twitter: @wilva

  • URL OF THE LINK COLUMN IN THE FORM OF MANUAL

    Hi all

    I have a problem with my APEX Solution. I created a manual tabular presentation, that works perfectly. But the problem is I want a convert (Projectname) - SQL query to a URL link. The link goes to the same application, but another page with parameters. I want to send the project ID to this other page, where I can EDIT my project. The problem here is that it does not work.

    Here's my Soluition.

    FOR A IN

    (

    SELECT PR_ID,

    APEX_ITEM. Hidden (1, PR_ID) ID,.

    -Die Akbulak Werteliste festlegen der.

    APEX_ITEM. DISPLAY_AND_SAVE (2, PR_NAME, "readonly ="readonly"style =" width: 565px;)  font-size: 13px; "", « f02 » || " ROWNUM') PROJEKTNAME,.

    APEX_ITEM. DISPLAY_AND_SAVE (3, PR_C_DATE, "readonly ="readonly"style =" width: 565px;)  font-size: 13px; » ', « f03 » ||' ROWNUM') C_DATE,.

    APEX_ITEM. DISPLAY_AND_SAVE (4, PR_U_DATE, "readonly ="readonly"style =" width: 565px;)  font-size: 13px; » ', « f04 » ||' ROWNUM') U_DATE

    OF TM_PROJEKTE

    )

    LOOP

    X: = X + 1;

    HTP. P (')

    < table width = "100%" id = "td2" align = "center" cellpadding = "1" cellspacing = "1" >

    < b >

    < scope = "col" id = 'td2' th > < table width = "100%" id = "td2" cellspacing = "0" >

    < b >

    < td width = "40px" height = "35" align = "center" valign = "middle" margin left = "3px" > ' | X ||' '|| a.ID |' < table >

    < id td = "td3" height = "35" align = "left" valign = "middle" margin left = "3px" > < a href = "f? p = & APP_ID.:999: & SESSION. : NO::P999_PROJEKT_ID :'|| a.ID | » « > ' || a.PROJEKTNAME | "< /a > < table >

    < td width = "120px" height = "35" align = "center" valign = "middle" > ' | a.C_DATE | "< table >

    < td width = "120px" height = "35" align = "center" padding: 1px valign = "middle" margin left = "3px" > ' | a.U_DATE | "< table >

    < /tr >

    < /table >

    < /table >

    ');

    END LOOP;

    But when I click projectname, then the P999 item does not show the ID - Nr but "< input type =".

    Can you please help me.

    Hello

    have you tried to change

    href = "f? p = & APP_ID.: 999: & SESSION. : NO::P999_PROJEKT_ID :'|| a.ID | »

    TO

    href = "f? p = & APP_ID.: 999: & SESSION. : NO::P999_PROJEKT_ID :'|| a.PR_ID |'?

    Concerning

  • I have Firefox 9.0.1 and everytime I restart it, it automatically goes to the last page visited. I have a homepage set to attend. Why it does this and how can I fix this problem?

    I close Firefox... any time later reopen it and it goes to the last page visited. Even though I have a homepage set.

    Make sure Firefox is closed correctly to avoid log may be overwritten.

    Use ' Firefox/file > output "(Mac: ' Firefox > quit smoking";) Linux: "file > exit ') to close Firefox if you're doing that by clicking on the X close in the title bar.

  • When I try type n in the safari browser bar turns off and the iPad is going to the homepage that it won't let me look at all

    WWhen I start to type in the browser bar in Safari the page Safari turns off and my mini iPad goes to the home page of ideas?

    This is something that Apple know and our engineers are working on a complete resolution. For now, we can offer a simple solution to fix this problem! Please tap Settings > Safari > and turn off Search Suggestions and Suggestions of Safari engine, then close background applications and reopen Safari.

  • Unable to connect to the database homepage OracleXE 10.2.0.1.0

    Hi Oracle Experts,

    I installed OracleXE 10 g on an application server and has worked for 3 years. The installation is based on the default configuration where:

    Destination folder: C:\oraclexe\

    Oracle database listener port: 1521

    Port for the Oracle Services Microsoft Transaction Server: 2030

    HTTP listener port: 8080

    The installation work well and be able to view the home page of the database. The problem arises when local desire to ICT to change the listening port of Oracle database to another port instead of 1521 to comply with their security policies.

    I changed the port using method below:

    (1) update the port number in listener.ora desired port

    (2) make sure SID_name (XE) is registered in listener.ora by adding this line to SID_LIST

    (SID_DESC =

    (SID_NAME = XE)

    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)

    )

    )

    (3) recharge the listener and restart the service.

    I am able to connect to the database using SQL Plus by using the port assigned port, but when I tried to view the home page of the database, I can't load the page with Internet Explorer connection problem error.

    I changed the default to 8089 but still cannot connect HTTP port. But when I went to the port (1521) default listening port, I am able to view the home page of the database.

    Anyone know how to fix this?

    Thank you in advance.

    You have followed all the steps documented? 4 general network connections

    HTH
    Srini

  • Missing database homepage

    I have install recently 10g Express Edition and everything goes well and I could use the Start Menu >... > Goto database Home Page and it will open a web page where I could administer the database.

    I then installed 4 APEX and now when I use Start Menu >... > Goto homepage of database I'm Loing APEX Page, what happened to the original home page and how do I administer the database?

    Hello

    This might help
    http://www.Oracle.com/technetwork/developer-tools/Apex/upgrade-Apex-for-XE-154969.html

    Check after setting instructions document

    Database management of differences between Oracle 2.1 and later versions of Application Express APEX

    Once you upgrade Application Express in your Oracle XE database, you will lose the Oracle APEX interface to perform some of your database management functions. This includes the ability to create and modify users, settings set of database, etc.. To perform these functions, you will need to use SQL or SQL Developer * more. >

    Kind regards
    Jari

  • Cannot open new tab by going to the file/new tab (or CTRL + T or by clicking on the new field of the tab). One is to right-click on a link and choose open in a new tab.

    Cannot open new tab by going to the file/new tab (or CTRL + T or by clicking on the new field of the tab). One is to right-click on a link and choose open in a new tab.

    I found that the ASK toolbar is the culprit. I have no recollection of ever install Ask and wanted not just her in any case. Withdrawal fixed the problem.

  • By clicking on a link box window minimizes instead of going on the link

    50% of the time when I click on a link box, the window minimizes instead of going to the link. I tried to adjust the click of the mouse, etc..
    Nothing helps.
    Makes me crazy!

    Y at - it a setting or is it a problem inherent in this system?

    Hello

    Perhaps some information additional s would be more useful;
    What cell phone do you have?
    What operating system do you use?
    Which window do you mean exactly?
    What link do you mean exactly?

    These details would be appreciated

  • Since then he move to Windows 7 pro, the shared link will open the program, but the database is not up to date.

    I have a .net programming when it was on XP pro it worked fine. Since moving to Windows 7 pro the shared link will open the program, but information is not updated, because it seems that she has created its own database with information from the local computer is installed on and is not matching the information. For example, if the local computer is mapped machine upon receipt #25 is the #15 and should be on #26 and showing all the other receipt printed by the local machine. but its starts from where it was stopped 2 days ago, and is not followed.

    OT: .mdb problem with WIN 7 pro

    Thanks for all the help, I need it!

    Hello

    The question you posted would be better suited to Windows 7 IT pro community.
    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • Could not create the link of database of the schema of the ORA/APEX

    Hello

    I tried to create the link of database for my schema oracle on my localhost and it brings me an error "database user has sufficient privileges for the proposed operation.". I don't know what the problem is?

    This pattern of localhost was created for APEX.

    Thank you

    I tried to create the link of database for my schema oracle on my localhost and it brings me an error "database user has sufficient privileges for the proposed operation.". I don't know what the problem is?

    This pattern of localhost was created for APEX.

    What is developer Sql has to do with the problem? This forum is ONLY for sql developer questions.

    If this isn't a problem with Sql developer please mark ANSWERED thread and repost it in the general forum of the database

    Database General Discussions

    The exception is you say the problem: the user you are using to create the DB link doesn't have the necessary privileges to create the DB link type you are trying to create. Privileges are required on the source and target databases.

    When repost you, you will need to provide:

    1. your full 4 DB for DBs source and target text segment

    2. a copy OF the sql * plus (or other) session you use to create the DB link

    3. information on the user that you use to create the link DB - including the privileges that have been granted to this ulser

    4 information on the type of link DB you try to create

Maybe you are looking for