10g: Clone database with DBCA silent option

Hello community,
I have tried now for several times to make a clone of my existing database with DBCA and "-silent" option. I could improve my progress in cloning but now I always stick in the following error:
But first, what I have done so far:
1. Created a clone template of my Database with command:
dbca -silent -createCloneTemplate -sourceSID DBORIGIN -templateName myTest.dbc -datafileJarLocation /tmp/oratest
2. Create the clone-database by using the template from (1.) with command:
dbca -silent -createDatabase -templateName myTest.dbc -cloneTemplate -gdbname DBCLONE -sid DBCLONE -datafileJarLocation /tmp/oratest -datafileDestination /oradata -responseFile NO_VALUE -characterset AL32UTF8
Then the progress of execution is shown, it ends with a link to a log file. In this log file I can see the following contents:
==============================
Copying database files
DBCA_PROGRESS : 1%
DBCA_PROGRESS : 3%
DBCA_PROGRESS : 11%
DBCA_PROGRESS : 18%
DBCA_PROGRESS : 26%
DBCA_PROGRESS : 33%
DBCA_PROGRESS : 37%
Creating and starting Oracle instance
ORA-01503: CREATE CONTROLFILE failed
ORA-00200: control file could not be created
ORA-00202: control file: '/oradata/DBCLONE/<OMF_CONTROL_0>'
ORA-27040: file create error, unable to create file
DBCA_PROGRESS : 38%
ORA-00210: cannot open the specified control file
ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4168
ORA-06512: at line 1
ORA-01507: database not mounted
DBCA_PROGRESS : 40%
DBCA_PROGRESS : 41%
ORA-01503: CREATE CONTROLFILE failed
ORA-00200: control file could not be created
ORA-00202: control file: '/oradata/DBCLONE/<OMF_CONTROL_0>'
ORA-27040: file create error, unable to create file
ORA-01507: database not mounted
DBCA_PROGRESS : 46%
DBCA_PROGRESS : 47%
ORA-01219: database not open: queries allowed on fixed tables/views only
ORA-01507: database not mounted
DBCA_PROGRESS : 52%
ORA-01219: database not open: queries allowed on fixed tables/views only
ORA-01507: database not mounted
DBCA_PROGRESS : 53%
DBCA_PROGRESS : 58%
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_DATAPUMP_UTL.REPLACE_DEFAULT_DIR' must be declared
and so on
=====================================================
I have no idea where the "<OMF_CONTROL_0>" comes from. It is nowhere included in my myTest.dbc-file. In my eyes, it looks like that DBCA tries to create the file exactly with this filename - and this fails on Solaris, sure...
Here is, what I have in my template file "myTest.dbc" regarding the control files:
=======================
<ControlfileAttributes id="Controlfile">
<maxDatafiles>100</maxDatafiles>
<maxLogfiles>16</maxLogfiles>
<maxLogMembers>3</maxLogMembers>
<maxLogHistory>1</maxLogHistory>
<maxInstances>8</maxInstances>
<image name="o1_mf_2k1zmdmp_.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
<image name="o1_mf_2k1zmdvo_.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
</ControlfileAttributes>
====================================
To be honest, it is the first time that i try to use the DBCA with all these "special" options, especially the silent mode.
Does anyone have an idea what is going wrong in my case described here? What do I or could I change to come to a success clone?
Maybe, you can tell me where I can find some kind of "how to" for creating a clone using the silent-option.
Thanks a lot in advance for helping a newbie! ;-)
Regards
FireFighter

