Database 10g of the clone

Salvation;

I am working on linux 10.2.0.4 datavabae. I want to clone my database. I mean I have a data base and its SID is ORCL, and I want to have the same database (wihtout datafile, tablespace, user etc...)

I found it in net page of Tom:

http://www.Oracle-base.com/articles/10G/ServerConfiguration10g.php... I read something about cloning of databases using DBCA and then I found this:

http://download.Oracle.com/docs/CD/B19306_01/server.102/b14196/install003.htm#i1008647

I followed the steps and I guess I took a clone under folder templates. I have no problem... but the question is what do these models? I can't see this clone db as database in the database list in the dbca Wizard? In the footnote to document oracle seems nice, but it is not something I do cela files to create a new db after taking model... What is the procedure?

All boards can be very useful

Thank you very much

My senerio is, a linux server and 4 different database (not the scheme, 4 SID) different runs on this server. All versions of database will be 10.2.0.4, in the begginning all databases don't have a data file or a table (just table by default, tablespace, which comes from the base of default creatine with dbca). I can follow 2 ways

1. create each database and then level to 10.2.0.4, and I followed the same steps for the other 3 databases
2. as you mentioned I can spend database 10.2.0.1 to 10.2.0.4(if ses wihtout possible créer anydatabae) and then create a database and use RMAN or clone and create the other 3

Home upgradation is required before the database upgradation. So, if you upgrade a so-called home 10.2.0.1 to 10
.2.0.4, then you cannot create a database with the version 10.2.0.1 on this House. Better improve reception, upgrading a datbase and clone other 3 databases using the RMAN DUPLICATE command.

HTH,
Julien

Tags: Database

