Does 10gAS and 10g database comes together?

We are planning to upgrade our database to 10g and application server to 10gAS. So will to know whether 10g database and 10gAS Application server comes along in the same box or do we need to be buy it seperately?

It comes with 10.1.0.5 (10gR1) database, which you are only allowed to use for infrastructure usage. As soon as you put your own data in it, you will need a separate license.
So buying and installing/'coming with it' are totally different things.

Similar Messages

  • Can we locate oracle 9i and 10g databases in same PC

    hi all
    wish U happy new year...
    I have installed oracle 9i and 10g database ..but 10g database is not working it says TNS protocol adapter error or invalied username password...I stpeed the 9i services and listner in the 9i home...but 10g database is not working.9i and 10g databases are in two different partitions....
    I want to know is it possible to running 9i and 190g database in same PC...if it's possible pls can you give me a solution for my problem
    regards
    Buddhike

    when I was trying to up the database it is looking for another listener
    and massage coming listener is not running...Not clear. The database does not look for a listener, maybe you got that error when trying to connect ?
    Do you have a listener 10g service ? Did you start it ? If not, please try the following :
    C:\> set ORACLE_HOME=<Your 10g Home>
    C:\> set PATH=%ORACLE_HOME%\bin;%PATH%
    C:\> lsnrctl start
    wait up to a minute, then execute
    C:\> lsnrctl status
    and post the result.

  • Need to monitor 9i and 10g databases in OEM

    Need inputs as how to go about?
    I dont find OEM in the Oracle installation.

    To mointor 9i and 10g database you have to install 10g GC and agents on every host machine. For more information kindly check below links.
    http://download-east.oracle.com/docs/cd/B16240_01/doc/em.102/b40002/toc.htm
    http://download-east.oracle.com/docs/html/B12013_03/toc.htm

  • With the Photoshop and Lightroom bundle, does Bridge and Camera Raw come with it?

    With the Photoshop and Lightroom bundle, does Bridge and Camera Raw come with it?

    Hi,
    Yes, both Camera Raw and Bridge are included. Bridge will need a separate installation, however.
    regards,
    steve

  • Replicating data between oracle9i(source) and 10g database

    sucessfully replicated data between source and target in 10g
    Now I have to replicate the data between oracle9i(source) and 10g database(Target) please help me to solve this issue

    sucessfully replicated data between source and target in 10g What sort of Replication you talking about ? Is it Object level , Schema level or DB Level ?
    Now I have to replicate the data between oracle9i(source) and 10g database (Target) please help me to solve this issue
    http://www.freelists.org/archives/oracle-l/08-2005/msg01260.html
    Hare Krishna
    Alok

  • Replicating data between oracle9i(source) and 10g database(Target)

    sucessfully replicated data between source and target in 10g
    Now I have to replicate the data between oracle9i(source) and 10g database(Target)
    please help me to solve this issue

    sucessfully replicated data between source and target in 10g What sort of Replication you talking about ? Is it Object level , Schema level or DB Level ?
    Now I have to replicate the data between oracle9i(source) and 10g database (Target) please help me to solve this issue
    http://www.freelists.org/archives/oracle-l/08-2005/msg01260.html
    Hare Krishna
    Alok

  • Making a procedure to work against 8i, 9i and 10g databases

    Hello all,
    I made a procedure that gathers info from user. At some point I execute this part of code:
    CURSOR tabPrivs IS
    SELECT owner, table_name, privilege, grantable, hierarchy
    FROM dba_tab_privs
    WHERE grantee = uName;
    At first my procedure was only for 9i and 10g databases. I tried it once on 8i and get the logical error that the hierarchy column doesn't exist in the table dba_tab_privs.
    I want my procedure to work against all versions of databases so I tried to do an additional select if the database version was upper than 8, but it seems that it won't compute, as if before executing my procedure, the engine look to all the select I am trying to do and check if they are correct.
    I want to know if there's a work-around because I want to provide the most generic procedure possible.
    Thank you,

    You need to declare your cursor according to your DB version. Something like this might keep you going:
    DECLARE
       VERSION         VARCHAR2 (30);
       COMPATIBILITY   VARCHAR2 (30);
       uname           VARCHAR2 (30);
       TYPE cur IS REF CURSOR;
       p_sys           cur;
    BEGIN
       DBMS_UTILITY.db_version (VERSION, COMPATIBILITY);
       IF VERSION LIKE '10%' OR VERSION LIKE '9%'
       THEN
          OPEN p_sys FOR 'SELECT owner, table_name, PRIVILEGE, grantable, HIERARCHY
               FROM dba_tab_privs
              WHERE grantee = :uname' USING uname;
       ELSIF VERSION LIKE '8%'
       THEN
          OPEN p_sys FOR 'SELECT owner, table_name, PRIVILEGE, grantable
               FROM dba_tab_privs
              WHERE grantee = :uname' USING uname;
       END IF;
       do_your_fetch_and_work_here;
       CLOSE p_sys;
    END;

  • Oracle 10gAS and 11g Database

    hi,
    I am planning to upgrade our existing Oracle 8i & forms6i to oracle 11g database and 10g AS.
    I have only one server for both. 10gAS has a database along with the installation.
    But i need to use 11g DB. so my questions are
    1.how do we avoid installing 10g databse as a part of AS.
    2. Which one to install first. 11g database or 10gAS(i have only one server).
    3. 10g Developer suite will be in my local PC. is it right ?

    I guess it really depends on what you want to do :
    If you want to change as little as possible, I would advise the Forms and Reports Services Standalone, available from OTN. This version is certified with RDBMS 11gR1 but not with RDBMS 11gR2. Note that additional functionality such as Single Sign-On will not be available in this standalone version.
    Should you want the full blown functionality, I would advise to skip AS10g and go straight for FMW11gR2 (11.1.1.2). You will need an infrastructure but that can be done with Identity Management 10.1.4.3 with an 11gR2 (11.2.0.4) database. The FMW11g documentation will tell you how.
    BTW - the developer suite most likely need to be on your local PC. For FWM 11gR2, the builders are only supported on Linux 32 bits and Windows 32 bits platforms.
    Hope this helps,
    EJ

  • What exactly does 'Activate and Adjust Database" mean?

    In SE14, if I put a table or index name in I get the button options to creat/delete/and Activate and Adjust Database.  What does that last one mean?  If I have an existing index does it reorg it? Does it just rematch the SAP internals to the Oracle database?
    Thanks
    Vince

    Hi,
    For an Index in SE14-->Activate & Adjust database is nothing but rebuilding of Index. if you see any missing indexes in DB02 then you can rebuild those using this option.
    This is specially helpful when your Index size becomes larger than table(more than table size).  You can free some space by monitoring large size index whose size is greater than & rebuild then using SE14-->Activate & Adjust with database.
    In case of table this option is risky as it may result in data loss
    Hope this helps.
    Thanks,
    Sushil

  • Question on this combination -- Reports 6i, 9i AS and 10g Database

    Hi all,
    Currently we have an environment where we have application developed in Reports 6i, deployed on 9i AS and run against 9i database. We are supporting both web-based and client-server reports with this configuration.
    Now I would like to know if we migrate to 10g database, (still being on 9iAS and Reports 6i while applying relevant patches) can we still be able to support client-server reports ?
    My understanding so far is that unless we use Reports 9i or 10g for our development we are good for client-server reports.
    Please throw me some light if I'm wrong?
    Thanks,
    ML

    If you need client/server you cannot go further than 6i. With the latest Developer 6i patch this is certified for a 10g database, with some character set restrictions. See:
    connecting form 6i  to oracle database 10G express edition

  • BIBeans Tutorial and 10g Database

    Is BIBeans 9.0.4 compatible with 10g Database ? Has anyone successfully completed BIBeans tutorial(9.0.4) with 10g database ?
    thanks
    shankar

    The current production release of BI Beans is not compatible with 10g database. There will be a database patch out soon that will resolve this problem. Currently only 9i (9.2.0.4.l and 9.2.0.5) is supported
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • JDBC 1.0 and 10g Database

    Hi,
    we have an application which needs to use JDBC 1.0 drivers for some reason.
    This works with 8i and 9i (with the regarding drivers).
    Now I recognized, that for 10g there are only drivers for JDK > 1.2 available.
    Does this mean, that I can't access 10g with any JDBC 1.0 driver?
    If its possible, which one should we take?
    bye
    Thomas

    I checked, I'am sure of the problem:
    package test;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.Statement;
    public class Test {
         public static void main(String[] args) {
              try {
                   String className = "oracle.jdbc.driver.OracleDriver";
                   Class driverObject = Class.forName(className);
                   Connection con = DriverManager.getConnection("jdbc:oracle:thin:@<server>[:<1521>]:<database_name>", "user", "password");
                   Statement stmt = con.createStatement();
                   ResultSet rs = stmt.executeQuery(
                      "SELECT nummsg  FROM CWD01 where nummsg = '00000001' or nummsg = 'AAAA0001' order by nummsg");
                   while (rs.next()) {
                        String x = rs.getString("nummsg");
                        System.out.println("nummsg " + x);
              } catch (Exception e) {
                   System.out.println("Failed: Driver Error: " + e.getMessage());
    }The table CWD01 defines the column NUMMSG as VARCHAR2(8).
    The output gives:
    nummsg AAAA0001
    nummsg 00000001

  • Does E71 and MfE V3 work together?

    Hi guys,
    I hope to get the right answers from here.
    I am looking to install V3 to get the HTML support but I have been seeing some threads with people complaining about this as it seems like it does not work well or does work at all.
    When I go to download it and select my phone, I only get offered V2.9 as the latest version for this phone.
    Is this an indication that it does NOt work with this phone even though it's meant to be supported?
    I hope someone from here can clear this up for me and the rest who are curious to know.
    Thanks for your input guys.

    @omniben
    Need to bump this... also you able to help/advise how you created the selfSSL and installed it onto your handset...???
    Cheers
    Nassar
    IT Administrator

  • Does iMovie and iPhoto not come preloaded on the iMac

    I thought these apps were preloaded as part of the software when i bought the computer

    Contact iTunes Support (http://www.apple.com/support/itunes/contact/) and give them your Apple ID and the serial number of the computer and they should be able to get it taken care of.
    Interesting - I hope that works for the OP as the license for any app or OS obtained at the app store is not transferable and that includes previously/originally installed iLife apps. Once they've been accepted, the new/second owner needs to purchase them - did Apple change the terms (please post a link if you have one)?

  • Does dnsmasq and dnscrypt-proxy work together?

    My resolve.conf is like this:
    nameserver 127.0.0.1 # dnsmasq
    nameserver 127.0.0.2 # dnscrypt
    I have dnscrypt running on 127.0.0.2, but I don't know how to check if this is working. What I want to do is query dnsmasq, and if the website isn't in the cache, then to query dnscrypt. dnsmasq is clearly working, I've used dig to test it and the query time has gone done significantly. The only question is whether dnscrypt is actually doing anything. On a normal dnscrypt setup I would just go to opendns.org and check to see if it is running, but since dnscrypt would be sending it's entries to dnsmasq, I don't think that would work would it?

    hi scott,
    thanks for the reply.
    both ap´s can be run as a repeater, at least according to the manual.
    but on the ap541 are no settings necessary and on the wap4410 you have to configure the mac.
    i was actually wondering how it works if you dont configure anything on the ap541.
    i only now it from netgear, there you have to set both ap´s to repeater mode, is it different with cisco?
    florian

Maybe you are looking for

  • Ovi Maps 3.04 missing weather icon

    After installation of the 3.04 update, in my E52, I missed the Weather icon, even when I am online (with SIM card). Any help??? Solved! Go to Solution.

  • MacBook Pro Hard Disk won't stop filling up!

    I was watching a DVD on my MacBook when suddenly I was prompted with a message telling me I had only 200mb left on my startup disk. I found it odd, and continued watching, only to find that 5 minutes or so later I had only 12kb remaining! Currently i

  • Cannot restore

    how to restore my ipod 5g? i got a problem with my ipod 5g cann't restore ,  please help me fix it thank you

  • ITunes store item availability in Canada

    I realize this isn't really the right place to ask this, but there is no where else to go! I want to buy a movie that is available only on the US iTunes store - not listed as available in Canada. My question is - can I get around this somehow (and I

  • Quickbooks with Mountain Lion (and future OSX versions)

    I am not sure if this is the right place for this question, but here goes. Apple releases a new OS pretty yaerly it seems and previous versions of Quickbooks are deemed incompatible with the latest version of OSX. And it really isn't worth upgrading