Hello,
finally I was successful in installing the clone of my DB. :-)
You remember that I had problems with the control files and these looked very strange:
control_files=("/oradata/DBCLONE/<OMF_CONTROL_0>","/oradata/DBCLONE/<OMF_CONTROL_1>")
The hint to check the permission in "/oradata" was a good one. The permissions were right all the time, but Oracle's DBCA was not able to create the sub-directory "DBCLONE". When I created it manually before installing the clone, the installation worked fine!
I'm still wondering about this because all other subdirectories were created automatically during running "dbca" (e.g. all subdirectories "DBCLONE" needed below the $ORACLE_BASE/admin/-directory like adump,bdump and so on...).
And i'm wondering about the names of the control files:
I expected that these strange OMF-names would be replaced by a "normal" file name. But "dbca" was able to create the files exactly with the names "<OMF_CONTROL_0>" and "<OMF_CONTROL_0>"...
As I had understood so far from OMF-concept, isn't the idea that Oracle takes care of file-naming instead of myself? I mean it can't be that I have to enter the template for DBCA and manually enter the control files names...
I'm still close to the thought that it be a bug that isn't documented until now. Maybe, when I have some time left I will open a service request at metalink.
If you are interested in this I will keep you informed on this topic. The other way round I stay interested in your opions and hints for using "dbca" to make and install a DB-clone.
Thanks again for you effort to help me as a rookie in Oracle. :-)
Regards
FireFighter

