Using HTP and HTF in Oracle database Express edition

Hi all

I would like to know if it is possible to use the HTP package in Oracle database express edition.

Thanks for your replies.

Kind regards.

ccaa52af-D591-4a07-95bc-4a021a71b4a2 wrote:

Hi all

I would like to know if it is possible to use the HTP package in Oracle database express edition.

Thanks for your replies.

Kind regards.

Yes.

Oracle XE comes with Apex as an administrator and developer web interfaces. The apex is web enabled the PL/SQL code. And such a code heavily used package HTP.

Tags: Database

Similar Questions

  • Oracle Database Express Edition used in a stand-alone database

    I have developed databases for years in access. I had a lot of people want me to databases for them. I don't want to make databases in access and then have to worry about sending a database to a different State and then find out that the user has a different version of access installed and it does not work properly.

    Can I use Oracle database Express edition to create a database with a front end that I can send to others and they can install on their computer and run it? Or do need to install the full Oracle Express? In other words, is there like a version of the Runtime?

    user13756579 wrote:
    I saw that you had to install twice last night, messed up my password. The only thing that that worries me is the database always current running on the user's computer, when well even that they could not use the database for months at a time. These databases are of small databases to keep the data of the members of the group. That is to say. name, address, phone number, personal information and perhaps a scanned document or two.

    I have looked at other database programs, but won't put a lot of money if I could develop only 3-5 small databases annually.

    You can develop your application in such a manner, that it will start service Oracle XE and stop it at the exit. Set the service to start manually. That's all.

  • is Oracle Database Express Edition 11g Release 2 free?

    Hi all
    is Oracle Database Express Edition 11g Release 2 free?

    Thank you.

    Hello

    of the product page (http://www.oracle.com/technetwork/products/express-edition/overview/index.html):

    Oracle Database 11 g Express Edition (Oracle Database XE) is an entry-level database, small footprint, based on the database Oracle 11 g Release 2 code base. It is free to develop, deploy, and distribute; fast download; and simple to administer.

    Herald tiomela
    http://htendam.WordPress.com

  • upgrade to Oracle Database Express Edition to (10.2.0.4 OR 11 g) release

    Hello

    I plan to install the SOA, but need more than the database version 10.2.0.4. How to change Oracle Database Express Edition to (10.2.0.4 OR 11 g) release? Thank you!!

    Hello

    I plan to install the SOA, but need more than the database version 10.2.0.4. How to change Oracle Database Express Edition to (10.2.0.4 OR 11 g) release? Thank you!!

    My I know that the current version of your database?

    Reference:

    * 316889.1 - checklist complete for manuals upgrades to 10 g 2 *.
    * 429825.1 - complete checklist for manual updates to GR 11, 1 material *.
    * 837570.1 - complete checklist for manual updates to 11 GR 2 *.

    Thank you
    A H E E R X

  • With the help of OBIEE with Oracle Database Express Edition? SOLVED

    I have a customer who wants a quick demo of OBIEE. They sent us as data source csv files. I migrated the Excel files for ease of use, but Excel files seem to have limitations on how I can combine columns, such as the concatenation and formatting.

    I then loaded them in a database Oracle Express Edition, assuming that more "database" functionality would be placed at my disposal. I managed to load in the Administration tool, but the answers gives me the following error when I try to view the results of the Express database:

    ODBC driver returned an error (SQLExecDirectW).
    Error details
    Error codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 17001] Oracle error code: 12154, message: ORA-12154: TNS: could not resolve the connect identifier specified in the call to the OIC OCIServerAttach. [nQSError: 17014] Cannot connect to the Oracle database. (HY000)
    SQL issued: SELECT COURSE_ENROLLMENT. CAMPUS saw_0 FROM BI_DEMO ORDER BY saw_0

    Thanks for any help. This is my first attempt using OBIEE unguided.

    Published by: markstuartnelson on September 29, 2008 17:22

    Check your TNSNAMES file, see if it points to the correct server / db.

    Best regards, John
    http://obiee101.blogspot.com/

  • Java class to connect to Oracle Database Express Edition11g and URL

    Can I use Oracle SQL Developer to do or use it as the value of the URL for the host name?

    I'm just starting to learn Java and with it, learn how to use the Oracle Database Express Edition11g and with it the Oracle SQL Developer...

    At this point, I have the Express Edition is installed and the SQL Developer installed and were able to establish a connection and to run a query and get a result.

    I use Eclipse for JAVA.  I have a work of class that performs a query on a database/table in MySQL.

    So now I'm eager to make the same use as the database Oracle Database Express Edition11g engine.

    And this means that two different versions of JAVA that I need to get the right to be able to do.

    The first is the value of the url variable.

    I now like

    String url = "jdbc:oracle:thin:@localhost";

    then

    Class.forName ("oracle.jdbc.OracleDriver");

    and then

    Connection connection = DriverManager.getConnection (url);

    The thing I'm puzzled on is in the URL where I 'localhost' was supposed to be the term generic and not so much as the text, you should use.

    I see in Web sites like 3 connection to Oracle Database XE

    and decrease example 3-2 by specifying the URL of database using the XE Client Setup

    There I see

    JDBC:driver_type: [username/password] @[//]host_name[: port] [XE]]

    And just what is and what is not is explained here.  So what I ended up with was

    String url = "jdbc:oracle:thin:@localhost";

    So if it was just a text to rest for a name I wonder just such a value or name might really where.

    I noticed that view that an app called "Oracle JDeveloper" has been used to create the values.   I don't have such a thing, or at least I don't think I do.

    Do I need?

    I have Oracle SQL DEVELOPER, where I used the following to connect to the database of the XE.

    My choice for Oracle's SQL Developer Help

    Name of connection: Connection1

    User name: Rod

    Password: myOracle11

    Host name: localhost

    Port: 1521, which is the default value

    SID: xe

    Above so I have to host name set to localhost

    Can I use Oracle SQL Developer to do or use it as the value of the URL for the host name?

    1. I do nothing

    2. While wouldn't you say it

    3. no results from the earlier assignment.

    I asked "'can I use Oracle SQL Developer to do or use it as the value of the URL for the host name?" "

    I showed the choice that I used in SQL Developer to connect to the schema.  And I was wondering, now that I had done this case those are the values that I could use in the Java class that I wrote.  The web site in the first post of this thread showed connection but he was using JDeveloper and SQL Developer.

    So I was wondering if the connection that I made using SQL Developer would do the same trick, and if I could use the values I did there.

    I'm happy to announce that YES, The values used to connect using SQL Developer work exactly like JDeveloper.

    So, given that in SQL Developer for Hostname I chose the value "localhost" "Rod" Username and password "myOracle11".

    I did the following JAVA CLASS that worked:

    package VC_2_9;

    Java for COBOL - copyright 1999 Doke & Hardgrave programmer

    import java.sql. *;

    public class DataBaseDemoOracle

    {

    Public Shared Sub main (string args [])

    {

    String CUST_LAST_NAME;

    / * String url = "jdbc:mysql://localhost/visualcafe";                     */

    String url = "JDBC: thin: @localhost';"

    / * String sqlQuery = "SELECT Name, SSNo, address, telephone OF THE customer;    */

    String sqlQuery = "SELECT CUST_LAST_NAME FROM DEMO_CUSTOMERS";

    //                                               |||||||||||||||

    Try

    {

    Class.forName ("oracle.jdbc.OracleDriver");

    Connection connection = DriverManager.getConnection (url, "Rod","myOracle11" ");

    Statement statement = aConnection.createStatement ();

    ResultSet rs = aStatement.executeQuery (sqlQuery);

    Boolean more = rs.next ();

    (more)

    {

    CUST_LAST_NAME = rs.getString (1);

    /* */

    System.out.println ("name:" + CUST_LAST_NAME);

    more = rs.next ();

    }

    RS. Close();

    aStatement.close ();

    aConnection.close ();

    }

    catch (ClassNotFoundException e)

    {System.out.println ("Exception caught" + e) ;}}

    catch (SQLException e)

    {If (e! = null)}

    {System.out.println ("SQLException taking" + e);}

    e = e.getNextException ();

    } / / end of while loop

    } / / end of capture

    } / / main end

    } / / end DataBaseDemoOracle.java

  • I am using oracle 11g express edition, how I can change the service name and the port number?

    I am using oracle 11g express edition, how I can change the service name and the port number?

    I am using oracle 11g express edition, how I can change the service name and the port number?

    What do you mean by "port number"? HTTP port (usually 8080), or listening port (normally 1521)?

    To change the name of the service, you can use (as a DBA or SYSDBA)

    SQL > alter system set service_name = '';

  • can you suggest a better way to store and read Arabic oracle database?

    Hello
    can you suggest a better way to store and read Arabic oracle database?

    My oracle database is Oracle Database 10 g Release 10.1.0.5.0 - 64 bit Production UNIX HP - UX ia64.
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    WE8ISO8859P1 NLS_CHARACTERSET

    I currently stored data in field nvarchar2. But I'm not able to view it properly.

    You're still on 10gR 1, so even when NVARCHAR2 is used, when you insert characters, these are first converted into WE8ISO8859P1, which does not support Arabic.
    It is not a problem to read the characters, if they are properly stored.
    If you have a fundamental problem with normal data characters.

  • Oracle database Enterprise edition and standard edition one

    Hello
    is it possible to install on the same server, separate oracle database Enterprise edition and standard edition, once 11 GR 2?

    Best regards
    Jean-Marc

    Published by: jmniard on March 12, 2011 05:19

    NO.

    Listener is a specific node resource, so you should have 1 single earphone (ranging from the upper version of DB House) on a server and it will be.

  • Cannot uninstall or reinstall oracle 10g express edition w/Server 2003

    Hello

    I need help from you all, I have installed oracle 10g express edition in
    Windows 2003 server in the drive d but I can't delete because the oracle not in
    Add Remove program so I download the windows install clean up to remove
    but after deletion, always in the program all I still can start and stop the
    database but cannot go to the homepage of database. The error message (installation
    cannot proceed as service OracleServiceXE is present on the system. Remove the
    service, restart the translated retry installation) can someone guide me to use
    command prompt to remove.
    My email address [email protected]

    Thank you

    GoTo D:\oraclexe\app\oracle\product\10.2.0\server\BIN
    and clik cleanup.bat. This should eliminate OracleXE service

    then re - install XE (or) delete oraclexe folder and oracle logs and try to install.

  • Oracle Database Personal Edition

    Hi, if I buy Oracle Database Personal Edition with a perpetual license and 1 year of support, I use the complete Meta-Link base support? If the answer is Yes, can I renew this support?

    Hi, if I buy Oracle Database Personal Edition with a perpetual license and 1 year of support, I use the complete Meta-Link base support?

    I would like to say - Yes. You can create support requests and download patches for Oracle Database Personal Edition. And you can search and read articles here.

    If the answer is Yes, can I renew this support?

    I would like to say - Yes. But you better check out representing Oracle.

  • Oracle Database - Standard edition & diagnosis Pack?

    I need help, whether the following configuration is valid?

    Oracle Database Standard Edition one Oracle Diagnostics and Tuning Pack

    The reason I ask, it is possible to buy the Tuning Pack and the Oracle Diagnostics Pack online (he does not say it is limited to the company on the product description) and my manager wants to use it with the Standard edition. Read the MetaLink following document 1084132.1 (link below), he said that these packs are only an option if you are already running business, is this true?

    So does that mean if I execute Standard, it is not possible to run, even if we buy the licenses.

    1084132.1: https://support.oracle.com/CSP/main/article?cmd=show & id = 1084132.1 & type = NOT

    Edited by: user6591482 may 27, 2010 02:07

    Hello

    The following sections describe the Oracle Management packs. Management packs can be purchased only with Enterprise Edition. The features of these packs are available through Oracle Enterprise Manager Database Control, Oracle Enterprise Manager Grid Control, and API provided with the Oracle database software.

    http://download.Oracle.com/docs/CD/B19306_01/license.102/b14199/options.htm

    hope this helps
    Daniele

  • Update for Windows XP (KB2718704) and Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332) will be without installation

    ORIGINAL TITLE: updates XP

    Update for Windows XP (KB2718704) and Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332) will BE WITHOUT INSTALLATION

    Please answer each of the following [admittedly tedious] diagnostic questions in a numbered list type in your very next answer (no need to quote this post):

    1. What is the full name of your application or the installed antivirus security suite and when (date about) is your subscription current expires?  What (other than Defender) anti-spyware applications are installed?  What third-party firewall (if applicable)?

    2 a Norton or McAfee application ALREADY installed on the computer?

    3. do you have a free trial Norton or a test of free McAfee [CHOOSE ONE ANSWER] come preinstalled on the computer when you bought it? (No matter if you have never used or activated).

    4. open Add/Remove Programs and make sure that Show updates at the top is checked (and leave it checked); then select the name in the box sort by on the right. Now do scroll down & tell me if ALL the other updates following up-to-date are listed?

    (a) KB2676562,262, KB2686509 & KB2695962KB2659;

    (b) KB2675157, KB2653956 & KB2621440;

    (c) KB2661637, KB2598479, KB2631813 & KB2585542;

    (d) KB2633171, KB2393802 and especially KB971029

    Most will appear as Windows XP security update , followed by the number in brackets.

    If IE8 is installed, two 2 will appear as a security for Windows Internet Explorer 8 update , followed by the number in brackets.

    5. is Firefox, Chrome or any other alternative browser installed?

    6. what version of Java is installed?  TEST HERE in USING IE (only!)-online http://java.com/en/download/installed.jsp

    7. are you familiar with "Registry cleaners" (e.g., Registry Mechanic;) System Mechanic; RegCure; RegClean Pro. Advanced SystemCare. Registry Booster; McAfee QuickClean. AVG PC TuneUp. Norton Registry Cleaner; PCTools optimizer; SpeedUpMyPC; Advanced System Optimizer. TuneUp Utilities; WinMaximizer; WinSweeper; CCleaner)?

    8 have you ever had the opportunity to do a repair install or clean install of Windows XP for some reason any?

    Note: KB2463332 is a update optional, not security. Feel free to hide it.

  • Oracle 11g Express Edition is available?

    Hi all

    Could you please tell me if Oracle 11g express Edition is available whether or not?

    Thanks and greetings

    There is no official communication about the 11G release date express edition.

    You will have to wait and watch the official Oracle site for this.

    Also check this:

    http://News.techworld.com/applications/3203909/Oracle-stalls-over-11g-express-release/

    http://PCWorld.about.com/od/businesscenter/Oracle-mum-on-11g-release-2-1.htm

    Concerning
    Rajesh

  • Oracle 10G EXPRESS EDITION for windows7

    Hi all
    can you guys please give me the link to download oracle 10g express edition for windows7
    I had already downloaded one for windows7, but when I go to install, I can't able to execute it, and that the file downloaded, said the PUBLISHER OF THIS PROGRAM could not BE VERIFIED.

    SO CAN U PLZ GIVE ME LINK AS SOON AS POSSIBLE.
    THANKS IN ADVACE.

    Hello

    Have you checked the installation manual?

    Windows 7 is not supported and you should go with a certified operating system.

    Thank you
    Hussein

Maybe you are looking for