Similar Questions

  • duplicate database 10g using the backup of the previous incarnation

    Hello

    Database is 10.2.0.4.

    At the point where X, I did a full backup

    To the X + 10 poin I flashed of database back to time X + 5

    Database currently is runnig. So now we are at the point in time X + 100

    Now I need to duplicate the database to point in time X + 100 using the above mentioned full backup (full backup set in point in time X, then, before the return of flame)

    I could use the normal procedure:

    connect the target

    auxiliary connection

    to connect to the catalog

    allocate channels

    together until...

    data duplicated blabla

    Or do I have to do different steps?

    Thank you very much in advance, massi

    The FLASHBACK DATABASE would have required an ALTER DATABASE OPEN RESETLOGS open the database.  This command would have changed the incarnation of the database.  If all subsequent recovery logs and the database itself are another incarnation - a future incarnation until the return of flame.  The flashback prior backup controlfile is NOT aware of the subsequent incarnation!

    Hemant K Collette

  • Extraction of the details of database 10g

    Hello

    Is there a script that extracts all the relevant details an instance of database 10g? The instance has been created by someone else.

    All references to URLS for web scripts will help

    Thank you

    Can you send me a link to the note?

    You can find it on http://metalink.oracle.com

    Its a note of support.

  • Problem after 10g to the conversion of 11g with access ODBC application connection.

    We have recently updated one of our databases Oracle 10.2.0.4 on 11.2.0.4.0.  We used Data Pump export of database 10g and the new database 11g Data Pump import.  Everything went well.  We have several users who use an Access database with an ODBC connection to our Oracle database.  We installed 11g on their PC client and install the tnsnames file to point to the new database 11g.  We have a configuration read only account that everyone uses to connect to the Oracle11g database through the Access application.  We have a user who gets an error, even if this computer has been installed just like everyone elses.  She becomes an odbc error, that the account is locked.  I had the read-only account on our database 10g locked, so everyone would be forced to use the 11g database, because we could not completely stop the 10g database.  We have searched the c:\ drive and you can find 1 tnsnames file and it is directed to the new database 11g.  However when we unlock the account read-only on the 10g database, access works very well.  It is as if she is always directed to the 10g database, but we cannot find any link to it.  This user can also connect another pc that the ODBC connection to server 11g works with the access application and it does not work with them connected.  Any help would be appreciated!

    Our resolution is a slight reorganization of elements of Oracle in the Environment Variable Path in system settings Desktop/Properties/Advanced to ensure that the proper path containing the precise tnsnames.ora file was represented was just what he needed.

  • Is it possible to create a database of the Clone with the same name of source db?

    Is it possible to create a database of the Clone with the same name of source db with RMAN...


    DB version is 11.2.0.2

    &

    Is it possible to clone a 11.2.0.2 database at 11.2.0.3 home location directly on a new server. If it starts in upgrade mode, it's ok...

    Hello;

    Here's what I have:

    Frequently asked Questions about the restoration or duplication between different Versions and platforms [ID 369644.1]

    This thread:

    Re: Duplicate RMAN

    Never done it myself, but I think that his

    alter database open reselog upgrade;
    

    I can predict all the details of this are understood to do a test on a system I can trash.

    Best regards

    mseberg

  • ORA-01436 - connect loop in the user data - only in the database 10G...

    Hello

    I'm having a problem with a query. First of all I have to say that I choose this query on the internet and has adapted to my worries... so I understand very well the "connection of level" clause... that's why I need help to find out what is happening here...

    The query is all ok in a 8i database, but if I took exactly the same query on a 10G database I got the error "ORA-01436 - connect with loop in user data.

    This query returns one row for each day between 2 dates passed as parameters. The query takes 4 parameters: a date 'from', date 'for' and 2 other parameters indicating if we want that Saturdays and Sundays (end of week) in the result set.

    This is the query:

    Select days_between.days
    de)
    SELECT & date_from + ROWNUM-1 days
    DE)
    SELECT 1 nothing
    OF THE DOUBLE
    CONNECTION OF LEVEL < = (nvl(&date_to,&date_from) - & date_from + 1)
    )
    where & date_from + ROWNUM-1 < = nvl (date_to, & date_from)
    ) days_between
    where (nvl (& exclude_saturdays, 'Y') = ' or replace (to_char (days_between.days, 'DAY'),' ') not in ('SATURDAY', 'SATURDAY'))
    and (nvl (& exclude_sundays, 'Y') = ' or replace (to_char (days_between.days, 'DAY'),' ') not in ('SUNDAY', 'SUNDAY'))

    For the parameter 'date_from' enter 'to_date('2009-01-01','yyyy-mm-dd')' as a break for the 'date_to' 'to_date('2009-01-07','yyyy-mm-dd')' as a value parameter value. For the other 2 parameters, use 'Y' to exclude this day or "N" to keep this day here in the result set.

    So I said earlier, this query runs very well on a 8i database but not on a 10G a where I got the error "ORA01436 - connect with loop in user data.

    I have search the Internet but I don't know why it runs on a 8i and not on a 10G... Can someone help me please?

    Hello

    SELECT  ROWNUM  AS n
    FROM    dual
    CONNECT BY  LEVEL <= x;
    

    is a quick and easy way to generate a table of meters containing all integers from 1 to x. You are the query, it has been changed, not for a list of consecutive integers, but a list of consecutive dates.

    This technique only works in Oracle 9 (and more). You did a mistake when you said it works in Oracle 8 but not in Oracle 10? It is the opposite, when I try.

    Here is another way to generate a table of counters:

    SELECT  ROWNUM  AS n
    FROM    all_objects
    WHERE   ROWNUM  <= x;
    

    This method works in any version of Oracle, but it is slower than the method CONNECT BY and does not work for the great values on x. (this is probably good for x<= 5000,="" depending="" on="" your="">

    If you can do this:

    select days_between.days
    from     (
         SELECT     &date_from + ROWNUM - 1          as days
         FROM     all_objects
         WHERE     ROWNUM     <= (1 + NVL (&date_to, &date_from)) - &date_from
         ) days_between
    where     (     nvl(&exclude_saturdays,'Y') = 'N'
         or     replace(to_char(days_between.days,'DAY'),' ') not in ('SAMEDI','SATURDAY')
         )
    and     (     nvl(&exclude_sundays,'Y') = 'N'
         or     replace(to_char(days_between.days,'DAY'),' ') not in ('DIMANCHE','SUNDAY')
         )
    ;
    

    in any version of Oracle.

  • where to download the database 10g of Basic...

    Hello...

    I improve my database 8.1.7.4 to 10.2.0.3

    I'm going to 10.2.0.3 patch 5337014

    recourse to download database 10g of Basic...

    Concerns

    SBJ

    Hi, http://www.oracle.com/technology/software/products/database/index.html

  • Duplicate target database failed with the newspaper missing in the CCR

    Hi all

    I'm duplicating a database of node 2 CARS to the test environment.

    I took archivelog and pending full database backup in the database. dB Dimensions 950 g.

    I restored it to test the environment but get error during recovery

    operating system: aix 7.1

    version of DB: oracle 10g

    I ran the following command to launch two copies

    RMAN > run

    2 > {}

    3 > allocate auxiliary channel ch1 type disk;

    4 > allocate auxiliary channel ch2 type disk;

    5 > allocate auxiliary channel ch3 type disk;

    6 > allocate auxiliary channel ch4 type disk;

    7 > target database duplicate testing up to THAT TIME "2013-12 - 25:10:47:00';"

    {8 >}

    and get below error

    content of Script memory:

    {

    until ' 2013-12 - 25:10:47:00 ";

    recover

    clone database

    delete archivelog

    ;

    }

    execution of Script memory

    executing command: SET until clause

    From pick up to 2013-12 - 27:18:12:49

    starting media recovery

    Oracle error:

    ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error

    ORA-01194: file 1 needs a recovery more match

    ORA-01110: data file 1: '+ DATA/test/datafile/system.390.835293413 '.

    output channel: ch1

    output channel: ch2

    output channel: ch3

    output channel: ch4

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of Db in dual at 27/12/2013 18:14:10

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06053: unable to perform the recovery of the media because of the missing journal

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291696 lowscn 74780879027

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153927 lowscn 74780427224

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291691 lowscn 74763859437

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291690 lowscn 74763843501

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291689 lowscn 74762972560

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153920 lowscn 74761443419

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291688 lowscn 74758111689

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153919 lowscn 74758103358

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291687 lowscn 74758088445

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153918 lowscn 74758078214

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291686 lowscn 74758067675

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153917 lowscn 74758049415

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291685 lowscn 74758046873

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291684 lowscn 74758026214

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153916 lowscn 74757674479

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291683 lowscn 74757658342

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153915 lowscn 74757643881

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291682 lowscn 74757641006

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291681 lowscn 74757621180

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153914 lowscn 74757618464

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291680 lowscn 74757599470

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153913 lowscn 74757584128

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291679 lowscn 74757584121

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291678 lowscn 74757567231

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291677 lowscn 74757550865

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153912 lowscn 74757547289

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291676 lowscn 74757533624

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153911 lowscn 74757513739

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291675 lowscn 74757513659

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291674 lowscn 74757498265

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291673 lowscn 74757483667

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153910 lowscn 74757469005

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291672 lowscn 74757468526

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291671 lowscn 74757453293

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291670 lowscn 74757440237

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153909 lowscn 74757426220

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291669 lowscn 74757422172

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291668 lowscn 74757407202

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153908 lowscn 74757389651

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291667 lowscn 74757386560

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291666 lowscn 74757369955

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153907 lowscn 74757352175

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291665 lowscn 74757351898

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291664 lowscn 74757335274

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291663 lowscn 74757319172

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153906 lowscn 74757314019

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291662 lowscn 74756304245

    MAN-06102: no restaurant chain

    RMAN >

    RMAN >

    well let me know what command should I use to do the archivelog backup if it is not present in our existing backup, restore and recover up to what sequence and thread

    Can you restore your backup to tape archivelogs and apply them manually to the restoration of the database?

    list backup of archivelog from the logseq in the error message to check if they are available. And what type of device. You may find that they are available on the device of type TAPE (SBT) but you specified the device DISC type in the command duplicate.

    As long as you have the archivelogs need supported somewhere, you can restore it and apply then having the OPEN RESETLOGS command completed successfully

  • recover the database by using the RMAN backup archivelogs

    Hello

    I tried to find the resolution of this problem in google a lot but couldn't find something useful.

    Location:

    We try to clone the dev environment of production that are completely on different servers and do not share a common mount point.
    Backup RMAN of PROD with RMAN as well as arch newspapers are kept in this mount point.
    We took control of backup files of PROD restored in DEV fired restore with recovery until a when not.
    Turns out that the sequence was not saved in right backupsets there if recovery has not requested more arch newspapers that are present in the PROD.
    Archs are stored in ASM and only way out is to take of RMAN backup of them.
    We control the file as a repository for RMAN.

    my questions are

    1. surely, I need to take backup of the control file after I take the log arch by RMAN backup and restore this file command in the DEV of so that when I start RMAN recovery in DEV, database will be able to find the backupset with arch newspapers. But the new restore a control file will delete the data files restored information?

    2. If we did not have a point of common Assembly and then after sending the backup destination elements how the database would be the locations of the game copied to the new location of the control file that is restored from the backup source?

    Suppose that in the source backups are stored in/backup/rman
    in destination copy us in/backup/clone
    in the PROD control file, their locations are saved in/backup/rman
    so if I restore this command file in custom DEV it find the elements of backup in/backup/rman?
    is it possible to save a backup of outside item in the control of a database file?


    3 al ' ASM, is there another way to extract the PROD archive logs and apply them to a cloned instance? (sending of newspapers without DR)

    The help is very appreciated.

    Kind regards
    Marjorie Dutta

    1. .... But the new restore a control file will delete the data files restored information?

    N ° provided that you do not have renamed, moved or abandoned any of the data files that were already copied in DEV. (also, subject that you did not add da new Production data between two backups - otherwise the new controlfile file will wait as datafile also to be present at DEV).
    You will do an incomplete recovery until a certain SNA / sequence # if information subsequent archivelogs beyond your point of recovery in the controlfile are redundant. In addition, a RESETLOGS would be done when you OPEN the database.

    2... how to know the locations of the game copied to the new location of the control file that is restored from the backup source database?

    What is the order CATALOG. In 9i, CATALOGUE could only of catalog datafilecopy. In 10g and more, you can BackupPieces CATALOGUER. Thus, it would "update" the controlfile (which is the RMAN Repository) with information about the BackupPieces that are present in a replacement / new location.
    See http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta011.htm#sthref230

    3. ... ASM, is there another way to extract the PROD archive logs and apply them to a cloned instance?

    According to the version you are using, ASMCMD has a 'cp' command to copy the files from the DSO for the operating system. However, you cannot use ASM to apply directly the archivelogs. You always use the 'RECOVER' of RMAN or SQL command line command.

    Hemant K Collette
    http://hemantoracledba.blogspot.com

  • Oracle Database 10g error

    Please after that I have work in (Oracle Database 10g Express Edition)

    for three months, I have install and work in this (Oracle Database 10g Express Edition) without any proplem now does not

    When I run an exporter of the internet does not work

    can someone help me thanks45.png12.png

    Open the command window & question OS command sequence

    lsnrctl start

    lsnrctl status

    # Wait 60 seconds

    lsnrctl service

    COPY the results from above then PASTE all back here

  • Is it possible, that this listener grid can maintain database 10g clustered?

    Hey.

    According to the documentation http://docs.Oracle.com/CD/E11882_01/install.112/e47805/postinst.htm#CWSOL301 I installed 3 knots in 11 GR 2 CARS with 10.2.0.5 version of the database. But I couldn't connect to the database using scan. Local_listener parameter has been set to vip host name address, remote_listener parameter has been set to scan host name addreses. I used DNS instead of GNS. Is it possible, that this listener to scan of grid can maintain database 10g clustered? Pls advice.

    Kind regards.

    See footnote support "how to integrate a database of the RAC 10 g / 11 GR 1 material with 11 GR 2 clusterware (SCAN) [ID 1058646.1].

    WARNING: I have not tried.

    Hemant K Collette

  • Refresh the production database to test the database with RMAN

    Hi experts,

    I want to refresh the production database to test the database with RMAN. You can help me please how to do this.

    I saw a lot of blog on the internet but not got a satisfactory answer.

    Reg,

    Thomas verrma

    Thomas

    Follow these steps

    1. on the server target

    a. Add entry in oratab

    b. create init.ora for target db copy of source

    c. If you use catalog

    connect to the RMAN catalog, you can use the double option to clone run below

    one.

    RMAN > Connect target sys /@trgt

    RMAN > Connect Catalog rman /@catalog

    b. check that the backup connects to the source and to collect information on the elements of backup that contains the backup controlfile

    c. restore the controlfile

    RMAN > set DBID = xxxxxxxx (DBID of the source db)

    RMAN > run

    {

    allocate channels ch1 type parms 'SBT_TAPE' = 'ENV = (NB_ORA_CLIENT =, NB_ORA_SERV =)';

    Restore controlfile from "/ c-DBID-xxxxxxxx-00';

    }

    Once the controlfile is restored, you can mount the db

    change the editing of the database;

    run

    {

    until ' TO_DATE (2014-SEPT-10 10:00 ', MY - DD - YYYY HH24 ') ";

    allocate channels ch1 type parms 'SBT_TAPE' = 'ENV = (NB_ORA_CLIENT =, NB_ORA_SERV =)';

    restore the database;

    recover the database;

    }

    ALTER database open resetlogs;

    stop immediately;

    bootable media;

    nest target = / = dbname

    change the system db_name set = scope = spfile;

    stop immediately;

    Startup mount

    ALTER database open resetlogs;

  • Issue of upgrade of database (10g and 11g)

    Hello

    I currently have 2 versions of oracle installed on my server 10g and 11g

    (1) oracle Database 10 g Enterprise Edition Release 10.2.0.5.0

    With oracle-/oracle/app/oracle/product/10.2.0/db_1 House

    &

    (2) oracle Database 11 g Enterprise Edition Release 11.2.0.3.0

    With oracle home-/u01/app/oracle/product/11.2.0/dbhome_1

    Is it possible level Oracle database 10g Enterprise Edition Release 10.2.0.5.0 to Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 using the oracle same House for 11 g IE (/ u01/app/oracle/product/11.2.0/dbhome_1) the process of DBUA

    Would appreciate any help on this matter.

    Yes - pl see the Upgrade Guide - http://docs.oracle.com/cd/E11882_01/server.112/e23633/toc.htm

    You can skip the part of the doc where it plans to install 11 GR 2, since you already have installed binary files.

  • Download Oracle database 10g

    I wanted to download Oracle database 10g to Oracle http://www.oracle.com site but I couldn't find the link for him. Can you please guide where would be the link to the Oracle site to download Oracle 10 g DB or other places for the same?

    Hopefully, my question is clear.


    Please get back with the answer to my query.


    Concerning

    975148 wrote:

    Thanks for your reply, but there are 2 zip files as seen in the Oracle database software download link | Oracle Technology Network | Oracle

    When each file is unzipped, there is a directory of databases each. I agree that there is only 1 setup.exe. So the directory structure might be like below to extract zip files:

    (1) the parent directory say as a record Oracle12c at level 0, I mean as the root.

    (2) the parent directory would have 2 directories named winx64_12c_database_1of2 & winx64_12c_database_2of2, created by the decompression of each zip file respectively.

    I hope that my request is clear.

    Asking for a response on that.

    Concerning

    LOn

    Unfortunately, new Windows raises its ugly head and bites those who cannot see past the pretty buttons they click.

    Go back and re-read what sanae posted on "extract to".

    When you click a "compressed folder" (zip file) and select "Extract", windows DEFAULT behavior is to extract in a (uncompressed) file the same name as the zip file.  You need to work around this behavior and provide a folder name yourself.  I suggest that simply call you "winx64_12c_database".  Provide this same name of folder when decompressing files 1of2 ("to pull") both 2of2.  Then you will have a unique folder named "winx64 - 12 c" and slot than a single subfolder named "database".

    When you "check out" the second file and specify the directory target existing now, windows are going to be asked if you are sure.  Say Yes.

  • JDeveloper ADF 12 c with oracle database 10g

    Hi all

    We have purchase a license for oracle application server 10g and 10g R2 database.

    my request is that we could use the Jdeveloper 12 c with ADF against the above specifications?

    If Yes, how much would it cost?

    our Organization cannot afford the latest versions of oracle. (this is why we are stuck at the 10g database).

    I want to develop an application for our organization using jdeveloper ADF.

    Kindly guide me.

    This is not a sales forum. As I have already said, you should contact an Oracle sales person who can answer your question. There are ways of possible migration which will save you money (for the purchase of new licenses).

    I'm not saying you must upgrade to 12 c. You can develop applications using the old technology using jdev 10 g with OAS 10 g and Oracle DB 10 g.

    If you want to use a newer technology (jsf2.0...), you need to update because these are not available in 10g. The issue if you need to update to 11g or 12 c (jdev), you must answer yourself and can ask the seller too. 12 c is the latest technology and the question is whether you need later. 11g if jdev version that is used internally by Oracle and is on the marked a period of time.

    Timo

Maybe you are looking for

  • How can I cancle a purchase in itunes

    a charge was made using my account, I do not wish to buy the subscription how candle

  • Application of Stan

    Hello I bought the r7800 around Christmas. I signed for Stan two months ago and still can not stream movies. My previous router was able to stream Netflix. I can't access also to Stan. Samsung TV - they have reset, update firmware, accessible from th

  • Removal of Symantec Endpoint Protection of computer

    I tried to take the Symantec Endpoint out of my computer because when I go to open a program file the Symantec starts processing and crashes my computer.  I tried simply remove it and disconnected from the hardware store and it wont let me delete it.

  • Problem with password protected content Migration

    I just did a migration (11 hours after a lot of questions and problems - "transfer" is BS) I had to finally buy an external hard drive so that it can work because it failed several times with a network and a connection cable - regardless, I did it an

  • Very low Volume in Vista microphone

    Hi people, In fact, I have 2 questions using my microphone in Yahoo Messenger in Vista that I didn't have when I used XP. (1) I used to use yahoo messenger to talk to the family on my XP operating system. But now, in my new PC with Vista, the microph