Similar Messages

  • RAC: ocfs-option disabled when trying to create database with dbca.

    Hi everybody,
    I have a really weird problem running dbca in my 2-node RAC installation on Red Hat ES.
    The software version of both oracle clusterware and rdbms is 10.2.0.2.0, meaning the latest patchset has been applied.
    I have installed and configured ocfs, and 4 different ocfs-partition are neatly presented to the operating system. I can save files and browse the ocfs file system, everything seems to be working fine.
    Also, srvctl status nodeapps -n <nodename> shows that oracle clusterware is running nicely, all the components are up including the listener, which I used netca to configure.
    However, when trying to create a cluster database using dbca, the option to use ocfs is not enabled, e.g it is "grayed out" in the Oracle Universal installer. So is raw devices option. The only option left is the ASM, which is selectable in the OUI.
    In addition, I can indeed run scripts manually and create a single-instance database and use the ocfs-partitions for the datafiles, redo logs and archivelogs. No problems at all!
    Do any of you guys have the slightest clue what can be causing this behaviour? Of course I have raised an issue with Oracle Support, but while waiting for an update, it doesn't hurt trying the forum.
    I appreciate all suggestions, thanks for taking the time to read my posting.
    Best Regards,
    Vegard

    You were right.
    http://download-uk.oracle.com/docs/html/B14203_05/intro.htm#sthref44
    under the section
    "1.3 Configuration Tasks for Oracle Clusterware and Oracle Real Application Clusters"
    "... If you use RAC on Oracle Database 10g Standard Edition, then you must use ASM."
    Thanks, problem solved.
    - Vegard

  • ORA-27103, can not create a database with dbca 10gR2 in SL3

    Hello,
    I'm just trying to install Oracle Database 10g Release 2 (10.2.0.1.0) , Enterprise/Standard Edition for Linux x86 in Scientific Linux CERN Release 3.0.8 (SL) following the instructions
    http://www.oracle.com/technology/obe/obe10gdb/install/linuxpreinst/linuxpreinst.htm
    The installations goes right, but when I try to create a new database with dbca assistant I got the following errors while copying database files
    ORA-27103: internal error
    using the scripts:
    startup nomount pfile="/u01/app/oracle/admin/samdb/scripts/init.ora";
    ORA-27103: internal error
    Linux Error: 13: Permission denied
    Additional information: 101
    Additional information: 134920812
    I've checked the permissions but they seem ok, so I wonder if anyone could figure out what I'm doing wrong.
    Thanks in advance

    the error is dropped when there is an issue with the (db) block size, needs to be a multiple of the system page size, or when there is an issue with the heap allocation,
    so please check init.ora/spfile parameters
    maybe an strace -frt -s 512 gives a hint
    guido

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

    Is it possible to create a Clone database with the same name of source db using RMAN ...
    DB version is 11.2.0.2
    Is it possible to clone a 11.2.0.2 database to 11.2.0.3 home location directly on a new server . If it starts in a upgrade mode , it is ok ....

    user11919409 wrote:
    Is it possible to create a Clone database with the same name of source db using RMAN ...
    yes
    >
    DB version is 11.2.0.2
    Is it possible to clone a 11.2.0.2 database to 11.2.0.3 home location directly on a new server . If it starts in a upgrade mode , it is ok ....yes
    Handle:     user11919409
    Status Level:     Newbie (10)
    Registered:     Dec 7, 2009
    Total Posts:     102
    Total Questions:     28 (22 unresolved)
    why do you waste time here when you rarely get any answers to your questions?

  • Clone database with no archive log mode and downtime with new file structure

    We need to clone database with following business requirements :
    No downtime at all can be afford
    databases are in no archive log mode
    data-file locations need to be change to new mount points while cloning for space management factor
    Please suggest the best possible methods for same ?

    Can you post your version of oracle in 4 digits and OS for better understandig
    I dont think you can move the No Archive database to a new location without shutting down.
    You just want to move them to the new mount points is it?
    1. How big are your datafiles are?
    2.How do you backup this DB?
    When you move the datafilles then it becomes inconsistent and you need redo logs and probably archive logs to be there to make the file consistent or else it would be prompting for recovery. The chances are your redolog will be overwritten and hence you wont be able to recover.
    You need downtime.

  • Simplify recovery after opening the database with the RESETLOGS option

    Hi All,
    I just have doubt ,regarding the topic which is given in Oracle 11g Exam Syllabus for upgrading from 9i to 11g OCP.The opic is
    *"Simplify recovery after opening the database with the RESETLOGS option"* in this topic what one need to study.
    As i am little bit confuse related to "Recovery through RESETLOGS and reset of the incarnation of the database".
    Kindly correct me if i am wrong
    Thanks in advance

    vk82 wrote:
    Hi All,
    I just have doubt ,regarding the topic which is given in Oracle 11g Exam Syllabus for upgrading from 9i to 11g OCP.The opic is
    *"Simplify recovery after opening the database with the RESETLOGS option"* in this topic what one need to study.
    As i am little bit confuse related to "Recovery through RESETLOGS and reset of the incarnation of the database".
    Kindly correct me if i am wrong
    Thanks in advanceyou are correct so you can mark this thread as answered
    Handle:     vk82
    Status Level:     Newbie (35)
    Registered:     Nov 21, 2010
    Total Posts:     733
    Total Questions:     180 (115 unresolved)

  • Error with dbca -silent ASM storage type

    dbca -silent -createDatabase -templateName General_Purpose.dbc \
    -gdbName $LOWER_SID -sid $LOWER_SID \
    -sysPassword P1casso -systemPassword P1casso \
    -sysmanPassword P1casso -dbsnmpPassword P1casso -asmsnmpPassword P1casso \
    -emConfiguration LOCAL \
    -storageType ASM -diskGroupName DATA_DM01 \
    -totalMemory 1024 -automaticMemoryManagement true \
    -nodeinfo dm01db01,dm01db02 -characterset AL32UTF8 -nationalCharacterSet AL16UTF16 \
    -obfuscatedPasswords false -sampleSchema true \
    -oratabLocation /etc/oratab
    I get the following error
    Creating and starting Oracle instance
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file '+DATA_DM01/test2/system01.dbf'
    ORA-17503: ksfdopn:2 Failed to open file +DATA_DM01/test2/system01.dbf
    ORA-15001: diskgroup "DATA_DM01" does not exist or is not mounted
    ORA-15204: database version 11.2.0.0.0 is incompatible with diskgroup DATA_DM01
    Please can I know what the problem or what parameter setting are missed

    user5846399 wrote:
    dbca -silent -createDatabase -templateName General_Purpose.dbc \
    -gdbName $LOWER_SID -sid $LOWER_SID \
    -sysPassword P1casso -systemPassword P1casso \
    -sysmanPassword P1casso -dbsnmpPassword P1casso -asmsnmpPassword P1casso \
    -emConfiguration LOCAL \
    -storageType ASM -diskGroupName DATA_DM01 \
    -totalMemory 1024 -automaticMemoryManagement true \
    -nodeinfo dm01db01,dm01db02 -characterset AL32UTF8 -nationalCharacterSet AL16UTF16 \
    -obfuscatedPasswords false -sampleSchema true \
    -oratabLocation /etc/oratab
    I get the following error
    Creating and starting Oracle instance
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file '+DATA_DM01/test2/system01.dbf'
    ORA-17503: ksfdopn:2 Failed to open file +DATA_DM01/test2/system01.dbf
    ORA-15001: diskgroup "DATA_DM01" does not exist or is not mounted
    ORA-15204: database version 11.2.0.0.0 is incompatible with diskgroup DATA_DM01
    Please can I know what the problem or what parameter setting are missedwhat about ur asm instance. Is it started??
    $ export ORACLE_SID=+ASM1
    $ sqlplus / as sysdba
    SQL> select group_number, name, value from v$asm_attribute;
    SQL> select name, COMPATIBILITY, DATABASE_COMPATIBILITY from v$asm_diskgroup;
    if your compatible on diskgroups be "10.1" or "10.2", you can change to 11.2
    SQL> alter diskgroup DATA set attribute 'compatible.asm'='11.2';
    Hope this may help you
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Creating databases with dbca templates after upgrades and patches

    I have a 10.2.0.1 base release Oracle Home. Over time it has been upgraded to 10.2.0.3 and quarterly security patches have been applied. Now I want to create a new database using a dbca (database configuration assistant) template.
    During the 10.2.0.3 install did the templates also upgraded to include all the 10.2.0.3 stuff? Or are they still back at 10.2.0.1?
    What about the quarterly CPU patches? Do they need to be applied to the new db after it is created?
    Thanks,
    Rob

    I opened a Service Request. Here is the official answer from Oracle support.
    QUESTION
    =========
    After applying the latest CPU(JAN2008CPU) I have created a new database using DBCA's seed template (General). Do I need to run the catcpu
    .sql on the newly created database? Are the seed templates already updated with
    the CPU?
    ANSWER
    =======
    No, as these templates are not containing the Oracle binaries that is updated by the CPU.
    Please let me know if you need further assistance regarding this issue and I will be glad to assist you further.
    Otherwise please close this SR from MetaLink.
    Thanks!
    Greetings from Oracle,
    Oracle Support Services

  • For .exe's and .msis with no silent option install

    When packaging and installing executables and msi's with no silent install option, is the only recourse to enable interactive installation, or is there any other way to have it install, perhaps with defaults (next, next, finish etc.).
    Thank you

    One additional comment here, all MSIs have a silent install option because that's a function of the Windows Installer. It's possible for bad MSIs to circumvent this by either using a custom action that displays some UI or calls something that in-turn displays
    UI.
    As for exe's, if Installshield was used to build the exe, then you can create an .iss answer file as John pointed out.
    I rarely see anything that can't be directly made silent. They do unfortunately exist though and your #1 option should be to contact the vendor and tell them their stupid, seriously (how will they ever know to fix it if someone doesn't tell them and relay
    to them how problematic it is). Next you can try using AutoIT or you may have to repackage using AdminStudio or one of the other repackagers on the market.
    Jason | http://blog.configmgrftw.com

  • Clone database with backup sets from another server

    Hi, I want to clone a database in Host A with a backup set stored in Host B.
    My script in Host A (where i want the cloned DB to be created) is as follows:
    ORACLE_SID=test8; export ORACLE_SID
    rman target sys/XXX@OriginalDB_in_HostB catalog prodifs/prodifs@CatalogDB_in_HostB
    connect auxiliary / ;
    configure channel device type disk clear;
    configure default device type to disk;
    configure device type disk parallelism 3;
    run{
    set until scn 317776086;
    set newname for datafile 1 to '/o2/oradata/test8/system01.dbf';
    set newname for datafile 2 to '/o2/oradata/test8/undotbs01.dbf';
    duplicate target database to test8
    logfile
    group 1 ('/o1/oradata/test8/redo0101.rdo','/o2/oradata/test8/redo0102.rdo') size 104858112,
    group 2....;
    How do I specify in this script that backup files to be restored are not saved in current Host (A) but in Host B? Is it something that i should edit in the "configure channel" sentence ?
    A workaround for this is to copy all backup files from HostB to the same location in HostA but I would prefer to do it in a more elegant way. Thanks and regards,
    Leandro

    Hi,
    You have to set DB_FILE_NAME_CONVERT or LOG_FILE_NAME_CONVERT parameters.
    Duplicating a Database on a Remote Host with the Same Directory Structure
    http://download-uk.oracle.com/docs/cd/B14117_01/server.101/b10734/rcmdupdb.htm#1006630
    go through below link
    http://dbataj.blogspot.com/2006/12/duplicating-database-with-recovery.html
    hope this helps
    regards
    Taj

  • Problems when I try create a database with DBCA

    Hello,
    I have created a clonic template with the DBCA of one of my Databases.
    When I try create Database with the template the DBCA does not do anything.
    No error messages.
    My Oracle is 9i 9.2.0.6.
    Somebody can help me?

    Can you check the alert log/ trace file if you can see any error message there ??

  • ORA-04030 On ORACLE 10g RAC database with two nodes as active

    OS-HP-AIX 5L(5.3)----IBM
    DATABASE-10.2.0.2(10G)
    I am getting error "ORA-04030" while executing a query
    I have already set the ulimits for oracle account to UNLIMITED
    1)STACK----UNLIMITED(BOTH SOFT/HARD LIMITs)
    2)DATA----UNLIMITED(BOTH SOFT/HARD LIMITs)
    3)MEMORY----UNLIMITED(BOTH SOFT/HARD LIMITs)
    4)TIME----UNLIMITED(BOTH SOFT/HARD LIMITs)
    step 1:-When I skip the listener then query executes very fine.But when
    i go through the listener the "ORA-04030" errors come.
    step 2:-Then when i stop and start listener on both the nodes the all
    the query works fine.
    This thing happens every time the system reboots
    Can anyone tell me the solution for this
    and why this thing happens

    Thanks for ur immediate response
    ORA-04030: out of process memory when trying to allocate 127000 bytes (QERHJ
    hash-joi,kllcqas:kllsltba)
    ORA-04030: out of process memory when trying to allocate 66184 bytes (pga
    heap,kco buffer)
    ORA-04030: out of process memory when trying to allocate 127000 bytes (QERHJ
    hash-joi,kllcqas:kllsltba)
    sql qurry
    SELECT
    WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID PTY_ID,
    PTY_TYP_CDE, PTY_ROL_TYP_CDE, SOC_CDE2 SOC_CDE,
    DECODE(SOC_CDE2,'10','Y',NULL,'N',
    NVL(( SELECT NVL(AFL_IND, 'N') FROM pty y WHERE y. IPI_BAS_NR = SOC_CDE2 AND NVL(DEL_FL,'N') = 'N'
    AND ROWNUM < 2 ),'N')) AFL_IND,
    pDate,
    ENTMT_ID, ROL_TYP_CDE, IP_STA_IND_CDE, UNID_ID_FST_NA,
    UNID_IP_NA, IP_PAY_STA, REASON, SHR_OWN_PTY_NA_ID,
    PGM_STT_DT, PAY DIRIND,
    ACTV_OWN_SHR, ACTV_COPY_SHR, CLM_OWN_SHR, CLM_COPY_SHR,
    FNC_PTY_RESIGNED_ON_DIS_DT ( PTY_ID,
    TO_DATE( DECODE(PTY_TYP_CDE,'WRTMB',
    '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-10'),'YYYY-MM-DD')) TF
    FROM
    SELECT WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID PTY_ID,
    PTY_TYP_CDE, PTY_ROL_TYP_CDE, NVL(SOC_CDE2,'0') SOC_CDE2,
    DECODE(PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-10') pDATE,
    ENTMT_ID, ROL_TYP_CDE, IP_STA_IND_CDE, UNID_ID_FST_NA,
    UNID_IP_NA, IP_PAY_STA, REASON, SHR_OWN_PTY_NA_ID,
    PGM_STT_DT, PAY_DIR_IND,
    SUM(NVL(ACTV_OWN_SHR,0)) ACTV_OWN_SHR,
    SUM(NVL(ACTV_COPY_SHR,0)) ACTV_COPY_SHR,
    NVL( SUM(NVL(CLM_OWN_SHR,0)),0) CLM_OWN_SHR,
    NVL(SUM(NVL(CLM_COPY_SHR,0)),0) CLM_COPY_SHR
    FROM
    SELECT B.WRK_PERF_ID, B.WRK_ID, B.PTY_NA_ID,
    D.PTY_ID , D.PTY_TYP_CDE, D.PTY_ROL_TYP_CDE,
    CASE
    WHEN D.PTY_ROL_TYP_CDE ='W' OR D.PTY_ROL_TYP_CDE ='P'
    THEN
    SELECT MIN(soc_cde)
    FROM MBRSH_AGR_TER A
    WHERE A.pty_id = D.PTY_ID
    AND A.STT_DT <= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-
    05-10' , '2004-03-10' ),'YYYY-MM-DD')
    AND ( A.END_DT >= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-1
    0' ),'YYYY-MM-DD') OR A.END_DT IS NULL)
    AND A.INCL_EXCL_IND = 'I'
    AND ( A.TIS_CDE = 840 OR
    EXISTS (
    SELECT 1
    FROM CPST_TERR C
    WHERE C.CHILD_TIS_CDE = 840
    AND C.PARENT_TIS_CDE = A.TIS_CDE
    AND NVL(C.DEL_FL, 'N') = 'N'
    AND NVL(A.DEL_FL,'N') = 'N'
    AND soc_cde NOT IN
    SELECT soc_cde
    FROM MBRSH_AGR_TER B
    WHERE B.pty_id = D.PTY_ID
    -- b.soc_cde = a.soc_cde
    AND B.STT_DT <= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-0
    5-10' , '2004-03-10' ),'YYYY-MM-DD')
    AND (B.END_DT >= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-10'
    ),'YYYY-MM-DD') OR B.END_DT IS NULL)
    AND B.INCL_EXCL_IND = 'E'
    AND NVL(B.DEL_FL,'N') = 'N'
    AND ( B.TIS_CDE = 840 OR
    EXISTS ( SELECT 1
    FROM CPST_TERR D2
    WHERE D2.CHILD_TIS_CDE = 840
    AND D2.PARENT_TIS_CDE = B.TIS_CDE
    AND NVL(D2.DEL_FL, 'N') = 'N'
    )-- NOT IN
    ) --w,p end
    WHEN D.PTY_TYP_CDE='SOC' THEN D.IPI_BAS_NR
    END
    ) SOC_CDE2,
    B.ENTMT_ID, B.ROL_TYP_CDE,
    B.IP_STA_IND_CDE, B.UNID_ID_FST_NA, B.UNID_IP_NA, B.IP_PAY_STA, B.REASON, B.SHR_OWN_PTY_NA_ID,
    A.PGM_STT_DT, D.PAY_DIR_IND,
    ACTV_OWN_SHR, ACTV_COPY_SHR, CLM_OWN_SHR, CLM_COPY_SHR
    FROM STG_ACIP_DIST_MODE1 B, STAGING_USAGE_SELECTION_MODE1 A, PTY_NA C, PTY D
    WHERE B.WRK_PERF_ID = A.WRK_PERF_ID
    AND B.PTY_NA_ID = C.PTY_NA_ID
    AND C.PTY_ID = D.PTY_ID
    AND A.CALC_RUN_CTL_ID = 279
    AND A.DIS_ID = 241
    GROUP BY WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID, PTY_TYP_CDE, PTY_ROL_TYP_CDE,
    SOC_CDE2, ENTMT_ID, ROL_TYP_CDE, IP_STA_IND_CDE, UNID_ID_FST_NA,
    UNID_IP_NA, IP_PAY_STA, REASON, SHR_OWN_PTY_NA_ID,
    PGM_STT_DT, PAY_DIR_IND
    order by WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID
    It is just a simple query with group by which i ran by sqlplus but it is geting more then million records.

  • Does 10g XE database support OLAP?

    I know ... database question. But haven't tried the Discoverer OLAP option yet and I believe the OLAP option is something you have to license in the database first.
    Just wondering if anyone knows - or has setup - the freebie Oracle 10g XE database with the OLAP option so can 'play' with OLAP in Disco ... or am I just dreamin' for more free stuff I can get my hands on ...
    Russ

    Basically you would need an Oracle database and the standalone version of Discoverer, which is available with Oracle Business Intelligence. In my experience, if you do not run too many other applications then a machine with 1GB RAM should suffice for your personal use. To better use memory you should not start the Oracle Database Console nor the Oracle BI AS Control services unless you need them, and even then shut them down after you done with them. That should ensure that you do not end up swapping to disk too often. If you use Discoverer along with an Oracle AS infrastructure then at least 1.5 GB RAM would be recommended.
    thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI - http://www.oracle.com/bi
    BI - http://www.oracle.com/technology/bi
    Blog - http://blogs.oracle.com/
    BI Blog - http://oraclebi.blogspot.com/

  • 9iR2 database generating error with DBCA

    I am using WinXP Proffessional Edition and setting up Oracle 9iR2 Database Server Enterprise Edition with Software Only option(my previous trials always fail generating new database) When ever I am trying to generate a database with DBCA(Database Configuration Assistant), again it fails when "Creating and Starting Oracle instance", giving "CreateProcess: null -new -sid MYDB1 -startmode m error=2" and the error follows it "ora-12560: tns: protocol adapter error" and all operation fails...
    listener.ora content:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT =
    1521)))
    (ADDRESS_LIST =(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0)))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    sqlnet.ora content:
    NAMES.PREFERRED_SERVERS =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    Oracle services running during database creation
    -OracleMTSRecoveryService
    -OracleOraHome92Agent
    -OracleOraHome92HTTPServer
    -OracleOraHome92TNSListener
    Hey people, what would the solution be, how would I generate database without getting headache?

    Try this - create the new database with the name/SID of orcl and give it a try...

  • Can't create 11gR1 Database with 11gR2 CRS/ASM non RAC, dbca ASM password

    Hi,
    try to create a 11gR1 SE Database on a single server with 11gR2 ASM up and running.
    when dbca ask where to store the datafiles and i choose ASM, i have to give the asm sys password which i know (can connect with sql+).
    dbca replies wrong password and i can NOT go further.
    is it possible to use 11gR2 ASM with 11gR1 database and create a database with dbca?
    any hint for this situation?
    thanks
    Michael
    Edited by: user12132314 on 18.07.2010 22:24

    Hello,
    i tried again - still don't work
    it is dbca step 6 from 16, storage option (or something simiular - dbca lang here is german)
    the dialog looks like this
    ASM-ID-Data (Titel)
    enter ASM specific SYS password (prompt)
    entering the correct pwd and push OK
    dbca shows a error dialog with something like: password for user SYS not valid. Enter a valid password.
    Any help?
    Michael

Maybe you are looking for

  • Two accounts in Mail

    I have recently inherited a Macbook Pro from my boss who got a new one. He used migration assistant to transfer data and I reformatted the laptop completely to delete his username and data and start over. Now I am having a problem with Mail: In my Ma

  • I cannot see bold/italic icon. I also cannot see the font styles. How do I put these on the toolbar

    I cannot see the above on my desktop. I also cannot see the font styles like type of print and the font size.

  • Photograph - Photoshop CS5 Cloning

    I have been using the new CS5 photoshop for about 6 months. I have a grasp on the basics of cloning/healing inc the new content aware fill (which is great). I can get good results on simple cloning but on complex stuff I really struggle. I could do w

  • A select list from query question

    Hello all - I've looked in detail at a great deal of posts on this subject and believe what I am trying to achieve is not unusual or out of scope. Therefore it's likely me mis-interpreting something and I'd be grateful for anybody's input. I have the

  • Configuring Kerberos authentication for SSRS in native mode - SSRS 2008 R2-2012

    Hi, I've a SSRS native mode installation on a server and a SSAS installation on another server. In order to configure the Kerberos authentication for SSRS native mode, I need to register one SPN for the report server service, one SPN for SSAS service